diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:00:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:00:55 -0600 |
commit | 349bf81165bec0376a1a9001fe3b0b84d14fb702 (patch) | |
tree | 819f8bc7b640a3ae5dcf75684cd3bec275929e03 /src/effectwidget.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/effectwidget.h')
-rw-r--r-- | src/effectwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effectwidget.h b/src/effectwidget.h index 91a3a65..15c7db5 100644 --- a/src/effectwidget.h +++ b/src/effectwidget.h @@ -25,7 +25,7 @@ class TQTimer; class EffectWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: EffectWidget(TQWidget *parent = 0,const char *name = 0); |