summaryrefslogtreecommitdiffstats
path: root/src/qt-test.cpp
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-03-28 02:16:10 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-03-28 02:16:10 (GMT)
commit4b39d9e29639a5404739ce869ffe018b4a71ec7d (patch)
tree7d3bd3cbfb87b1ca6fe3349095156720027f7202 /src/qt-test.cpp
parent1a8f8ac92b3b0fc956bf3c6623a4be4ef6ab1627 (diff)
downloadmxe-4b39d9e29639a5404739ce869ffe018b4a71ec7d.zip
mxe-4b39d9e29639a5404739ce869ffe018b4a71ec7d.tar.gz
mxe-4b39d9e29639a5404739ce869ffe018b4a71ec7d.tar.bz2
simplified #include in test of package qt
Diffstat (limited to 'src/qt-test.cpp')
-rw-r--r--src/qt-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt-test.cpp b/src/qt-test.cpp
index a8fa8fa..6f3797a 100644
--- a/src/qt-test.cpp
+++ b/src/qt-test.cpp
@@ -1,7 +1,7 @@
/* This file is part of mingw-cross-env. */
/* See doc/index.html for further information. */
-#include <QtGui/QApplication>
+#include <QApplication>
#include "ui_qt-test.h"
#ifdef Q_OS_AIX