summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/recipeviewdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/recipeviewdialog.cpp')
-rw-r--r--krecipes/src/dialogs/recipeviewdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/dialogs/recipeviewdialog.cpp b/krecipes/src/dialogs/recipeviewdialog.cpp
index 8918ac0..f68816f 100644
--- a/krecipes/src/dialogs/recipeviewdialog.cpp
+++ b/krecipes/src/dialogs/recipeviewdialog.cpp
@@ -40,7 +40,7 @@ RecipeViewDialog::RecipeViewDialog( TQWidget *parent, RecipeDB *db, int recipeID
// Initialize UI Elements
recipeView = new TDEHTMLPart( this );
- connect( database, SIGNAL(recipeRemoved(int)), SLOT(recipeRemoved(int)) );
+ connect( database, TQ_SIGNAL(recipeRemoved(int)), TQ_SLOT(recipeRemoved(int)) );
tmp_filename = locateLocal( "tmp", "krecipes_recipe_view" );