summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPieProperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPieProperty.cpp')
-rw-r--r--kpresenter/KPrPieProperty.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrPieProperty.cpp b/kpresenter/KPrPieProperty.cpp
index c98a6cbf4..2b38effac 100644
--- a/kpresenter/KPrPieProperty.cpp
+++ b/kpresenter/KPrPieProperty.cpp
@@ -41,10 +41,10 @@ KPrPieProperty::KPrPieProperty( TQWidget *parent, const char *name, KPrPieValueC
m_ui->typeCombo->insertItem( i18n( "Arc" ) );
m_ui->typeCombo->insertItem( i18n( "Chord" ) );
- connect( m_ui->typeCombo, TQT_SIGNAL( activated( int ) ), this, TQT_SLOT( slotTypeChanged( int ) ) );
+ connect( m_ui->typeCombo, TQ_SIGNAL( activated( int ) ), this, TQ_SLOT( slotTypeChanged( int ) ) );
- connect( m_ui->angleInput, TQT_SIGNAL( valueChanged( int ) ), this, TQT_SLOT( slotAngleChanged( int ) ) );
- connect( m_ui->lengthInput, TQT_SIGNAL( valueChanged( int ) ), this, TQT_SLOT( slotLengthChanged( int ) ) );
+ connect( m_ui->angleInput, TQ_SIGNAL( valueChanged( int ) ), this, TQ_SLOT( slotAngleChanged( int ) ) );
+ connect( m_ui->lengthInput, TQ_SIGNAL( valueChanged( int ) ), this, TQ_SLOT( slotLengthChanged( int ) ) );
slotReset();
}