summaryrefslogtreecommitdiff
path: root/core
authormickeyl <mickeyl>2004-04-08 23:01:52 (UTC)
committer mickeyl <mickeyl>2004-04-08 23:01:52 (UTC)
commit502281033b395bb5f089a2bbaa86f9ba423dec84 (patch) (unidiff)
tree2739929fd7dcae3a43383ca8afc1ab5758efe7a3 /core
parent5b27c256120f78bc922e62f1d7ba9c91a585749c (diff)
downloadopie-502281033b395bb5f089a2bbaa86f9ba423dec84.zip
opie-502281033b395bb5f089a2bbaa86f9ba423dec84.tar.gz
opie-502281033b395bb5f089a2bbaa86f9ba423dec84.tar.bz2
#include <qpe/global.h>
Diffstat (limited to 'core') (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 @@
14** See http://www.trolltech.com/gpl/ for GPL licensing information. 14** See http://www.trolltech.com/gpl/ for GPL licensing information.
15** 15**
16** Contact info@trolltech.com if any conditions of this licensing are 16** Contact info@trolltech.com if any conditions of this licensing are
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20 20
21#define QTOPIA_INTERNAL_LANGLIST 21#define QTOPIA_INTERNAL_LANGLIST
22#include "inputmethods.h" 22#include "inputmethods.h"
23 23
24/* OPIE */ 24/* OPIE */
25#include <opie2/odebug.h> 25#include <opie2/odebug.h>
26#include <qtopia/config.h> 26#include <qpe/config.h>
27#include <qtopia/qpeapplication.h> 27#include <qpe/global.h>
28#include <qpe/qpeapplication.h>
28using namespace Opie::Core; 29using namespace Opie::Core;
29 30
30/* QT */ 31/* QT */
31#include <qpopupmenu.h> 32#include <qpopupmenu.h>
32#include <qtoolbutton.h> 33#include <qtoolbutton.h>
33#include <qwidgetstack.h> 34#include <qwidgetstack.h>
34#include <qlayout.h> 35#include <qlayout.h>
35#include <qdir.h> 36#include <qdir.h>
36#include <qtl.h> 37#include <qtl.h>
37#ifdef Q_WS_QWS 38#ifdef Q_WS_QWS
38#include <qwindowsystem_qws.h> 39#include <qwindowsystem_qws.h>
39#include <qwsevent_qws.h> 40#include <qwsevent_qws.h>