author | kergoth <kergoth> | 2003-03-24 19:56:05 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-03-24 19:56:05 (UTC) |
commit | 8f122917f08f5e9d07c2bc4abe4f4c849c08f529 (patch) (side-by-side diff) | |
tree | d6b12b10243e4e61423a88bcd15f42cc8a8a3989 /core | |
parent | 9f95756ee05fd1e76d80b441de1edcf983f2b06a (diff) | |
download | opie-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.
-rw-r--r-- | core/launcher/main.cpp | 3 |
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 @@ #include <qfile.h> #include <qimage.h> #include <qwindowsystem_qws.h> +#include <qwsmouse_qws.h> #include <qpe/qcopenvelope_qws.h> #include <qpe/alarmserver.h> @@ -43,9 +44,7 @@ #include <signal.h> #include <unistd.h> -#if defined(QT_QWS_IPAQ) || defined(QT_QWS_SL5XXX) #include "../calibrate/calibrate.h" -#endif using namespace Opie; |