From 32459311b349db581cc5fb0d80739a95b3d998b4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:30:40 -0600 Subject: Rename additional global TQt functions --- dcoppython/shell/pcop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dcoppython') diff --git a/dcoppython/shell/pcop.cpp b/dcoppython/shell/pcop.cpp index 88e26cc1..c264f954 100644 --- a/dcoppython/shell/pcop.cpp +++ b/dcoppython/shell/pcop.cpp @@ -519,7 +519,7 @@ namespace PythonDCOP { } // for ( QCStringList::Iterator it = funcs.begin(); it != funcs.end(); ++it ) { - // qDebug( "%s", (*it).data() ); + // tqDebug( "%s", (*it).data() ); // } // @@ -528,7 +528,7 @@ namespace PythonDCOP { // ### Check wether that is sane PCOPClass c( funcs ); - // qDebug("Parsing done."); + // tqDebug("Parsing done."); // Does the requested method exist ? const PCOPMethod* m = c.method( funcname, tuple ); -- cgit v1.2.3