summaryrefslogtreecommitdiffstats
path: root/kppp/modems.h
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/modems.h')
-rw-r--r--kppp/modems.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/kppp/modems.h b/kppp/modems.h
index 6676b7be..b197980e 100644
--- a/kppp/modems.h
+++ b/kppp/modems.h
@@ -28,9 +28,9 @@
#ifndef _MODEMS_H_
#define _MODEMS_H_
-#include <qwidget.h>
-#include <qpushbutton.h>
-#include <qlistbox.h>
+#include <tqwidget.h>
+#include <tqpushbutton.h>
+#include <tqlistbox.h>
#include "acctselect.h"
class KDialogBase;
@@ -43,10 +43,10 @@ class IPWidget;
class DNSWidget;
class GatewayWidget;
-class ModemsWidget : public QWidget {
+class ModemsWidget : public TQWidget {
Q_OBJECT
public:
- ModemsWidget( QWidget *parent=0, const char *name=0 );
+ ModemsWidget( TQWidget *parent=0, const char *name=0 );
~ModemsWidget() {}
private slots:
@@ -55,7 +55,7 @@ private slots:
void newmodem();
void deletemodem();
void slotListBoxSelect(int);
- void modemNameChanged(const QString &);
+ void modemNameChanged(const TQString &);
private:
int doTab();
@@ -64,7 +64,7 @@ signals:
void resetmodems();
private:
- QString prettyPrintVolume(unsigned int);
+ TQString prettyPrintVolume(unsigned int);
KDialogBase *tabWindow;
ModemWidget *modem1;
@@ -76,16 +76,16 @@ private:
GatewayWidget *gateway_w;
ScriptWidget *script_w;*/
- QLabel *costlabel;
- QLineEdit *costedit;
- QLabel *vollabel;
- QLineEdit *voledit;
+ TQLabel *costlabel;
+ TQLineEdit *costedit;
+ TQLabel *vollabel;
+ TQLineEdit *voledit;
- QListBox *modemlist_l;
- QPushButton *edit_b;
- QPushButton *copy_b;
- QPushButton *new_b;
- QPushButton *delete_b;
+ TQListBox *modemlist_l;
+ TQPushButton *edit_b;
+ TQPushButton *copy_b;
+ TQPushButton *new_b;
+ TQPushButton *delete_b;
};
#endif