summaryrefslogtreecommitdiffstats
path: root/krecipes/src/pref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/pref.cpp')
-rw-r--r--krecipes/src/pref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/pref.cpp b/krecipes/src/pref.cpp
index 4eb71b8..9776fd9 100644
--- a/krecipes/src/pref.cpp
+++ b/krecipes/src/pref.cpp
@@ -81,7 +81,7 @@ KrecipesPreferences::KrecipesPreferences( TQWidget *parent )
m_helpMap.insert(3,"configure-performance");
// Signals & Slots
- connect ( this, SIGNAL( okClicked() ), this, SLOT( saveSettings() ) );
+ connect ( this, TQ_SIGNAL( okClicked() ), this, TQ_SLOT( saveSettings() ) );
}