summaryrefslogtreecommitdiffstats
path: root/twin
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:06:23 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:06:23 -0600
commit153e023cc2d72c36f700b8be485ccccca6d0e8f1 (patch)
tree2ebdcffd37f89f2bec1eb2547831a1f5118ccd20 /twin
parent52d0d54062c878fac12cacab8ea9dbfe9c1da905 (diff)
downloadtdebase-153e023cc2d72c36f700b8be485ccccca6d0e8f1.tar.gz
tdebase-153e023cc2d72c36f700b8be485ccccca6d0e8f1.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'twin')
-rw-r--r--twin/clients/keramik/config/config.h2
-rw-r--r--twin/lib/kcommondecoration.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/twin/clients/keramik/config/config.h b/twin/clients/keramik/config/config.h
index 42d6f007a..911af89fb 100644
--- a/twin/clients/keramik/config/config.h
+++ b/twin/clients/keramik/config/config.h
@@ -32,7 +32,7 @@
class KeramikConfig: public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
KeramikConfig( KConfig* conf, TQWidget* parent );
diff --git a/twin/lib/kcommondecoration.h b/twin/lib/kcommondecoration.h
index bd55ffa0a..c914628e6 100644
--- a/twin/lib/kcommondecoration.h
+++ b/twin/lib/kcommondecoration.h
@@ -294,7 +294,7 @@ class KWIN_EXPORT KCommonDecorationButton : public TQButton
friend class KCommonDecoration;
Q_OBJECT
- TQ_OBJECT
+
public:
KCommonDecorationButton(ButtonType type, KCommonDecoration *parent, const char *name);