summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/general.h
authortille <tille>2003-05-25 12:33:50 (UTC)
committer tille <tille>2003-05-25 12:33:50 (UTC)
commit675680dcb43767447d5b678eb6b7b3aee453cb1d (patch) (side-by-side diff)
tree4f8af79474d0bb3876725018b21008c8b3d5242b /noncore/settings/networksettings/ppp/general.h
parentf6d835c4846f48d33f0ba9e86707c4ec23544182 (diff)
downloadopie-675680dcb43767447d5b678eb6b7b3aee453cb1d.zip
opie-675680dcb43767447d5b678eb6b7b3aee453cb1d.tar.gz
opie-675680dcb43767447d5b678eb6b7b3aee453cb1d.tar.bz2
knuminput gone too
Diffstat (limited to 'noncore/settings/networksettings/ppp/general.h') (more/less context) (ignore 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
@@ -27,15 +27,13 @@
#define _GENERAL_H_
#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;
@@ -54,17 +52,17 @@ private slots:
private:
QComboBox *enter;
- QLabel *label1;
- QLabel *label2;
- QLabel *labeltmp;
- QLabel *labelenter;
+/* QLabel *label1; */
+/* QLabel *label2; */
+/* QLabel *labeltmp; */
+/* QLabel *labelenter; */
QComboBox *modemdevice;
QComboBox *flowcontrol;
QComboBox *baud_c;
QLabel *baud_label;
- KIntNumInput *modemtimeout;
+ QSpinBox *modemtimeout;
QCheckBox *modemlockfile;
};
@@ -88,9 +86,9 @@ private:
QPushButton *modemcmds;
QPushButton *modeminfo_button;
// QPushButton *terminal_button;
- QFrame *fline;
+ // QFrame *fline;
QCheckBox *waitfordt;
- KIntNumInput *busywait;
+ QSpinBox *busywait;
QCheckBox *chkbox1;
QSlider *volume;
};