summaryrefslogtreecommitdiffstats
path: root/twin-styles/riscos
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:59 -0600
commit82e173e68f73c1835c9f8d59919f7deb97fda905 (patch)
tree391192dc2d3083a447aa35dccd0483509926619f /twin-styles/riscos
parent593322f19fb1fade15fd8ba7fe7f3e9c1daab6bc (diff)
downloadtdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.tar.gz
tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'twin-styles/riscos')
-rw-r--r--twin-styles/riscos/AboveButton.h2
-rw-r--r--twin-styles/riscos/Button.h2
-rw-r--r--twin-styles/riscos/CloseButton.h2
-rw-r--r--twin-styles/riscos/HelpButton.h2
-rw-r--r--twin-styles/riscos/IconifyButton.h2
-rw-r--r--twin-styles/riscos/LowerButton.h2
-rw-r--r--twin-styles/riscos/Manager.h4
-rw-r--r--twin-styles/riscos/MaximiseButton.h2
-rw-r--r--twin-styles/riscos/StickyButton.h2
9 files changed, 10 insertions, 10 deletions
diff --git a/twin-styles/riscos/AboveButton.h b/twin-styles/riscos/AboveButton.h
index 86fbb0a7..970c769a 100644
--- a/twin-styles/riscos/AboveButton.h
+++ b/twin-styles/riscos/AboveButton.h
@@ -31,7 +31,7 @@ namespace RiscOS
class AboveButton : public Button
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/twin-styles/riscos/Button.h b/twin-styles/riscos/Button.h
index f2efb1aa..116857d6 100644
--- a/twin-styles/riscos/Button.h
+++ b/twin-styles/riscos/Button.h
@@ -34,7 +34,7 @@ namespace RiscOS
class Button : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/twin-styles/riscos/CloseButton.h b/twin-styles/riscos/CloseButton.h
index 615ea2ed..47e14a79 100644
--- a/twin-styles/riscos/CloseButton.h
+++ b/twin-styles/riscos/CloseButton.h
@@ -31,7 +31,7 @@ namespace RiscOS
class CloseButton : public Button
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/twin-styles/riscos/HelpButton.h b/twin-styles/riscos/HelpButton.h
index d57b91ce..9ec8f06a 100644
--- a/twin-styles/riscos/HelpButton.h
+++ b/twin-styles/riscos/HelpButton.h
@@ -31,7 +31,7 @@ namespace RiscOS
class HelpButton : public Button
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/twin-styles/riscos/IconifyButton.h b/twin-styles/riscos/IconifyButton.h
index 54e44aba..f1685e4b 100644
--- a/twin-styles/riscos/IconifyButton.h
+++ b/twin-styles/riscos/IconifyButton.h
@@ -31,7 +31,7 @@ namespace RiscOS
class IconifyButton : public Button
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/twin-styles/riscos/LowerButton.h b/twin-styles/riscos/LowerButton.h
index 8616d688..d78197aa 100644
--- a/twin-styles/riscos/LowerButton.h
+++ b/twin-styles/riscos/LowerButton.h
@@ -31,7 +31,7 @@ namespace RiscOS
class LowerButton : public Button
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/twin-styles/riscos/Manager.h b/twin-styles/riscos/Manager.h
index 75810c91..8dcc2278 100644
--- a/twin-styles/riscos/Manager.h
+++ b/twin-styles/riscos/Manager.h
@@ -45,7 +45,7 @@ class Button;
class Manager : public KDecoration
{
Q_OBJECT
- TQ_OBJECT
+
public:
@@ -108,7 +108,7 @@ class Manager : public KDecoration
class Factory : public TQObject, public KDecorationFactory
{
Q_OBJECT
- TQ_OBJECT
+
public:
Factory();
diff --git a/twin-styles/riscos/MaximiseButton.h b/twin-styles/riscos/MaximiseButton.h
index 770c9370..f6397290 100644
--- a/twin-styles/riscos/MaximiseButton.h
+++ b/twin-styles/riscos/MaximiseButton.h
@@ -31,7 +31,7 @@ namespace RiscOS
class MaximiseButton : public Button
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/twin-styles/riscos/StickyButton.h b/twin-styles/riscos/StickyButton.h
index 26c0428e..64965c82 100644
--- a/twin-styles/riscos/StickyButton.h
+++ b/twin-styles/riscos/StickyButton.h
@@ -31,7 +31,7 @@ namespace RiscOS
class StickyButton : public Button
{
Q_OBJECT
- TQ_OBJECT
+
public: