summaryrefslogtreecommitdiffstats
path: root/keduca/keducabuilder/keducaeditorstartdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keducabuilder/keducaeditorstartdialog.cpp')
-rw-r--r--keduca/keducabuilder/keducaeditorstartdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/keduca/keducabuilder/keducaeditorstartdialog.cpp b/keduca/keducabuilder/keducaeditorstartdialog.cpp
index b75d4f40..a9fc0b2a 100644
--- a/keduca/keducabuilder/keducaeditorstartdialog.cpp
+++ b/keduca/keducabuilder/keducaeditorstartdialog.cpp
@@ -42,8 +42,8 @@ KEducaEditorStartDialog::KEducaEditorStartDialog(KEducaBuilder * parent, const c
// setup connections
urlRequester->setFilter( "application/x-edu");
- connect( startChoiceBtnGrp, TQT_SIGNAL( clicked(int) ),
- this, TQT_SLOT( slotChoiceChanged(int) ) );
+ connect( startChoiceBtnGrp, TQ_SIGNAL( clicked(int) ),
+ this, TQ_SLOT( slotChoiceChanged(int) ) );
}
/** based on code in tdeaction.cpp