summaryrefslogtreecommitdiffstats
path: root/konqueror/konq_mainwindow.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-07 23:01:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-08 11:33:09 +0900
commit38cc110d218eae229ab4d201f9293d53a8cab423 (patch)
treebac8086c88d9ed02e6ebbbb229ecb338f247fb2d /konqueror/konq_mainwindow.cpp
parent69ca9570b0d6d8b38842f5c060dbde9ecabe839e (diff)
downloadtdebase-remove/kde-is-version.tar.gz
tdebase-remove/kde-is-version.zip
Remove use of KDE_IS_VERSIONremove/kde-is-version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konqueror/konq_mainwindow.cpp')
-rw-r--r--konqueror/konq_mainwindow.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/konqueror/konq_mainwindow.cpp b/konqueror/konq_mainwindow.cpp
index a1da0ad7d..9a919e363 100644
--- a/konqueror/konq_mainwindow.cpp
+++ b/konqueror/konq_mainwindow.cpp
@@ -5857,14 +5857,6 @@ void KonqMainWindow::resetWindow()
XChangeProperty( tqt_xdisplay(), winId(), atom, XA_CARDINAL, 32,
PropModeReplace, (unsigned char *) &x_time, 1);
set_tqt_x_user_time(CurrentTime); // won't have _NET_WM_USER_TIME set
-#if !KDE_IS_VERSION( 3, 2, 90 ) // _KDE_NET_USER_TIME is obsolete
- static Atom atom2 = XInternAtom( tqt_xdisplay(), "_KDE_NET_USER_TIME", False );
- timeval tv;
- gettimeofday( &tv, NULL );
- unsigned long now = tv.tv_sec * 10 + tv.tv_usec / 100000;
- XChangeProperty(tqt_xdisplay(), winId(), atom2, XA_CARDINAL,
- 32, PropModeReplace, (unsigned char *)&now, 1);
-#endif
static Atom atom3 = XInternAtom( tqt_xdisplay(), "_NET_WM_USER_TIME", False );
XDeleteProperty( tqt_xdisplay(), winId(), atom3 );
// Qt remembers the iconic state if the window was withdrawn while on another virtual desktop