summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_label_zoom.h
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui/kis_label_zoom.h')
-rw-r--r--chalk/ui/kis_label_zoom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/ui/kis_label_zoom.h b/chalk/ui/kis_label_zoom.h
index e7fad08a..a2cff7ea 100644
--- a/chalk/ui/kis_label_zoom.h
+++ b/chalk/ui/kis_label_zoom.h
@@ -24,8 +24,8 @@ class KisLabelZoom : public TQLabel {
Q_OBJECT
TQ_OBJECT
- KisLabelZoom( TQWidget *tqparent, const char *name = 0, WFlags f = 0 ) :
- TQLabel( tqparent, name, f ) {}
+ KisLabelZoom( TQWidget *parent, const char *name = 0, WFlags f = 0 ) :
+ TQLabel( parent, name, f ) {}
virtual ~KisLabelZoom() {}
};