diff options
Diffstat (limited to 'knotes/knote.cpp')
| -rw-r--r-- | knotes/knote.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 ) ) |
