From c2d1b2ea823be29c32f39532de783ee6557a7479 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Mon, 16 Jun 2008 17:16:15 +0000 Subject: [PATCH] GuiPrefs.cpp: fix signal. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25280 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiPrefs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp index 18bbad5bfc..fc87c8de54 100644 --- a/src/frontends/qt4/GuiPrefs.cpp +++ b/src/frontends/qt4/GuiPrefs.cpp @@ -864,7 +864,7 @@ PrefDisplay::PrefDisplay(GuiPreferences * form) : PrefModule(qt_(catLookAndFeel), qt_("Graphics"), form) { setupUi(this); - connect(displayGraphicsCB, SIGNAL(toggled(int)), this, SIGNAL(changed())); + connect(displayGraphicsCB, SIGNAL(toggled(bool)), this, SIGNAL(changed())); connect(instantPreviewCO, SIGNAL(activated(int)), this, SIGNAL(changed())); } -- 2.39.5