summaryrefslogtreecommitdiff
path: root/core/tools/quicklauncher/dropins.h
authormickeyl <mickeyl>2004-05-02 18:03:26 (UTC)
committer mickeyl <mickeyl>2004-05-02 18:03:26 (UTC)
commit1ddcf3566b3339bb649b07b64bd5802b735f37ba (patch) (side-by-side diff)
tree87495c1882069521c8fd7a70174c1dcf6e8e25b4 /core/tools/quicklauncher/dropins.h
parent43bd7d72643e2ee3bc4d830c6927def392bc9c7f (diff)
downloadopie-1ddcf3566b3339bb649b07b64bd5802b735f37ba.zip
opie-1ddcf3566b3339bb649b07b64bd5802b735f37ba.tar.gz
opie-1ddcf3566b3339bb649b07b64bd5802b735f37ba.tar.bz2
#define QTOPIA_INTERNAL_INITAPP must happen before #include "dropins.h" or
this won't compile
Diffstat (limited to 'core/tools/quicklauncher/dropins.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/tools/quicklauncher/dropins.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/core/tools/quicklauncher/dropins.h b/core/tools/quicklauncher/dropins.h
index 7acace9..a9664f8 100644
--- a/core/tools/quicklauncher/dropins.h
+++ b/core/tools/quicklauncher/dropins.h
@@ -1,14 +1,17 @@
+/* OPIE */
+#include <opie2/owait.h>
+using namespace Opie::Ui;
-#include <qstring.h>
#include <qtopia/qcom.h>
#include <qtopia/qlibrary.h>
+#include <qtopia/qpeapplication.h>
#include <qtopia/applicationinterface.h>
#include <qtopia/resource.h>
-#include <opie2/owait.h>
-
+/* QT */
#include <qmetaobject.h>
#include <qmap.h>
+#include <qstring.h>
namespace QuickPrivate {