summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/accounts.h
authortille <tille>2003-06-02 14:10:31 (UTC)
committer tille <tille>2003-06-02 14:10:31 (UTC)
commitc74e5cd0fc051750c3d88cba0178f62b8ce3b5bb (patch) (side-by-side diff)
tree6a546f05d112ef9b2fb7575d4b49cfc5de4c3d52 /noncore/settings/networksettings/ppp/accounts.h
parent2d0134f0bee1c0d33fc8cdc66ecc390080adba25 (diff)
downloadopie-c74e5cd0fc051750c3d88cba0178f62b8ce3b5bb.zip
opie-c74e5cd0fc051750c3d88cba0178f62b8ce3b5bb.tar.gz
opie-c74e5cd0fc051750c3d88cba0178f62b8ce3b5bb.tar.bz2
layout fixes and cleanup
Diffstat (limited to 'noncore/settings/networksettings/ppp/accounts.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/ppp/accounts.h58
1 files changed, 23 insertions, 35 deletions
diff --git a/noncore/settings/networksettings/ppp/accounts.h b/noncore/settings/networksettings/ppp/accounts.h
index 5e8509d..eae3922 100644
--- a/noncore/settings/networksettings/ppp/accounts.h
+++ b/noncore/settings/networksettings/ppp/accounts.h
@@ -56,57 +56,45 @@ private slots:
void newaccount();
void deleteaccount();
void slotListBoxSelect(int);
-// void resetClicked();
-// void viewLogClicked();
private:
int doTab();
signals:
void resetaccounts();
-// void resetCosts(const QString &);
-// void resetVolume(const QString &);
private:
- QString prettyPrintVolume(unsigned int);
+ QString prettyPrintVolume(unsigned int);
PPPData *_pppdata;
- QTabWidget *tabWindow;
- DialWidget *dial_w;
-// AccountingSelector *acct;
- IPWidget *ip_w;
- DNSWidget *dns_w;
- GatewayWidget *gateway_w;
- ScriptWidget *script_w;
-
-// QPushButton *reset;
-// QPushButton *log;
-// QLabel *costlabel;
-// QLineEdit *costedit;
-// QLabel *vollabel;
-// QLineEdit *voledit;
-
- QListBox *accountlist_l;
- QPushButton *edit_b;
- QPushButton *copy_b;
- QPushButton *new_b;
- QPushButton *delete_b;
+ QTabWidget *tabWindow;
+ DialWidget *dial_w;
+ IPWidget *ip_w;
+ DNSWidget *dns_w;
+ GatewayWidget *gateway_w;
+ ScriptWidget *script_w;
+
+ QListBox *accountlist_l;
+ QPushButton *edit_b;
+ QPushButton *copy_b;
+ QPushButton *new_b;
+ QPushButton *delete_b;
};
-class QueryReset : public QDialog {
- Q_OBJECT
-public:
- QueryReset(QWidget *parent);
+// class QueryReset : public QDialog {
+// Q_OBJECT
+// public:
+// QueryReset(QWidget *parent);
- enum {COSTS=1, VOLUME=2};
+// enum {COSTS=1, VOLUME=2};
-private slots:
- void accepted();
+// private slots:
+// void accepted();
-private:
- QCheckBox *costs, *volume;
-};
+// private:
+// QCheckBox *costs, *volume;
+// };
#endif