diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-30 09:26:04 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-30 09:28:49 (GMT) |
commit | 8d3d7d411491e50c1c6a62f473a1fa69a3ca2773 (patch) | |
tree | c7f710c5d1df5d1812e7b828dac166adb4510d94 /src/gui | |
parent | 256278b886252e1b455ea9faa697592cbedcd85d (diff) | |
download | Qt-8d3d7d411491e50c1c6a62f473a1fa69a3ca2773.zip Qt-8d3d7d411491e50c1c6a62f473a1fa69a3ca2773.tar.gz Qt-8d3d7d411491e50c1c6a62f473a1fa69a3ca2773.tar.bz2 |
Compile when one includes <QtGui/QtGui> without putting explicitly all Qt subdirs in the include path
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/s60framework/qs60mainapplication.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/s60framework/qs60mainapplication.h b/src/gui/s60framework/qs60mainapplication.h index 457764c..5f621e0 100644 --- a/src/gui/s60framework/qs60mainapplication.h +++ b/src/gui/s60framework/qs60mainapplication.h @@ -42,7 +42,7 @@ #ifndef QS60MAINAPPLICATION_H #define QS60MAINAPPLICATION_H -#include <qglobal.h> +#include <QtCore/qglobal.h> #ifdef Q_WS_S60 |