summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/ppp/pppimp.cpp
authorsimon <simon>2003-01-03 21:24:40 (UTC)
committer simon <simon>2003-01-03 21:24:40 (UTC)
commite483d88ee4158ba13d8c28b020d0e93b62e86d85 (patch) (unidiff)
tree2c4ac27cf05428ad58257869c90a9ce51c4e43d3 /noncore/net/networksetup/ppp/pppimp.cpp
parent91395e6cd4d104b05f962ae8833767bbbd094163 (diff)
downloadopie-e483d88ee4158ba13d8c28b020d0e93b62e86d85.zip
opie-e483d88ee4158ba13d8c28b020d0e93b62e86d85.tar.gz
opie-e483d88ee4158ba13d8c28b020d0e93b62e86d85.tar.bz2
- these have been renamed to networksettings
Diffstat (limited to 'noncore/net/networksetup/ppp/pppimp.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/networksetup/ppp/pppimp.cpp39
1 files changed, 0 insertions, 39 deletions
diff --git a/noncore/net/networksetup/ppp/pppimp.cpp b/noncore/net/networksetup/ppp/pppimp.cpp
deleted file mode 100644
index d3094fc..0000000
--- a/noncore/net/networksetup/ppp/pppimp.cpp
+++ b/dev/null
@@ -1,39 +0,0 @@
1#include "pppimp.h"
2
3PPPConfigureImp::PPPConfigureImp( QWidget* parent, const char* name, bool modal, WFlags fl) : PPP(parent, name, modal, fl) {
4
5}
6
7/**
8 * Open up the peers file and read any set settings
9 * @param peer the peer file to edit.
10 */
11void PPPConfigureImp::setPeer(const QString &newPeer){
12 peer = newPeer;
13}
14
15/**
16 * Save the settings for the current peer.
17 */
18void PPPConfigureImp::accept(){
19 // Check to make sure that all of the inputs are valid.
20
21 // Save settings.
22/**
23/dev/modem or just modem
24<speed> any
25defaultroute - automaticly add route
26noipdefault - get an ip from the server
27usepeerdns - automaticly add dns
28crtscts - flow control enabled
29name <name> - user name (and do secret file)
30*/
31
32 // Make sure it is set in interfaces so pon/off can be used.
33
34 // Close out the dialog
35 QDialog::accept();
36}
37
38// pppconfigureimp.h
39