summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/authorsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/authorsdialog.cpp')
-rw-r--r--krecipes/src/dialogs/authorsdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krecipes/src/dialogs/authorsdialog.cpp b/krecipes/src/dialogs/authorsdialog.cpp
index 2cdbedb..0a53899 100644
--- a/krecipes/src/dialogs/authorsdialog.cpp
+++ b/krecipes/src/dialogs/authorsdialog.cpp
@@ -49,8 +49,8 @@ AuthorsDialog::AuthorsDialog( TQWidget* parent, RecipeDB *db ) : TQWidget( paren
//Connect Signals & Slots
- connect ( newAuthorButton, SIGNAL( clicked() ), authorListView, SLOT( createNew() ) );
- connect ( removeAuthorButton, SIGNAL( clicked() ), authorListView, SLOT( remove
+ connect ( newAuthorButton, TQ_SIGNAL( clicked() ), authorListView, TQ_SLOT( createNew() ) );
+ connect ( removeAuthorButton, TQ_SIGNAL( clicked() ), authorListView, TQ_SLOT( remove
() ) );
}