From a665635162dd89867909ea0900beaa76d92ae8ab Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 5 Mar 2026 21:55:38 +0900 Subject: Remove use of KDE_IS_VERSION Signed-off-by: Michele Calgaro --- src/krecipes.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/krecipes.cpp') 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() -- cgit v1.2.3