diff options
Diffstat (limited to 'dcoppython')
-rw-r--r-- | dcoppython/shell/pcop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |