summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/general.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/ppp/general.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings/ppp/general.h26
1 files changed, 12 insertions, 14 deletions
diff --git a/noncore/settings/networksettings/ppp/general.h b/noncore/settings/networksettings/ppp/general.h
index 66a9eec..4869f6c 100644
--- a/noncore/settings/networksettings/ppp/general.h
+++ b/noncore/settings/networksettings/ppp/general.h
@@ -29,11 +29,9 @@
#include <qwidget.h>
-#include <qcombobox.h>
-#include <qlabel.h>
-#include <qcheckbox.h>
-#include <qgroupbox.h>
-#include <qpushbutton.h>
-//#include <kcolorbutton.h>
class QSlider;
-class KIntNumInput;
+class QSpinBox;
+class QCombobox;
+class QLabel;
+class QCheckBox;
+class QComboBox;
@@ -56,6 +54,6 @@ private:
QComboBox *enter;
- QLabel *label1;
- QLabel *label2;
- QLabel *labeltmp;
- QLabel *labelenter;
+/* QLabel *label1; */
+/* QLabel *label2; */
+/* QLabel *labeltmp; */
+/* QLabel *labelenter; */
QComboBox *modemdevice;
@@ -66,3 +64,3 @@ private:
- KIntNumInput *modemtimeout;
+ QSpinBox *modemtimeout;
QCheckBox *modemlockfile;
@@ -90,5 +88,5 @@ private:
// QPushButton *terminal_button;
- QFrame *fline;
+ // QFrame *fline;
QCheckBox *waitfordt;
- KIntNumInput *busywait;
+ QSpinBox *busywait;
QCheckBox *chkbox1;