summaryrefslogtreecommitdiff
path: root/core/pim/osearch/main.cpp
Unidiff
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 @@
1 1
2#include "mainwindow.h" 2#include "mainwindow.h"
3 3
4#include <opie/oapplicationfactory.h> 4#include <opie2/oapplicationfactory.h>
5 5
6using namespace Opie::Core;
6OPIE_EXPORT_APP( OApplicationFactory<MainWindow> ) 7OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )