summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/accounts.h
Side-by-side diff
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