summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/viewplugins/histogram/dlg_histogram.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/viewplugins/histogram/dlg_histogram.cc')
-rw-r--r--chalk/plugins/viewplugins/histogram/dlg_histogram.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/viewplugins/histogram/dlg_histogram.cc b/chalk/plugins/viewplugins/histogram/dlg_histogram.cc
index 0ceb3dd4..12e1fe65 100644
--- a/chalk/plugins/viewplugins/histogram/dlg_histogram.cc
+++ b/chalk/plugins/viewplugins/histogram/dlg_histogram.cc
@@ -43,7 +43,7 @@ DlgHistogram::DlgHistogram( TQWidget * parent, const char * name)
: super (parent, name, true, i18n("Histogram"), Ok | Cancel, Ok)
{
m_page = new KisHistogramWidget(this, "histogram");
- Q_CHECK_PTR(m_page);
+ TQ_CHECK_PTR(m_page);
setCaption(i18n("Histogram"));
setMainWidget(m_page);