summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPolygonProperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPolygonProperty.cpp')
-rw-r--r--kpresenter/KPrPolygonProperty.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kpresenter/KPrPolygonProperty.cpp b/kpresenter/KPrPolygonProperty.cpp
index 94b13fd60..cfd134e7f 100644
--- a/kpresenter/KPrPolygonProperty.cpp
+++ b/kpresenter/KPrPolygonProperty.cpp
@@ -38,13 +38,13 @@ KPrPolygonProperty::KPrPolygonProperty( TQWidget *parent, const char *name, KPrP
m_ui->typeCombo->insertItem( i18n( "Polygon" ) );
m_ui->typeCombo->insertItem( i18n( "Convex/Concave" ) );
- 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->cornersInput, TQT_SIGNAL( valueChanged( int ) ),
- m_ui->polygonPreview, TQT_SLOT( slotCornersValue( int ) ) );
- connect( m_ui->sharpnessInput, TQT_SIGNAL( valueChanged( int ) ),
- m_ui->polygonPreview, TQT_SLOT( slotSharpnessValue( int ) ) );
+ connect( m_ui->cornersInput, TQ_SIGNAL( valueChanged( int ) ),
+ m_ui->polygonPreview, TQ_SLOT( slotCornersValue( int ) ) );
+ connect( m_ui->sharpnessInput, TQ_SIGNAL( valueChanged( int ) ),
+ m_ui->polygonPreview, TQ_SLOT( slotSharpnessValue( int ) ) );
slotReset();
}