diff options
Diffstat (limited to 'chalk/ui/kis_paintop_box.h')
-rw-r--r-- | chalk/ui/kis_paintop_box.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_paintop_box.h b/chalk/ui/kis_paintop_box.h index 90238c78..400c087c 100644 --- a/chalk/ui/kis_paintop_box.h +++ b/chalk/ui/kis_paintop_box.h @@ -55,7 +55,7 @@ class KisPaintopBox : public TQWidget { typedef TQWidget super; public: - KisPaintopBox (KisView * view, TQWidget * tqparent, const char * name = 0); + KisPaintopBox (KisView * view, TQWidget * parent, const char * name = 0); ~KisPaintopBox(); |