From 230d5fc6489309808930d661425f2cb1efd1c6ae Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 6 Oct 2009 10:10:13 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31536 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 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())); -- 2.39.2