changeset 828:ec68b532f35d

simplified #include in test of package qt
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 28 Mar 2010 04:16:10 +0200
parents a8eab10b9540
children 649a06fa1605
files src/qt-test.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt-test.cpp	Sun Mar 28 04:15:44 2010 +0200
+++ b/src/qt-test.cpp	Sun Mar 28 04:16:10 2010 +0200
@@ -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