diff options
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 813e69b..91a3a65 100644 --- a/src/effectwidget.h +++ b/src/effectwidget.h @@ -28,7 +28,7 @@ class EffectWidget : public TQWidget TQ_OBJECT public: - EffectWidget(TQWidget *tqparent = 0,const char *name = 0); + EffectWidget(TQWidget *parent = 0,const char *name = 0); static void setBackgroundImage(TQImage *image) { bgImage = image; } |