diff options
Diffstat (limited to 'kcoloredit/imageselection.h')
-rw-r--r-- | kcoloredit/imageselection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcoloredit/imageselection.h b/kcoloredit/imageselection.h index a773cdcc..769382d2 100644 --- a/kcoloredit/imageselection.h +++ b/kcoloredit/imageselection.h @@ -31,7 +31,7 @@ class ImageSelection : public TQWidget { public: /** constructs the widget */ - ImageSelection(TQWidget *tqparent=0, const char *name=0); + ImageSelection(TQWidget *parent=0, const char *name=0); ~ImageSelection(); signals: |