summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/dietviewdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/dietviewdialog.cpp')
-rw-r--r--krecipes/src/dialogs/dietviewdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/krecipes/src/dialogs/dietviewdialog.cpp b/krecipes/src/dialogs/dietviewdialog.cpp
index 6a09b25..5b51c27 100644
--- a/krecipes/src/dialogs/dietviewdialog.cpp
+++ b/krecipes/src/dialogs/dietviewdialog.cpp
@@ -32,9 +32,9 @@ DietViewDialog::DietViewDialog( TQWidget *parent, const RecipeList &recipeList,
setSizeGripEnabled( true );
- connect ( this, SIGNAL( user2Clicked() ), this, SLOT( slotOk() ) );
- connect ( this, SIGNAL( closeClicked() ), this, SLOT( close() ) );
- connect ( this, SIGNAL( user1Clicked() ), this, SLOT( print() ) );
+ connect ( this, TQ_SIGNAL( user2Clicked() ), this, TQ_SLOT( slotOk() ) );
+ connect ( this, TQ_SIGNAL( closeClicked() ), this, TQ_SLOT( close() ) );
+ connect ( this, TQ_SIGNAL( user1Clicked() ), this, TQ_SLOT( print() ) );
// Show the diet
showDiet( recipeList, dayNumber, mealNumber, dishNumbers );