summaryrefslogtreecommitdiffstats
path: root/twin-styles/glow
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/glow
parent593322f19fb1fade15fd8ba7fe7f3e9c1daab6bc (diff)
downloadtdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.tar.gz
tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'twin-styles/glow')
-rw-r--r--twin-styles/glow/config/glowconfigdialog.h2
-rw-r--r--twin-styles/glow/glowbutton.h2
-rw-r--r--twin-styles/glow/glowclient.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/twin-styles/glow/config/glowconfigdialog.h b/twin-styles/glow/config/glowconfigdialog.h
index 81747a4c..81ab91b2 100644
--- a/twin-styles/glow/config/glowconfigdialog.h
+++ b/twin-styles/glow/config/glowconfigdialog.h
@@ -32,7 +32,7 @@ class KColorButton;
class GlowConfigDialog : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
GlowConfigDialog( KConfig* conf, TQWidget* parent );
diff --git a/twin-styles/glow/glowbutton.h b/twin-styles/glow/glowbutton.h
index e3d159dd..f5696650 100644
--- a/twin-styles/glow/glowbutton.h
+++ b/twin-styles/glow/glowbutton.h
@@ -47,7 +47,7 @@ private:
class GlowButton : public TQButton
{
Q_OBJECT
- TQ_OBJECT
+
public:
GlowButton(TQWidget *parent, const char* name, const TQString& tip, const int realizeBtns);
diff --git a/twin-styles/glow/glowclient.h b/twin-styles/glow/glowclient.h
index 7e0e15ee..9d4f4c4d 100644
--- a/twin-styles/glow/glowclient.h
+++ b/twin-styles/glow/glowclient.h
@@ -144,7 +144,7 @@ private:
class GlowClient : public KDecoration
{
Q_OBJECT
- TQ_OBJECT
+
public:
GlowClient( KDecorationBridge* b, KDecorationFactory* f );
~GlowClient();