diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-23 10:44:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-23 10:44:49 +0900 |
commit | d3aa578340c0d8e9ef17abb208ae0e4cae4b22dc (patch) | |
tree | 327d7450b1955c3e4ce5b3d14d23456cf69db5ea | |
parent | ffa9e16f78be6e7de86ecc52ccd494924c41ae95 (diff) | |
download | tdepim-d3aa578340c0d8e9ef17abb208ae0e4cae4b22dc.tar.gz tdepim-d3aa578340c0d8e9ef17abb208ae0e4cae4b22dc.zip |
Replaced time related '#define' with actual strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | knotes/knote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knote.cpp b/knotes/knote.cpp index f5afc227b..2a2098b58 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; |