diff options
author | Timothy Pearson <[email protected]> | 2013-05-04 02:29:16 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-05-04 02:29:16 -0500 |
commit | 8a4eacb6185de3653f6ae401c352aef833a9e72a (patch) | |
tree | 4c2f3ed3d149a42025bfe2baa10ada39d0e621c5 /src/kernel/qwidget_x11.cpp | |
parent | 7446fdb128feb8d941e148f4de341a44256045ef (diff) | |
download | tqt3-8a4eacb6185de3653f6ae401c352aef833a9e72a.tar.gz tqt3-8a4eacb6185de3653f6ae401c352aef833a9e72a.zip |
Fix incorrect renaming of RETQUEST
Diffstat (limited to 'src/kernel/qwidget_x11.cpp')
-rw-r--r-- | src/kernel/qwidget_x11.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qwidget_x11.cpp b/src/kernel/qwidget_x11.cpp index 1479342e9..8e9cc3abc 100644 --- a/src/kernel/qwidget_x11.cpp +++ b/src/kernel/qwidget_x11.cpp @@ -684,7 +684,7 @@ void TQWidget::create( WId window, bool initializeWindow, bool destroyOldWindow) protocols[n++] = tqt_wm_take_focus; // support take focus window protocol protocols[n++] = qt_net_wm_ping; // support _NET_WM_PING protocol #ifndef QT_NO_XSYNC - protocols[n++] = qt_net_wm_sync_request;// support the _NET_WM_SYNC_RETQUEST protocol + protocols[n++] = qt_net_wm_sync_request;// support the _NET_WM_SYNC_REQUEST protocol #endif if ( testWFlags( WStyle_ContextHelp ) ) protocols[n++] = qt_net_wm_context_help; @@ -2698,7 +2698,7 @@ void TQWidget::incrementSyncCounter() } } -// handle _NET_WM_SYNC_RETQUEST +// handle _NET_WM_SYNC_REQUEST void TQWidget::handleSyncRequest( void* ev ) { XEvent* xev = (XEvent*)ev; |