Replaced time related '#define' with actual strings

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/99/head
Michele Calgaro 5 months ago
parent ffa9e16f78
commit d3aa578340
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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;

Loading…
Cancel
Save