-rw-r--r-- | core/launcher/applauncher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/applauncher.h b/core/launcher/applauncher.h index 6a1e416..4fd5491 100644 --- a/core/launcher/applauncher.h +++ b/core/launcher/applauncher.h @@ -16,17 +16,17 @@ ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** **********************************************************************/ #ifndef APP_LAUNCHER_H #define APP_LAUNCHER_H -#include <qtopia/qpeglobal.h> +#include <qtopia/global.h> #include <qobject.h> #include <qmap.h> #ifdef Q_OS_WIN32 #include <qtopia/qprocess.h> #include <qlist.h> #endif class QMessageBox; |