summaryrefslogtreecommitdiffstats
path: root/src/kernel/qapplication_x11.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-05-04 02:29:16 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-05-04 02:29:16 -0500
commit8a4eacb6185de3653f6ae401c352aef833a9e72a (patch)
tree4c2f3ed3d149a42025bfe2baa10ada39d0e621c5 /src/kernel/qapplication_x11.cpp
parent7446fdb128feb8d941e148f4de341a44256045ef (diff)
downloadtqt3-8a4eacb6185de3653f6ae401c352aef833a9e72a.tar.gz
tqt3-8a4eacb6185de3653f6ae401c352aef833a9e72a.zip
Fix incorrect renaming of RETQUEST
Diffstat (limited to 'src/kernel/qapplication_x11.cpp')
-rw-r--r--src/kernel/qapplication_x11.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp
index 41abcb20..e9fee790 100644
--- a/src/kernel/qapplication_x11.cpp
+++ b/src/kernel/qapplication_x11.cpp
@@ -2064,8 +2064,8 @@ void tqt_init_internal( int *argcptr, char **argv,
qt_x11_intern_atom( "_SGI_DESKS_MANAGER", &qt_sgi_desks_manager );
#ifndef QT_NO_XSYNC
- qt_x11_intern_atom( "_NET_WM_SYNC_RETQUEST_COUNTER", &qt_net_wm_sync_request_counter );
- qt_x11_intern_atom( "_NET_WM_SYNC_RETQUEST", &qt_net_wm_sync_request );
+ qt_x11_intern_atom( "_NET_WM_SYNC_REQUEST_COUNTER", &qt_net_wm_sync_request_counter );
+ qt_x11_intern_atom( "_NET_WM_SYNC_REQUEST", &qt_net_wm_sync_request );
#endif
qt_xdnd_setup();
@@ -5977,7 +5977,7 @@ bool TQETWidget::translateConfigEvent( const XEvent *event )
++compressed_configs;
}
#ifndef QT_NO_XSYNC
- // _NET_WM_SYNC_RETQUEST compression
+ // _NET_WM_SYNC_REQUEST compression
Window wid = winId();
while ( compressed_configs &&
XCheckIfEvent( x11Display(), &otherEvent,