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/mainwindow.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 3d1c6a6..2a813bf 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -341,12 +341,8 @@ void MainWindow::minimizeRestore() void MainWindow::changeActive() { -#if KDE_IS_VERSION( 3, 2, 90 ) // KDE 3.3.x tdeApp->updateUserTimestamp(); // If "activate on mouse hovering systray", or "on drag throught systray" Global::systemTray->toggleActive(); -#else - setActive( ! isActiveWindow() ); -#endif } #include "mainwindow.moc" -- cgit v1.2.3