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

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

src/frontends/qt4/QGraphicsDialog.C

index 7567c5b15b557546d277daa18cd2c4fada9b6933..29c87c8a0765624d7a913d2e3c825000de4909be 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( clicked() ),
+       connect(subfigure, SIGNAL( toggled(bool on) ),
                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( clicked() ),
+       connect(displayGB, SIGNAL( toggled(bool on) ),
                this, SLOT( change_adaptor() ) );
        connect(showCB, SIGNAL( currentIndexChanged(int) ),
                this, SLOT( change_adaptor() ) );