summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-10-01 10:38:35 +0200
committerOlivier Goffart <ogoffart@trolltech.com>2009-10-01 10:46:53 +0200
commit9a5442b732592f2ed474e705b7ea29776d96a83b (patch)
treed0f9762e9c13b02224a70efacd572fadacd99962
parentf289576105f2c560d23d91d4078b832bbd19dc70 (diff)
Compile if QtCore is not in the include path when one includes <QtGui/QtGui>
-rw-r--r--src/gui/s60framework/qs60maindocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/s60framework/qs60maindocument.h b/src/gui/s60framework/qs60maindocument.h
index 366d311617..1327349360 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