diff options
Diffstat (limited to 'kcoloredit/colorselector.h')
-rw-r--r-- | kcoloredit/colorselector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcoloredit/colorselector.h b/kcoloredit/colorselector.h index 5c3d9b62..4a02c1e0 100644 --- a/kcoloredit/colorselector.h +++ b/kcoloredit/colorselector.h @@ -35,7 +35,7 @@ class ColorSelector : public TQWidget { public: /** constructs a color selector widget */ - ColorSelector(TQWidget *tqparent=0, const char *name=0); + ColorSelector(TQWidget *parent=0, const char *name=0); ~ColorSelector(); /** @return the selected color */ const Color& color(); |