summaryrefslogtreecommitdiff
path: root/core
authorkergoth <kergoth>2003-03-24 19:56:05 (UTC)
committer kergoth <kergoth>2003-03-24 19:56:05 (UTC)
commit8f122917f08f5e9d07c2bc4abe4f4c849c08f529 (patch) (unidiff)
treed6b12b10243e4e61423a88bcd15f42cc8a8a3989 /core
parent9f95756ee05fd1e76d80b441de1edcf983f2b06a (diff)
downloadopie-8f122917f08f5e9d07c2bc4abe4f4c849c08f529.zip
opie-8f122917f08f5e9d07c2bc4abe4f4c849c08f529.tar.gz
opie-8f122917f08f5e9d07c2bc4abe4f4c849c08f529.tar.bz2
Include calibrate.h regardless, as its no longer dependent on device ifdefs, and include qwsmouse_qws.h.
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/launcher/main.cpp b/core/launcher/main.cpp
index 64fb968..d11b6c5 100644
--- a/core/launcher/main.cpp
+++ b/core/launcher/main.cpp
@@ -35,6 +35,7 @@
35#include <qfile.h> 35#include <qfile.h>
36#include <qimage.h> 36#include <qimage.h>
37#include <qwindowsystem_qws.h> 37#include <qwindowsystem_qws.h>
38#include <qwsmouse_qws.h>
38#include <qpe/qcopenvelope_qws.h> 39#include <qpe/qcopenvelope_qws.h>
39#include <qpe/alarmserver.h> 40#include <qpe/alarmserver.h>
40 41
@@ -43,9 +44,7 @@
43#include <signal.h> 44#include <signal.h>
44#include <unistd.h> 45#include <unistd.h>
45 46
46#if defined(QT_QWS_IPAQ) || defined(QT_QWS_SL5XXX)
47#include "../calibrate/calibrate.h" 47#include "../calibrate/calibrate.h"
48#endif
49 48
50using namespace Opie; 49using namespace Opie;
51 50