summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/resizerecipedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/resizerecipedialog.cpp')
-rw-r--r--krecipes/src/dialogs/resizerecipedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/dialogs/resizerecipedialog.cpp b/krecipes/src/dialogs/resizerecipedialog.cpp
index 71cc3c9..252b90f 100644
--- a/krecipes/src/dialogs/resizerecipedialog.cpp
+++ b/krecipes/src/dialogs/resizerecipedialog.cpp
@@ -118,7 +118,7 @@ ResizeRecipeDialog::ResizeRecipeDialog( TQWidget *parent, Recipe *recipe )
}
// signals and slots connections
- connect( buttonGroup, SIGNAL( clicked( int ) ), this, SLOT( activateCurrentOption( int ) ) );
+ connect( buttonGroup, TQ_SIGNAL( clicked( int ) ), this, TQ_SLOT( activateCurrentOption( int ) ) );
}
void ResizeRecipeDialog::languageChange()