summaryrefslogtreecommitdiffstats
path: root/kchart/kchart_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchart_part.cpp')
-rw-r--r--kchart/kchart_part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kchart/kchart_part.cpp b/kchart/kchart_part.cpp
index 1956904bd..fffed0a03 100644
--- a/kchart/kchart_part.cpp
+++ b/kchart/kchart_part.cpp
@@ -693,7 +693,7 @@ bool KChartPart::showWizard( TQString &dataArea )
{
KChartWizard *wizard = new KChartWizard( this, m_parentWidget, "wizard" );
- connect( wizard, TQT_SIGNAL(finished()), this, TQT_SLOT(slotModified()) );
+ connect( wizard, TQ_SIGNAL(finished()), this, TQ_SLOT(slotModified()) );
wizard->setDataArea( dataArea );