summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/.cvsignore29
-rw-r--r--noncore/settings/networksettings2/main.cpp3
2 files changed, 31 insertions, 1 deletions
diff --git a/noncore/settings/networksettings2/.cvsignore b/noncore/settings/networksettings2/.cvsignore
new file mode 100644
index 0000000..e000724
--- a/dev/null
+++ b/noncore/settings/networksettings2/.cvsignore
@@ -0,0 +1,29 @@
1*.moc
2*.moc.o
3*.o
4.deps
5.libs
6.moc.cpp
7.moc.o
8.o
9Makefile*
10addconnection.cpp
11addconnection.h
12interfaceadvanced.cpp
13interfaceadvanced.h
14interfaceinformation.cpp
15interfaceinformation.h
16interfacesetup.cpp
17interfacesetup.h
18mainwindow.cpp
19mainwindow.h
20moc_*.cpp
21networksetup
22systemadvanced.cpp
23systemadvanced.h
24hosts.h
25hosts.cpp
26vpn.h
27vpn.cpp
28dns.h
29dns.cpp
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,19 +1,20 @@
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
14 15
15// just standard GUI 16// just standard GUI
16#define ACT_GUI 0 17#define ACT_GUI 0
17// used by interfaces to request for allow of up/down 18// used by interfaces to request for allow of up/down
18#define ACT_REQUEST 1 19#define ACT_REQUEST 1
19// regenerate config files 20// regenerate config files