From 675680dcb43767447d5b678eb6b7b3aee453cb1d Mon Sep 17 00:00:00 2001 From: tille Date: Sun, 25 May 2003 12:33:50 +0000 Subject: knuminput gone too --- (limited to 'noncore/settings/networksettings/ppp/general.h') 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 -#include -#include -#include -#include -#include -//#include 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; }; -- cgit v0.9.0.2