From 03b0b804eb016e2d9ae851db960e843d0d629e0a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 8 Mar 2026 20:44:13 +0900 Subject: Remove use of KDE_IS_VERSION Signed-off-by: Michele Calgaro --- knotes/knote.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'knotes/knote.cpp') diff --git a/knotes/knote.cpp b/knotes/knote.cpp index e0ac842a..f03943c9 100644 --- a/knotes/knote.cpp +++ b/knotes/knote.cpp @@ -1360,14 +1360,12 @@ bool KNote::eventFilter( TQObject *o, TQEvent *ev ) return true; } -#if KDE_IS_VERSION( 3, 5, 1 ) if ( ev->type() == TQEvent::MouseButtonRelease ) { NETRootInfo wm_root( tqt_xdisplay(), NET::WMMoveResize ); wm_root.moveResizeRequest( winId(), e->globalX(), e->globalY(), NET::MoveResizeCancel ); return false; } -#endif if ( m_menu && ( ev->type() == TQEvent::MouseButtonPress ) && ( e->button() == TQt::RightButton ) ) -- cgit v1.2.3