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/basket.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/basket.cpp') diff --git a/src/basket.cpp b/src/basket.cpp index 7c7e5d4..2792398 100644 --- a/src/basket.cpp +++ b/src/basket.cpp @@ -4119,12 +4119,8 @@ void Basket::noteDelete() i18n("Do you really want to delete this note?", "Do you really want to delete those %n notes?", countSelecteds()), - i18n("Delete Note", "Delete Notes", countSelecteds()) -#if KDE_IS_VERSION( 3, 2, 90 ) // KDE 3.3.x - , KStdGuiItem::del(), KStdGuiItem::cancel()); -#else - ); -#endif + i18n("Delete Note", "Delete Notes", countSelecteds()), + KStdGuiItem::del(), KStdGuiItem::cancel()); if (really == KMessageBox::No) return; -- cgit v1.2.3