diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-01 08:38:35 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-01 08:46:53 (GMT) |
commit | 9a5442b732592f2ed474e705b7ea29776d96a83b (patch) | |
tree | d0f9762e9c13b02224a70efacd572fadacd99962 /src/gui/s60framework | |
parent | f289576105f2c560d23d91d4078b832bbd19dc70 (diff) | |
download | Qt-9a5442b732592f2ed474e705b7ea29776d96a83b.zip Qt-9a5442b732592f2ed474e705b7ea29776d96a83b.tar.gz Qt-9a5442b732592f2ed474e705b7ea29776d96a83b.tar.bz2 |
Compile if QtCore is not in the include path when one includes <QtGui/QtGui>
Diffstat (limited to 'src/gui/s60framework')
-rw-r--r-- | src/gui/s60framework/qs60maindocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/s60framework/qs60maindocument.h b/src/gui/s60framework/qs60maindocument.h index 366d311..1327349 100644 --- a/src/gui/s60framework/qs60maindocument.h +++ b/src/gui/s60framework/qs60maindocument.h @@ -42,7 +42,7 @@ #ifndef QS60MAINDOCUMENT_H #define QS60MAINDOCUMENT_H -#include <qglobal.h> +#include <QtCore/qglobal.h> #ifdef Q_WS_S60 |