From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- tdecore/kxerrorhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/kxerrorhandler.cpp') diff --git a/tdecore/kxerrorhandler.cpp b/tdecore/kxerrorhandler.cpp index 43a05f42e..3a8524bed 100644 --- a/tdecore/kxerrorhandler.cpp +++ b/tdecore/kxerrorhandler.cpp @@ -105,7 +105,7 @@ int KXErrorHandler::handle( Display* dpy, XErrorEvent* e ) // e->serial >= first_request , compare like X timestamps to handle wrapping && NET::timestampCompare( e->serial, first_request ) >= 0 ) { // it's for us - //qDebug( "Handling: %p", static_cast< void* >( this )); + //tqDebug( "Handling: %p", static_cast< void* >( this )); if( user_handler1 != NULL && user_handler1( e->request_code, e->error_code, e->resourceid )) was_error = true; if( user_handler2 != NULL && user_handler2( dpy, e ) != 0 ) @@ -114,7 +114,7 @@ int KXErrorHandler::handle( Display* dpy, XErrorEvent* e ) was_error = true; return 0; } - //qDebug( "Going deeper: %p", static_cast< void* >( this )); + //tqDebug( "Going deeper: %p", static_cast< void* >( this )); return old_handler( dpy, e ); } -- cgit v1.2.1