summaryrefslogtreecommitdiffstats
path: root/kpf
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 /kpf
parenta484f7e6af77fe25155e9be30a4166c6f479e46d (diff)
downloadtdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz
tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kpf')
-rw-r--r--kpf/src/ActiveMonitor.h2
-rw-r--r--kpf/src/ActiveMonitorWindow.h2
-rw-r--r--kpf/src/Applet.h2
-rw-r--r--kpf/src/AppletItem.h2
-rw-r--r--kpf/src/BandwidthGraph.h2
-rw-r--r--kpf/src/ConfigDialogPage.h2
-rw-r--r--kpf/src/DirSelectWidget.h2
-rw-r--r--kpf/src/ErrorMessageConfigDialog.h2
-rw-r--r--kpf/src/PropertiesDialogPlugin.h2
-rw-r--r--kpf/src/Server.h2
-rw-r--r--kpf/src/ServerWizard.h2
-rw-r--r--kpf/src/SingleServerConfigDialog.h2
-rw-r--r--kpf/src/StartingKPFDialog.h2
-rw-r--r--kpf/src/WebServer.h2
-rw-r--r--kpf/src/WebServerManager.h2
-rw-r--r--kpf/src/WebServerSocket.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/kpf/src/ActiveMonitor.h b/kpf/src/ActiveMonitor.h
index b3c792f2..a808c418 100644
--- a/kpf/src/ActiveMonitor.h
+++ b/kpf/src/ActiveMonitor.h
@@ -47,7 +47,7 @@ namespace KPF
class ActiveMonitor : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kpf/src/ActiveMonitorWindow.h b/kpf/src/ActiveMonitorWindow.h
index 9dc0a00c..a10cb06b 100644
--- a/kpf/src/ActiveMonitorWindow.h
+++ b/kpf/src/ActiveMonitorWindow.h
@@ -42,7 +42,7 @@ namespace KPF
class ActiveMonitorWindow : public KMainWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kpf/src/Applet.h b/kpf/src/Applet.h
index 5b7e9e8c..cb865c55 100644
--- a/kpf/src/Applet.h
+++ b/kpf/src/Applet.h
@@ -46,7 +46,7 @@ namespace KPF
class Applet : public KPanelApplet
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kpf/src/AppletItem.h b/kpf/src/AppletItem.h
index 22b21337..e505304c 100644
--- a/kpf/src/AppletItem.h
+++ b/kpf/src/AppletItem.h
@@ -46,7 +46,7 @@ namespace KPF
class AppletItem : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kpf/src/BandwidthGraph.h b/kpf/src/BandwidthGraph.h
index eac25f76..6f9f8530 100644
--- a/kpf/src/BandwidthGraph.h
+++ b/kpf/src/BandwidthGraph.h
@@ -43,7 +43,7 @@ namespace KPF
class BandwidthGraph : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kpf/src/ConfigDialogPage.h b/kpf/src/ConfigDialogPage.h
index df6ab985..f3f54d2b 100644
--- a/kpf/src/ConfigDialogPage.h
+++ b/kpf/src/ConfigDialogPage.h
@@ -44,7 +44,7 @@ namespace KPF
class ConfigDialogPage : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kpf/src/DirSelectWidget.h b/kpf/src/DirSelectWidget.h
index a16b13d9..dc4f7e25 100644
--- a/kpf/src/DirSelectWidget.h
+++ b/kpf/src/DirSelectWidget.h
@@ -34,7 +34,7 @@ namespace KPF
class DirSelectWidget : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kpf/src/ErrorMessageConfigDialog.h b/kpf/src/ErrorMessageConfigDialog.h
index d485de31..5a4e0a9c 100644
--- a/kpf/src/ErrorMessageConfigDialog.h
+++ b/kpf/src/ErrorMessageConfigDialog.h
@@ -39,7 +39,7 @@ namespace KPF
class ErrorMessageConfigDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kpf/src/PropertiesDialogPlugin.h b/kpf/src/PropertiesDialogPlugin.h
index 8b19df31..af003855 100644
--- a/kpf/src/PropertiesDialogPlugin.h
+++ b/kpf/src/PropertiesDialogPlugin.h
@@ -37,7 +37,7 @@ namespace KPF
class PropertiesDialogPlugin : public KPropsDlgPlugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kpf/src/Server.h b/kpf/src/Server.h
index 97d75ed1..f6396606 100644
--- a/kpf/src/Server.h
+++ b/kpf/src/Server.h
@@ -42,7 +42,7 @@ namespace KPF
class Server : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kpf/src/ServerWizard.h b/kpf/src/ServerWizard.h
index f3c4a0c4..40374868 100644
--- a/kpf/src/ServerWizard.h
+++ b/kpf/src/ServerWizard.h
@@ -38,7 +38,7 @@ namespace KPF
class ServerWizard : public KWizard
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kpf/src/SingleServerConfigDialog.h b/kpf/src/SingleServerConfigDialog.h
index 9e8d3dfe..e0ccd52e 100644
--- a/kpf/src/SingleServerConfigDialog.h
+++ b/kpf/src/SingleServerConfigDialog.h
@@ -37,7 +37,7 @@ namespace KPF
class SingleServerConfigDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kpf/src/StartingKPFDialog.h b/kpf/src/StartingKPFDialog.h
index a25fcda7..51068ecc 100644
--- a/kpf/src/StartingKPFDialog.h
+++ b/kpf/src/StartingKPFDialog.h
@@ -35,7 +35,7 @@ namespace KPF
class StartingKPFDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kpf/src/WebServer.h b/kpf/src/WebServer.h
index 2ef8a1d5..c2479f22 100644
--- a/kpf/src/WebServer.h
+++ b/kpf/src/WebServer.h
@@ -46,7 +46,7 @@ namespace KPF
{
K_DCOP
Q_OBJECT
-// TQ_OBJECT
+//
public:
diff --git a/kpf/src/WebServerManager.h b/kpf/src/WebServerManager.h
index 05bf98b6..f5132fbf 100644
--- a/kpf/src/WebServerManager.h
+++ b/kpf/src/WebServerManager.h
@@ -43,7 +43,7 @@ namespace KPF
class WebServerManager : public TQObject, virtual public DCOPObject
{
Q_OBJECT
-// TQ_OBJECT
+//
K_DCOP
public:
diff --git a/kpf/src/WebServerSocket.h b/kpf/src/WebServerSocket.h
index 68b3bc3e..0d2f3dc7 100644
--- a/kpf/src/WebServerSocket.h
+++ b/kpf/src/WebServerSocket.h
@@ -34,7 +34,7 @@ namespace KPF
class WebServerSocket : public TQServerSocket
{
Q_OBJECT
- TQ_OBJECT
+
public: