summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/selectauthorsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/selectauthorsdialog.cpp')
-rw-r--r--krecipes/src/dialogs/selectauthorsdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krecipes/src/dialogs/selectauthorsdialog.cpp b/krecipes/src/dialogs/selectauthorsdialog.cpp
index aeb065a..53ea2da 100644
--- a/krecipes/src/dialogs/selectauthorsdialog.cpp
+++ b/krecipes/src/dialogs/selectauthorsdialog.cpp
@@ -71,8 +71,8 @@ SelectAuthorsDialog::SelectAuthorsDialog( TQWidget *parent, const ElementList &c
resize(450, height());
// Connect signals & Slots
- connect ( addAuthorButton, SIGNAL( clicked() ), this, SLOT( addAuthor() ) );
- connect ( removeAuthorButton, SIGNAL( clicked() ), this, SLOT( removeAuthor() ) );
+ connect ( addAuthorButton, TQ_SIGNAL( clicked() ), this, TQ_SLOT( addAuthor() ) );
+ connect ( removeAuthorButton, TQ_SIGNAL( clicked() ), this, TQ_SLOT( removeAuthor() ) );
authorsCombo->setEditText(TQString::null);
authorsCombo->lineEdit()->setFocus();