summaryrefslogtreecommitdiffstats
path: root/kppp/edit.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
commit6f114e7935d43127c6c0269532fb2674cee9a4f5 (patch)
tree222adc3ae4db93c92937de3d09195aca96ae99ce /kppp/edit.h
parenta484f7e6af77fe25155e9be30a4166c6f479e46d (diff)
downloadtdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz
tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kppp/edit.h')
-rw-r--r--kppp/edit.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kppp/edit.h b/kppp/edit.h
index 9697442e..da8c5b6f 100644
--- a/kppp/edit.h
+++ b/kppp/edit.h
@@ -49,7 +49,7 @@ class IPLineEdit;
class DialWidget : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
DialWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~DialWidget() {}
@@ -92,7 +92,7 @@ private:
/////////////////////////////////////////////////////////////////////////////
class ExecWidget : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
ExecWidget(TQWidget *parent=0, bool isnewaccount=true, const char *name=0);
@@ -116,7 +116,7 @@ private:
class IPWidget : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
IPWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~IPWidget() {}
@@ -147,7 +147,7 @@ private:
class DNSWidget : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
DNSWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~DNSWidget() {}
@@ -180,7 +180,7 @@ private:
class GatewayWidget : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
GatewayWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~GatewayWidget() {}
@@ -205,7 +205,7 @@ private:
class ScriptWidget : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
ScriptWidget( TQWidget *parent=0, bool isnewaccount = true, const char *name=0 );
~ScriptWidget() {}
@@ -246,7 +246,7 @@ private:
/////////////////////////////////////////////////////////////////////////////
class PhoneNumberDialog : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
PhoneNumberDialog(TQWidget *parent = 0);