diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:05:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:05:59 -0600 |
commit | 82e173e68f73c1835c9f8d59919f7deb97fda905 (patch) | |
tree | 391192dc2d3083a447aa35dccd0483509926619f /twin-styles/glow/glowbutton.h | |
parent | 593322f19fb1fade15fd8ba7fe7f3e9c1daab6bc (diff) | |
download | tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.tar.gz tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'twin-styles/glow/glowbutton.h')
-rw-r--r-- | twin-styles/glow/glowbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |