summaryrefslogtreecommitdiffstats
path: root/dcoppython
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:30:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:30:40 -0600
commit32459311b349db581cc5fb0d80739a95b3d998b4 (patch)
treefd6475e6f0e015fce495961d6a0c50027bb95faa /dcoppython
parentef5a04df564ad5c27406c41fb55e32ad3aa39d25 (diff)
downloadtdebindings-32459311b349db581cc5fb0d80739a95b3d998b4.tar.gz
tdebindings-32459311b349db581cc5fb0d80739a95b3d998b4.zip
Rename additional global TQt functions
Diffstat (limited to 'dcoppython')
-rw-r--r--dcoppython/shell/pcop.cpp4
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 );