summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/main.cpp
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/settings/networksettings2/main.cpp b/noncore/settings/networksettings2/main.cpp
index e2c00f6..30d1270 100644
--- a/noncore/settings/networksettings2/main.cpp
+++ b/noncore/settings/networksettings2/main.cpp
@@ -1,13 +1,14 @@
1#include "nsdata.h" 1#include "nsdata.h"
2#include "activateprofile.h" 2#include "activateprofile.h"
3#include "networksettings.h" 3#include "networksettings.h"
4 4
5#include <qpe/qpeapplication.h> 5#include <qpe/qpeapplication.h>
6 6
7#include <opie/oapplicationfactory.h> 7#include <opie2/oapplicationfactory.h>
8using namespace Opie::Core;
8 9
9#ifdef GONE 10#ifdef GONE
10 11
11OPIE_EXPORT_APP( OApplicationFactory<NetworkSettings> ) 12OPIE_EXPORT_APP( OApplicationFactory<NetworkSettings> )
12 13
13#else 14#else