summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/categorieseditordialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/categorieseditordialog.cpp')
-rw-r--r--krecipes/src/dialogs/categorieseditordialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krecipes/src/dialogs/categorieseditordialog.cpp b/krecipes/src/dialogs/categorieseditordialog.cpp
index 0ca574b..d383fde 100644
--- a/krecipes/src/dialogs/categorieseditordialog.cpp
+++ b/krecipes/src/dialogs/categorieseditordialog.cpp
@@ -51,8 +51,8 @@ CategoriesEditorDialog::CategoriesEditorDialog( TQWidget* parent, RecipeDB *db )
//Connect Signals & Slots
- connect ( newCategoryButton, SIGNAL( clicked() ), categoryListView, SLOT( createNew() ) );
- connect ( removeCategoryButton, SIGNAL( clicked() ), categoryListView, SLOT( remove
+ connect ( newCategoryButton, TQ_SIGNAL( clicked() ), categoryListView, TQ_SLOT( createNew() ) );
+ connect ( removeCategoryButton, TQ_SIGNAL( clicked() ), categoryListView, TQ_SLOT( remove
() ) );
}