summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/kpppwidget.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/ppp/kpppwidget.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings/ppp/kpppwidget.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/noncore/settings/networksettings/ppp/kpppwidget.h b/noncore/settings/networksettings/ppp/kpppwidget.h
index 266d829..d7e74af 100644
--- a/noncore/settings/networksettings/ppp/kpppwidget.h
+++ b/noncore/settings/networksettings/ppp/kpppwidget.h
@@ -31,3 +31,2 @@
-//#include "accounting.h"
#include "conwindow.h"
@@ -35,19 +34,5 @@
#include "connect.h"
-#include "debug.h"
-//#include "pppstatdlg.h"
-//class GraphSetup;
-//class AboutWidget;
-//class PPPStats;
-class QDialog;
class QPushButton;
-/* class SignalEvent : public QEvent { */
-/* public: */
-/* SignalEvent(int s) : QEvent(User), sig(s) { } */
-/* int sigType() const { return sig; } */
-/* private: */
-/* int sig; */
-/* }; */
-
@@ -61,6 +46,3 @@ public:
void setPW_Edit(const QString &);
- // virtual bool eventFilter(QObject *, QEvent *);
- void setQuitOnDisconnect (bool b);
- // bool quitOnDisconnect () {return m_bQuitOnDisconnect;};
@@ -68,8 +50,4 @@ private slots:
void newdefaultaccount(int);
-// void expandbutton();
void beginConnect();
void quitbutton();
- // void helpbutton();
- // void setup();
- // void rulesetLoadError();
void usernameChanged(const QString &);
@@ -81,15 +59,6 @@ private slots:
-/* protected slots: */
-/* virtual void accept(); */
-/* virtual void reject(); */
public slots:
- // void resetaccounts();
-/* void resetCosts(const QString &); */
-/* void resetVolume(const QString &); */
void disconnect();
void log_window_toggled(bool on);
-/* void startAccounting(); */
-/* void stopAccounting(); */
-/* void showStats(); */
@@ -102,3 +71,2 @@ public:
bool connected;
- DebugWidget *debugwindow;
QString con_speed;
@@ -121,3 +89,2 @@ private:
- // QPushButton *help_b;
QPushButton *setup_b;
@@ -139,12 +106,2 @@ private:
-
- // QTabWidget *tabWindow;
- // AccountWidget *accounts;
- // GeneralWidget *general;
- // ModemWidget *modem1;
- // ModemWidget2 *modem2;
- // GraphSetup *graph;
- // AboutWidget *about;
-
-
/* QString m_strCmdlAccount; */