summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-sheet/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-sheet/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-sheet/main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/noncore/apps/opie-sheet/main.cpp b/noncore/apps/opie-sheet/main.cpp
index d0a2995..c7a7d88 100644
--- a/noncore/apps/opie-sheet/main.cpp
+++ b/noncore/apps/opie-sheet/main.cpp
@@ -12,11 +12,9 @@
* by Serdar Ozler <sozler@sitebest.com>
*/
-#include <qpe/qpeapplication.h>
-
#include "mainwindow.h"
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )