diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-03-28 02:16:10 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-03-28 02:16:10 (GMT) |
commit | 4b39d9e29639a5404739ce869ffe018b4a71ec7d (patch) | |
tree | 7d3bd3cbfb87b1ca6fe3349095156720027f7202 /src/qt-test.cpp | |
parent | 1a8f8ac92b3b0fc956bf3c6623a4be4ef6ab1627 (diff) | |
download | mxe-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.cpp | 2 |
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 |