summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/opieirc/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opieirc/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/net/opieirc/main.cpp b/noncore/net/opieirc/main.cpp
index da38024..f3cbecc 100644
--- a/noncore/net/opieirc/main.cpp
+++ b/noncore/net/opieirc/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> )