diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:55 -0600 |
commit | 349bf81165bec0376a1a9001fe3b0b84d14fb702 (patch) | |
tree | 819f8bc7b640a3ae5dcf75684cd3bec275929e03 /src/thememoodin.h | |
parent | 475ca8017750bd8c2598fae46e83ecefcd22178a (diff) | |
download | ksplash-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.h | 2 |
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); |