summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/tinykate/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/apps/tinykate/main.cpp b/noncore/apps/tinykate/main.cpp
index e21c040..e62930c 100644
--- a/noncore/apps/tinykate/main.cpp
+++ b/noncore/apps/tinykate/main.cpp
@@ -13,10 +13,10 @@
* ONLY VERSION 2 OF THE LICENSE IS APPLICABLE *
* *
***************************************************************************/
-#include <qmainwindow.h>
-#include "tinykate.h"
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
+
+#include "tinykate.h"
OPIE_EXPORT_APP( OApplicationFactory<TinyKate> )