summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/shoppinglistviewdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/shoppinglistviewdialog.cpp')
-rw-r--r--krecipes/src/dialogs/shoppinglistviewdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krecipes/src/dialogs/shoppinglistviewdialog.cpp b/krecipes/src/dialogs/shoppinglistviewdialog.cpp
index c84b6cd..33381e0 100644
--- a/krecipes/src/dialogs/shoppinglistviewdialog.cpp
+++ b/krecipes/src/dialogs/shoppinglistviewdialog.cpp
@@ -33,8 +33,8 @@ ShoppingListViewDialog::ShoppingListViewDialog( TQWidget *parent, const Ingredie
setInitialSize( TQSize(350, 450) );
- connect ( this, SIGNAL( user1Clicked() ), this, SLOT( print() ) );
- connect ( this, SIGNAL( closeClicked() ), this, SLOT( accept() ) );
+ connect ( this, TQ_SIGNAL( user1Clicked() ), this, TQ_SLOT( print() ) );
+ connect ( this, TQ_SIGNAL( closeClicked() ), this, TQ_SLOT( accept() ) );
//---------- Sort the list --------
IngredientList list_copy = ingredientList;