From: Pavel Sanda Date: Tue, 6 Oct 2009 10:10:13 +0000 (+0000) Subject: typo X-Git-Tag: 2.0.0~5408 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=230d5fc6489309808930d661425f2cb1efd1c6ae;p=features.git typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31536 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp index 4f96241485..7219c721cf 100644 --- a/src/frontends/qt4/GuiPrefs.cpp +++ b/src/frontends/qt4/GuiPrefs.cpp @@ -2155,7 +2155,7 @@ PrefUserInterface::PrefUserInterface(GuiPreferences * form) connect(openDocumentsInTabsCB, SIGNAL(clicked()), this, SIGNAL(changed())); #if QT_VERSION < 0x040500 - openDocumentsInTabsCB.setEnabled(false); + openDocumentsInTabsCB->setEnabled(false); #endif connect(singleCloseTabButtonCB, SIGNAL(clicked()), this, SIGNAL(changed()));