diff --git a/knotes/knote.cpp b/knotes/knote.cpp index f5afc227..2a2098b5 100644 --- a/knotes/knote.cpp +++ b/knotes/knote.cpp @@ -1354,7 +1354,7 @@ bool KNote::eventFilter( TQObject *o, TQEvent *ev ) e->button() == TQt::LeftButton ? KWin::raiseWindow( winId() ) : KWin::lowerWindow( winId() ); - XUngrabPointer( tqt_xdisplay(), GET_QT_X_TIME() ); + XUngrabPointer( tqt_xdisplay(), get_tqt_x_time() ); NETRootInfo wm_root( tqt_xdisplay(), NET::WMMoveResize ); wm_root.moveResizeRequest( winId(), e->globalX(), e->globalY(), NET::Move ); return true;