summaryrefslogtreecommitdiffstats
path: root/krita/plugins/viewplugins/histogram/dlg_histogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'krita/plugins/viewplugins/histogram/dlg_histogram.h')
-rw-r--r--krita/plugins/viewplugins/histogram/dlg_histogram.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/krita/plugins/viewplugins/histogram/dlg_histogram.h b/krita/plugins/viewplugins/histogram/dlg_histogram.h
index 790e77ef..8e3fda00 100644
--- a/krita/plugins/viewplugins/histogram/dlg_histogram.h
+++ b/krita/plugins/viewplugins/histogram/dlg_histogram.h
@@ -35,10 +35,11 @@ class KisHistogramWidget;
class DlgHistogram: public KDialogBase {
typedef KDialogBase super;
Q_OBJECT
+ TQ_OBJECT
public:
- DlgHistogram(QWidget * parent = 0,
+ DlgHistogram(TQWidget * tqparent = 0,
const char* name = 0);
~DlgHistogram();