Replaced time related '#define' with actual strings

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d3aa578340)
bug/94/open-html
Michele Calgaro 12 months ago
parent 9ade94abd9
commit 6efcb28ef7
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