From 8bd291c0e8a9d8b6eec6f5217e4d5c2f1fd06b96 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:13:02 -0600 Subject: Rename additional global functions and variables for tqt3 --- ksmserver/legacy.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'ksmserver/legacy.cpp') diff --git a/ksmserver/legacy.cpp b/ksmserver/legacy.cpp index ec0ace402..ecef6423b 100644 --- a/ksmserver/legacy.cpp +++ b/ksmserver/legacy.cpp @@ -92,7 +92,7 @@ void KSMServer::performLegacySessionSave() Atom atoms[ 3 ]; const char* const names[] = { "WM_SAVE_YOURSELF", "WM_PROTOCOLS", "WM_CLIENT_LEADER" }; - XInternAtoms( qt_xdisplay(), const_cast< char** >( names ), 3, + XInternAtoms( tqt_xdisplay(), const_cast< char** >( names ), 3, False, atoms ); wm_save_yourself = atoms[ 0 ]; wm_protocols = atoms[ 1 ]; @@ -105,7 +105,7 @@ void KSMServer::performLegacySessionSave() SMType wtype = SM_WMCOMMAND; int nprotocols = 0; Atom *protocols = 0; - if( XGetWMProtocols(qt_xdisplay(), leader, &protocols, &nprotocols)) { + if( XGetWMProtocols(tqt_xdisplay(), leader, &protocols, &nprotocols)) { for (int i=0; i