From 850f01569f0dc9cad2cf960fd82e56ec99fb5015 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 6 Mar 2026 14:57:59 +0900 Subject: Remove use of KDE_IS_VERSION Signed-off-by: Michele Calgaro --- src/popupmenu.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/popupmenu.cpp') diff --git a/src/popupmenu.cpp b/src/popupmenu.cpp index 6d0b52d..f156f48 100644 --- a/src/popupmenu.cpp +++ b/src/popupmenu.cpp @@ -25,11 +25,7 @@ #include "popupmenu.h" -#if KDE_IS_VERSION( 3, 2, 90 ) // KDE 3.3.x - #define MENU_Y_OFFSET 1 -#else - #define MENU_Y_OFFSET 2 -#endif +#define MENU_Y_OFFSET 1 /** NOTE 1 : This implementation forget BIDI support (eg RightToLeft languages * expect to try to popup the menu first at bottom-right -- cgit v1.2.3