diff options
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; |
