summaryrefslogtreecommitdiffstats
path: root/kchart/kchartPageLayout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartPageLayout.cpp')
-rw-r--r--kchart/kchartPageLayout.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kchart/kchartPageLayout.cpp b/kchart/kchartPageLayout.cpp
index 434a5d2f..71417458 100644
--- a/kchart/kchartPageLayout.cpp
+++ b/kchart/kchartPageLayout.cpp
@@ -82,9 +82,9 @@ KChartPageLayout::KChartPageLayout( KChartParams* _params, TQWidget* parent, con
grid->addWidget(bottomBorder,3,1);
init();
- connect( this, TQT_SIGNAL( okClicked() ), this, TQT_SLOT( slotOk() ) );
- connect( this, TQT_SIGNAL( applyClicked() ), this, TQT_SLOT( slotApply() ) );
- connect( this, TQT_SIGNAL( user1Clicked() ), this ,TQT_SLOT( slotReset() ));
+ connect( this, TQ_SIGNAL( okClicked() ), this, TQ_SLOT( slotOk() ) );
+ connect( this, TQ_SIGNAL( applyClicked() ), this, TQ_SLOT( slotApply() ) );
+ connect( this, TQ_SIGNAL( user1Clicked() ), this ,TQ_SLOT( slotReset() ));
}