summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-06 14:57:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-06 15:04:08 +0900
commit850f01569f0dc9cad2cf960fd82e56ec99fb5015 (patch)
treed8ba05c08addbf2e7d2eea0f7146e7e3b95bbe91 /src/mainwindow.cpp
parent18ae943ddec7911d7644864c7e250bce9e8d0fcb (diff)
downloadbasket-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/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 0 insertions, 4 deletions
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"