summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPresDurationDia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPresDurationDia.cpp')
-rw-r--r--kpresenter/KPrPresDurationDia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrPresDurationDia.cpp b/kpresenter/KPrPresDurationDia.cpp
index 6fcdddad2..a2e7b22ce 100644
--- a/kpresenter/KPrPresDurationDia.cpp
+++ b/kpresenter/KPrPresDurationDia.cpp
@@ -51,7 +51,7 @@ KPrPresDurationDia::KPrPresDurationDia( TQWidget *parent, const char *name,
topLayout->addWidget( label );
setMinimumSize( 600, 400 );
- connect( this, TQT_SIGNAL( closeClicked() ), this, TQT_SLOT( slotCloseDialog() ) );
+ connect( this, TQ_SIGNAL( closeClicked() ), this, TQ_SLOT( slotCloseDialog() ) );
}