summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-07-04 22:53:45 +0200
committerkh1 <qt-info@nokia.com>2011-07-04 22:53:45 +0200
commit5ca0ad0a230950612efb83ddb3e2f050e553439a (patch)
tree1bf51afe7d9eebc699e0c0dc23ded492eeebaab5 /examples
parent77ff35017bf8b7863e32a2f52e55539ed2cbbaa6 (diff)
Remove superfluous includes and forward declarations.
Diffstat (limited to 'examples')
-rw-r--r--examples/testapp/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/testapp/mainwindow.cpp b/examples/testapp/mainwindow.cpp
index 579d7dec5..9a8f7e96e 100644
--- a/examples/testapp/mainwindow.cpp
+++ b/examples/testapp/mainwindow.cpp
@@ -46,6 +46,7 @@
#include <QtGui/QApplication>
#include <QtGui/QLabel>
#include <QtGui/QMenuBar>
+#include <QtGui/QMessageBox>
#include <QtGui/QProgressDialog>
using namespace QInstaller;