]> git.lyx.org Git - features.git/commitdiff
* src/frontends/qt4/QGraphicsDialog.C:
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 5 Feb 2007 10:11:16 +0000 (10:11 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 5 Feb 2007 10:11:16 +0000 (10:11 +0000)
- fix r17050: use signals that are known to Qt 4.0

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17053 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QGraphicsDialog.C

index 29c87c8a0765624d7a913d2e3c825000de4909be..7d72aa1728dc23a429c5622a4904975081d3fa60 100644 (file)
@@ -53,13 +53,13 @@ QGraphicsDialog::QGraphicsDialog(QGraphics * form)
                this, SLOT( change_adaptor() ) );
        connect(subcaption, SIGNAL( textChanged(const QString&) ),
                this, SLOT( change_adaptor() ) );
-       connect(subfigure, SIGNAL( toggled(bool on) ),
+       connect(subfigure, SIGNAL( toggled(bool) ),
                this, SLOT( change_adaptor() ) );
        connect(latexoptions, SIGNAL( textChanged(const QString&) ),
                this, SLOT( change_adaptor() ) );
        connect(clip, SIGNAL( stateChanged(int) ),
                this, SLOT( change_adaptor() ) );
-       connect(displayGB, SIGNAL( toggled(bool on) ),
+       connect(displayGB, SIGNAL( toggled(bool) ),
                this, SLOT( change_adaptor() ) );
        connect(showCB, SIGNAL( currentIndexChanged(int) ),
                this, SLOT( change_adaptor() ) );