author | mickeyl <mickeyl> | 2004-05-27 18:28:16 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-27 18:28:16 (UTC) |
commit | bcc46fb4eef70c0a7313983c77eaed0b96adb8fd (patch) (side-by-side diff) | |
tree | 4a8d9574341c939f61c6f3caa1f4f40468cb87c6 | |
parent | 9e05044fd18d8940a9c2cc035b70fdec0cbbf34d (diff) | |
download | opie-bcc46fb4eef70c0a7313983c77eaed0b96adb8fd.zip opie-bcc46fb4eef70c0a7313983c77eaed0b96adb8fd.tar.gz opie-bcc46fb4eef70c0a7313983c77eaed0b96adb8fd.tar.bz2 |
compile fix + add .cvsignore
-rw-r--r-- | noncore/settings/networksettings2/.cvsignore | 29 | ||||
-rw-r--r-- | noncore/settings/networksettings2/main.cpp | 3 |
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 @@ +*.moc +*.moc.o +*.o +.deps +.libs +.moc.cpp +.moc.o +.o +Makefile* +addconnection.cpp +addconnection.h +interfaceadvanced.cpp +interfaceadvanced.h +interfaceinformation.cpp +interfaceinformation.h +interfacesetup.cpp +interfacesetup.h +mainwindow.cpp +mainwindow.h +moc_*.cpp +networksetup +systemadvanced.cpp +systemadvanced.h +hosts.h +hosts.cpp +vpn.h +vpn.cpp +dns.h +dns.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 @@ #include "nsdata.h" #include "activateprofile.h" #include "networksettings.h" #include <qpe/qpeapplication.h> -#include <opie/oapplicationfactory.h> +#include <opie2/oapplicationfactory.h> +using namespace Opie::Core; #ifdef GONE OPIE_EXPORT_APP( OApplicationFactory<NetworkSettings> ) #else // just standard GUI #define ACT_GUI 0 // used by interfaces to request for allow of up/down #define ACT_REQUEST 1 // regenerate config files |