summaryrefslogtreecommitdiffstats
path: root/src/thememoodin.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:55 -0600
commit349bf81165bec0376a1a9001fe3b0b84d14fb702 (patch)
tree819f8bc7b640a3ae5dcf75684cd3bec275929e03 /src/thememoodin.h
parent475ca8017750bd8c2598fae46e83ecefcd22178a (diff)
downloadksplash-engine-moodin-349bf81165bec0376a1a9001fe3b0b84d14fb702.tar.gz
ksplash-engine-moodin-349bf81165bec0376a1a9001fe3b0b84d14fb702.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/thememoodin.h')
-rw-r--r--src/thememoodin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thememoodin.h b/src/thememoodin.h
index cf7f285..8e7a835 100644
--- a/src/thememoodin.h
+++ b/src/thememoodin.h
@@ -33,7 +33,7 @@ typedef TQPtrList<TQImage> ImageList;
class ThemeMoodin: public ThemeEngine
{
Q_OBJECT
- TQ_OBJECT
+
public:
ThemeMoodin(TQWidget *parent, const char *name, const TQStringList& flags);