GuiPrefs.cpp: fix signal.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25280 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-06-16 17:16:15 +00:00
parent 8769cafc89
commit c2d1b2ea82

View File

@ -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()));
}