summaryrefslogtreecommitdiff
path: root/noncore/net/linphone/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/linphone/main.cpp') (more/less context) (ignore 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
@@ -11,12 +11,14 @@
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
#include "mainwindow.h"
+
+using namespace Opie::Core;
OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )