summaryrefslogtreecommitdiffstats
path: root/src/krecipes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/krecipes.cpp')
-rw-r--r--src/krecipes.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/krecipes.cpp b/src/krecipes.cpp
index f09d8d3..577bd4f 100644
--- a/src/krecipes.cpp
+++ b/src/krecipes.cpp
@@ -625,14 +625,7 @@ void Krecipes::optionsShowStatusbar()
void Krecipes::optionsConfigureKeys()
{
-#if KDE_IS_VERSION(3,1,92 )
- // for KDE 3.2: KKeyDialog::configureKeys is deprecated
KKeyDialog::configure( actionCollection(), this, true );
-#else
-
- KKeyDialog::configureKeys( actionCollection(), "krecipesui.rc" );
-#endif
-
}
void Krecipes::optionsConfigureToolbars()