summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/main.cpp
Unidiff
Diffstat (limited to 'noncore/net/opieirc/main.cpp') (more/less context) (ignore 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
@@ -2,5 +2,6 @@
2 2
3#include <opie/oapplicationfactory.h> 3#include <opie2/oapplicationfactory.h>
4 4
5 5
6using namespace Opie::Core;
6OPIE_EXPORT_APP( OApplicationFactory<MainWindow> ) 7OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )