summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/filters/levelfilter/kis_level_filter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/filters/levelfilter/kis_level_filter.cc')
-rw-r--r--chalk/plugins/filters/levelfilter/kis_level_filter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/filters/levelfilter/kis_level_filter.cc b/chalk/plugins/filters/levelfilter/kis_level_filter.cc
index 6b8dd6a09..fb437f269 100644
--- a/chalk/plugins/filters/levelfilter/kis_level_filter.cc
+++ b/chalk/plugins/filters/levelfilter/kis_level_filter.cc
@@ -277,7 +277,7 @@ void KisLevelConfigWidget::drawHistogram(bool logarithmic)
TQPixmap pix(256, height);
pix.fill();
TQPainter p(&pix);
- p.setPen(TQPen::TQPen(TQt::gray,1, TQt::SolidLine));
+ p.setPen(TQPen(TQt::gray,1, TQt::SolidLine));
double highest = (double)histogram->calculations().getHighest();
TQ_INT32 bins = histogram->producer()->numberOfBins();