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/systemtray.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/systemtray.cpp') diff --git a/src/systemtray.cpp b/src/systemtray.cpp index f2ad3e7..1a4eb13 100644 --- a/src/systemtray.cpp +++ b/src/systemtray.cpp @@ -77,11 +77,9 @@ void KSystemTray2::displayCloseMessage(TQString fileMenu) * - Perhapse add the icon in the text (eg. "... in the * system tray ([icon])."). Add some clutter to the dialog. */ -#if KDE_IS_VERSION( 3, 1, 90 ) // Don't do all the computations if they are unneeded: if ( ! KMessageBox::shouldBeShownContinue("hideOnCloseInfo") ) return; -#endif // "Default parameter". Here, to avoid a i18n() call and dependancy in the .h if (fileMenu.isEmpty()) fileMenu = i18n("File"); -- cgit v1.2.3