summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--knotes/knote.cpp2
1 files changed, 1 insertions, 1 deletions
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;