summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:05 -0600
commitedba9303c61d4519fb6fb3dbaba371550ecad8f2 (patch)
tree7a048203d7b814f3c3e171ff86090583f4c7b3df
parent744281dc98366d7209385b6511e5116643cada42 (diff)
downloadwlassistant-edba9303.tar.gz
wlassistant-edba9303.zip
Remove spurious TQ_OBJECT instances
-rw-r--r--src/ui_netparamsedit.h2
-rw-r--r--src/ui_netparamswizard.h2
-rw-r--r--src/wlassistant.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ui_netparamsedit.h b/src/ui_netparamsedit.h
index 12166cb..158e8b9 100644
--- a/src/ui_netparamsedit.h
+++ b/src/ui_netparamsedit.h
@@ -28,7 +28,7 @@ class WANetParams;
class ui_NetParamsEdit : public netProperties
{
Q_OBJECT
- TQ_OBJECT
+
public:
ui_NetParamsEdit(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
diff --git a/src/ui_netparamswizard.h b/src/ui_netparamswizard.h
index b6b627e..651af37 100644
--- a/src/ui_netparamswizard.h
+++ b/src/ui_netparamswizard.h
@@ -30,7 +30,7 @@ class WANetParams;
class ui_NetParamsWizard : public NetParamsWizard
{
Q_OBJECT
- TQ_OBJECT
+
public:
ui_NetParamsWizard(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
diff --git a/src/wlassistant.h b/src/wlassistant.h
index ec094e8..4edc36d 100644
--- a/src/wlassistant.h
+++ b/src/wlassistant.h
@@ -38,7 +38,7 @@ class NetListViewItem;
class WirelessAssistant : public mainWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
/*$PUBLIC_FUNCTIONS$*/