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 --- dcop/client/dcopfind.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dcop/client/dcopfind.cpp') diff --git a/dcop/client/dcopfind.cpp b/dcop/client/dcopfind.cpp index cd3e4d517..d12cecddf 100644 --- a/dcop/client/dcopfind.cpp +++ b/dcop/client/dcopfind.cpp @@ -46,7 +46,7 @@ bool findObject( const char* app, const char* obj, const char* func, QCStringLis if ( right < left ) { - qWarning( "parentheses do not match" ); + tqWarning( "parentheses do not match" ); exit(1); } @@ -93,7 +93,7 @@ bool findObject( const char* app, const char* obj, const char* func, QCStringLis if (s<(int)partl.count()-1) { - qWarning("The argument `%s' seems syntactically wrong.", + tqWarning("The argument `%s' seems syntactically wrong.", lt.latin1()); } if (s==(int)partl.count()-1) @@ -121,7 +121,7 @@ bool findObject( const char* app, const char* obj, const char* func, QCStringLis } if ( types.count() != args.count() ) { - qWarning( "arguments do not match" ); + tqWarning( "arguments do not match" ); exit(1); } @@ -133,7 +133,7 @@ bool findObject( const char* app, const char* obj, const char* func, QCStringLis marshall(arg, args, i, *it); } if ( (uint) i != args.count() ) { - qWarning( "arguments do not match" ); + tqWarning( "arguments do not match" ); exit(1); } @@ -168,14 +168,14 @@ bool launchApp(TQString app) if ( !dcop->call( "klauncher", "klauncher", "start_service_by_desktop_name(TQString,TQStringList)", data, replyType, replyData) ) { - qWarning( "call to klauncher failed."); + tqWarning( "call to klauncher failed."); return false; } TQDataStream reply(replyData, IO_ReadOnly); if ( replyType != "serviceResult" ) { - qWarning( "unexpected result '%s' from klauncher.", replyType.data()); + tqWarning( "unexpected result '%s' from klauncher.", replyType.data()); return false; } int result; @@ -184,7 +184,7 @@ bool launchApp(TQString app) reply >> result >> dcopName >> error; if (result != 0) { - qWarning("Error starting '%s': %s", app.local8Bit().data(), error.local8Bit().data()); + tqWarning("Error starting '%s': %s", app.local8Bit().data(), error.local8Bit().data()); return false; } return true; -- cgit v1.2.1