summaryrefslogtreecommitdiff
path: root/core/pim/datebook/main.cpp
Unidiff
Diffstat (limited to 'core/pim/datebook/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/datebook/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pim/datebook/main.cpp b/core/pim/datebook/main.cpp
index 421e457..3cb60af 100644
--- a/core/pim/datebook/main.cpp
+++ b/core/pim/datebook/main.cpp
@@ -19,6 +19,7 @@
19**********************************************************************/ 19**********************************************************************/
20 20
21#include "datebook.h" 21#include "datebook.h"
22#include <opie/oapplicationfactory.h> 22#include <opie2/oapplicationfactory.h>
23 23
24using namespace Opie::Core;
24OPIE_EXPORT_APP( OApplicationFactory<DateBook> ) 25OPIE_EXPORT_APP( OApplicationFactory<DateBook> )