]> git.lyx.org Git - features.git/commitdiff
typo
authorPavel Sanda <sanda@lyx.org>
Tue, 6 Oct 2009 10:10:13 +0000 (10:10 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 6 Oct 2009 10:10:13 +0000 (10:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31536 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiPrefs.cpp

index 4f96241485969e7855c64824504125df148c359c..7219c721cffc8f9fd8e03cdda5d481ef471e4bc3 100644 (file)
@@ -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()));