summaryrefslogtreecommitdiff
path: root/noncore/net/linphone/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/linphone/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/linphone/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/net/linphone/main.cpp b/noncore/net/linphone/main.cpp
index 9146fee..6368708 100644
--- a/noncore/net/linphone/main.cpp
+++ b/noncore/net/linphone/main.cpp
@@ -16,5 +16,7 @@
***************************************************************************/
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
#include "mainwindow.h"
+
+using namespace Opie::Core;
OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )