diff options
Diffstat (limited to 'chalk/plugins/viewplugins/histogram/dlg_histogram.h')
-rw-r--r-- | chalk/plugins/viewplugins/histogram/dlg_histogram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/viewplugins/histogram/dlg_histogram.h b/chalk/plugins/viewplugins/histogram/dlg_histogram.h index b97bf30f8..415e065f7 100644 --- a/chalk/plugins/viewplugins/histogram/dlg_histogram.h +++ b/chalk/plugins/viewplugins/histogram/dlg_histogram.h @@ -35,7 +35,7 @@ class KisHistogramWidget; class DlgHistogram: public KDialogBase { typedef KDialogBase super; Q_OBJECT - TQ_OBJECT + public: |