summaryrefslogtreecommitdiff
path: root/core/pim/osearch/main.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/osearch/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pim/osearch/main.cpp b/core/pim/osearch/main.cpp
index e0a2de3..c440c6a 100644
--- a/core/pim/osearch/main.cpp
+++ b/core/pim/osearch/main.cpp
@@ -1,6 +1,7 @@
#include "mainwindow.h"
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
+using namespace Opie::Core;
OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )