diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-06 14:57:59 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-06 15:04:08 +0900 |
| commit | 850f01569f0dc9cad2cf960fd82e56ec99fb5015 (patch) | |
| tree | d8ba05c08addbf2e7d2eea0f7146e7e3b95bbe91 /src/basket.cpp | |
| parent | 18ae943ddec7911d7644864c7e250bce9e8d0fcb (diff) | |
| download | basket-850f01569f0dc9cad2cf960fd82e56ec99fb5015.tar.gz basket-850f01569f0dc9cad2cf960fd82e56ec99fb5015.zip | |
Remove use of KDE_IS_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/basket.cpp')
| -rw-r--r-- | src/basket.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
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("<qt>Do you really want to delete this note?</qt>", "<qt>Do you really want to delete those <b>%n</b> notes?</qt>", 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; |
