diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2011-02-28 19:10:58 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2011-02-28 19:11:42 (GMT) |
commit | 83aff7323172497e68ac59e79eacda3fe28ed9e7 (patch) | |
tree | 42c758bcf5dd54f851615ead2d8652b927e764e6 /tools/qtconfig/mainwindow.h | |
parent | 654b0866a4a189d428416a8daae80844ad4e280e (diff) | |
download | Qt-83aff7323172497e68ac59e79eacda3fe28ed9e7.zip Qt-83aff7323172497e68ac59e79eacda3fe28ed9e7.tar.gz Qt-83aff7323172497e68ac59e79eacda3fe28ed9e7.tar.bz2 |
qtconfig: don't connect to qt3support signals
Diffstat (limited to 'tools/qtconfig/mainwindow.h')
-rw-r--r-- | tools/qtconfig/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qtconfig/mainwindow.h b/tools/qtconfig/mainwindow.h index 0cd2b29..6f4c8a5 100644 --- a/tools/qtconfig/mainwindow.h +++ b/tools/qtconfig/mainwindow.h @@ -82,7 +82,7 @@ public slots: virtual void somethingModified(); virtual void helpAbout(); virtual void helpAboutQt(); - virtual void pageChanged(QWidget *); + virtual void pageChanged(int); private: |