diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-10-07 08:26:25 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-10-07 08:27:01 (GMT) |
commit | 9c46cde0ca27bf5edc05046b84096379d46dca33 (patch) | |
tree | 2ef4b4afc6cc91c59890548c1b5e4efc8f73cb67 /tools/qtconfig/mainwindow.h | |
parent | 5f46289f64c3a884d8a04154d100ce6167d183c9 (diff) | |
download | Qt-9c46cde0ca27bf5edc05046b84096379d46dca33.zip Qt-9c46cde0ca27bf5edc05046b84096379d46dca33.tar.gz Qt-9c46cde0ca27bf5edc05046b84096379d46dca33.tar.bz2 |
Fix compilation
after merge request 2286
Diffstat (limited to 'tools/qtconfig/mainwindow.h')
-rw-r--r-- | tools/qtconfig/mainwindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/qtconfig/mainwindow.h b/tools/qtconfig/mainwindow.h index 7cc6522..50d73f9 100644 --- a/tools/qtconfig/mainwindow.h +++ b/tools/qtconfig/mainwindow.h @@ -42,14 +42,14 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H -namespace Ui { - class MainWindow; -} - #include <QtGui/QMainWindow> QT_BEGIN_NAMESPACE +namespace Ui { + class MainWindow; +} + class MainWindow : public QMainWindow { Q_OBJECT |