summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-04-08 23:01:52 (UTC)
committer mickeyl <mickeyl>2004-04-08 23:01:52 (UTC)
commit502281033b395bb5f089a2bbaa86f9ba423dec84 (patch) (side-by-side diff)
tree2739929fd7dcae3a43383ca8afc1ab5758efe7a3
parent5b27c256120f78bc922e62f1d7ba9c91a585749c (diff)
downloadopie-502281033b395bb5f089a2bbaa86f9ba423dec84.zip
opie-502281033b395bb5f089a2bbaa86f9ba423dec84.tar.gz
opie-502281033b395bb5f089a2bbaa86f9ba423dec84.tar.bz2
#include <qpe/global.h>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/inputmethods.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/launcher/inputmethods.cpp b/core/launcher/inputmethods.cpp
index cef16bf..a0e8939 100644
--- a/core/launcher/inputmethods.cpp
+++ b/core/launcher/inputmethods.cpp
@@ -14,26 +14,27 @@
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
** Contact info@trolltech.com if any conditions of this licensing are
** not clear to you.
**
**********************************************************************/
#define QTOPIA_INTERNAL_LANGLIST
#include "inputmethods.h"
/* OPIE */
#include <opie2/odebug.h>
-#include <qtopia/config.h>
-#include <qtopia/qpeapplication.h>
+#include <qpe/config.h>
+#include <qpe/global.h>
+#include <qpe/qpeapplication.h>
using namespace Opie::Core;
/* QT */
#include <qpopupmenu.h>
#include <qtoolbutton.h>
#include <qwidgetstack.h>
#include <qlayout.h>
#include <qdir.h>
#include <qtl.h>
#ifdef Q_WS_QWS
#include <qwindowsystem_qws.h>
#include <qwsevent_qws.h>