diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-01 08:32:08 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-01 08:34:29 (GMT) |
commit | e58293b3b0cb4664efca10229ae2e6556185e8a7 (patch) | |
tree | 47c245bef2cdc2ac7a09de1bd136bc03c3cf849b /src/gui/s60framework | |
parent | d6cb9ed0b44118c7f9045559a300ea14985f0103 (diff) | |
download | Qt-e58293b3b0cb4664efca10229ae2e6556185e8a7.zip Qt-e58293b3b0cb4664efca10229ae2e6556185e8a7.tar.gz Qt-e58293b3b0cb4664efca10229ae2e6556185e8a7.tar.bz2 |
Compilation with pedantic or when QtCore is not specified in the include path
Note that i also removed the #error since the enum is already updated in master
Reviewed-by: Gabi
Diffstat (limited to 'src/gui/s60framework')
-rw-r--r-- | src/gui/s60framework/qs60mainappui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/s60framework/qs60mainappui.h b/src/gui/s60framework/qs60mainappui.h index c2c6ef2..321d8d6 100644 --- a/src/gui/s60framework/qs60mainappui.h +++ b/src/gui/s60framework/qs60mainappui.h @@ -42,7 +42,7 @@ #ifndef QS60MAINAPPUI_H #define QS60MAINAPPUI_H -#include <qglobal.h> +#include <QtCore/qglobal.h> #ifdef Q_WS_S60 |