summaryrefslogtreecommitdiffstats
path: root/twin-styles/smooth-blend/client
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/smooth-blend/client
parent593322f19fb1fade15fd8ba7fe7f3e9c1daab6bc (diff)
downloadtdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.tar.gz
tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'twin-styles/smooth-blend/client')
-rw-r--r--twin-styles/smooth-blend/client/config/smoothblendconfig.h2
-rw-r--r--twin-styles/smooth-blend/client/smoothblend.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.h b/twin-styles/smooth-blend/client/config/smoothblendconfig.h
index 4f2add87..604645bd 100644
--- a/twin-styles/smooth-blend/client/config/smoothblendconfig.h
+++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.h
@@ -32,7 +32,7 @@ class ConfigDialog;
class smoothblendConfig : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
smoothblendConfig(KConfig* config, TQWidget* parent);
~smoothblendConfig();
diff --git a/twin-styles/smooth-blend/client/smoothblend.h b/twin-styles/smooth-blend/client/smoothblend.h
index eaca8373..3e2dc626 100644
--- a/twin-styles/smooth-blend/client/smoothblend.h
+++ b/twin-styles/smooth-blend/client/smoothblend.h
@@ -124,7 +124,7 @@ inline bool smoothblendFactory::titleShadow() {
class smoothblendButton : public TQButton {
Q_OBJECT
- TQ_OBJECT
+
public:
smoothblendButton(smoothblendClient *parent=0, const char *name=0,
const TQString &tip=NULL,
@@ -178,7 +178,7 @@ inline void smoothblendButton::reset() {
class smoothblendClient : public KDecoration {
Q_OBJECT
- TQ_OBJECT
+
public:
smoothblendClient(KDecorationBridge *b, KDecorationFactory *f);
virtual ~smoothblendClient();