diff options
Diffstat (limited to 'chalk/ui/kis_histogram_view.cc')
-rw-r--r-- | chalk/ui/kis_histogram_view.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/ui/kis_histogram_view.cc b/chalk/ui/kis_histogram_view.cc index cc4fe59c..3b94db61 100644 --- a/chalk/ui/kis_histogram_view.cc +++ b/chalk/ui/kis_histogram_view.cc @@ -38,8 +38,8 @@ #include "kis_basic_histogram_producers.h" #include "kis_paint_device.h" -KisHistogramView::KisHistogramView(TQWidget *tqparent, const char *name, WFlags f) - : TQLabel(tqparent, name, f) +KisHistogramView::KisHistogramView(TQWidget *parent, const char *name, WFlags f) + : TQLabel(parent, name, f) { // This is needed until we can computationally scale it well. Until then, this is needed // And when we have it, it won't hurt to have it around |