summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPropertyEditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPropertyEditor.cpp')
-rw-r--r--kpresenter/KPrPropertyEditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrPropertyEditor.cpp b/kpresenter/KPrPropertyEditor.cpp
index 4d82b0b3..3445bc17 100644
--- a/kpresenter/KPrPropertyEditor.cpp
+++ b/kpresenter/KPrPropertyEditor.cpp
@@ -54,7 +54,7 @@ KPrPropertyEditor::KPrPropertyEditor( TQWidget *parent, const char *name, KPrPag
setOkButton( KStdGuiItem::ok().text() );
setApplyButton( KStdGuiItem::apply().text() );
- connect( this, TQT_SIGNAL( applyButtonPressed() ), this, TQT_SLOT( slotDone() ) );
+ connect( this, TQ_SIGNAL( applyButtonPressed() ), this, TQ_SLOT( slotDone() ) );
m_objectProperties = new KPrObjectProperties( m_objects );