summaryrefslogtreecommitdiffstats
path: root/kppp/edit.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-22 00:30:31 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-22 00:30:31 +0000
commit69cac65817d949cda2672ec4f0aa73d5e66a0ba1 (patch)
tree073fde0496ea90eb5bf5cffe66a8da43a9f55fbc /kppp/edit.h
parent3467e6464beac3a162839bf7078e22e3a74d73e7 (diff)
downloadtdenetwork-69cac65817d949cda2672ec4f0aa73d5e66a0ba1.tar.gz
tdenetwork-69cac65817d949cda2672ec4f0aa73d5e66a0ba1.zip
TQt4 port kdenetwork
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kppp/edit.h')
-rw-r--r--kppp/edit.h23
1 files changed, 15 insertions, 8 deletions
diff --git a/kppp/edit.h b/kppp/edit.h
index b0412079..6b20df1a 100644
--- a/kppp/edit.h
+++ b/kppp/edit.h
@@ -49,8 +49,9 @@ class IPLineEdit;
class DialWidget : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- DialWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
+ DialWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 );
~DialWidget() {}
public slots:
@@ -91,8 +92,9 @@ private:
/////////////////////////////////////////////////////////////////////////////
class ExecWidget : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- ExecWidget(TQWidget *parent=0, bool isnewaccount=true, const char *name=0);
+ ExecWidget(TQWidget *tqparent=0, bool isnewaccount=true, const char *name=0);
public slots:
bool save();
@@ -114,8 +116,9 @@ private:
class IPWidget : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- IPWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
+ IPWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 );
~IPWidget() {}
public slots:
@@ -136,7 +139,7 @@ private:
TQRadioButton *staticadd_rb;
IPLineEdit *ipaddress_l;
- IPLineEdit *subnetmask_l;
+ IPLineEdit *subnettqmask_l;
TQCheckBox *autoname;
};
@@ -144,8 +147,9 @@ private:
class DNSWidget : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- DNSWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
+ DNSWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 );
~DNSWidget() {}
public slots:
@@ -176,8 +180,9 @@ private:
class GatewayWidget : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- GatewayWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
+ GatewayWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 );
~GatewayWidget() {}
public slots:
@@ -200,8 +205,9 @@ private:
class ScriptWidget : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- ScriptWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
+ ScriptWidget( TQWidget *tqparent=0, bool isnewaccount = true, const char *name=0 );
~ScriptWidget() {}
public slots:
@@ -240,8 +246,9 @@ private:
/////////////////////////////////////////////////////////////////////////////
class PhoneNumberDialog : public KDialogBase {
Q_OBJECT
+ TQ_OBJECT
public:
- PhoneNumberDialog(TQWidget *parent = 0);
+ PhoneNumberDialog(TQWidget *tqparent = 0);
TQString phoneNumber();