summaryrefslogtreecommitdiffstats
path: root/dcoppython/shell/marshaller.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:23:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:23:22 -0600
commit60933ac14a69fb2b361c06761bb0c877f76130f9 (patch)
tree496d37046c08f2faecdd19478fe7bfe4eb00bf38 /dcoppython/shell/marshaller.cpp
parent1c76ebb4b71604470865e073b32a22eec3f8646b (diff)
downloadtdebindings-60933ac14a69fb2b361c06761bb0c877f76130f9.tar.gz
tdebindings-60933ac14a69fb2b361c06761bb0c877f76130f9.zip
Rename TQCStringList
Diffstat (limited to 'dcoppython/shell/marshaller.cpp')
-rw-r--r--dcoppython/shell/marshaller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dcoppython/shell/marshaller.cpp b/dcoppython/shell/marshaller.cpp
index ff018021..1aaebc38 100644
--- a/dcoppython/shell/marshaller.cpp
+++ b/dcoppython/shell/marshaller.cpp
@@ -50,7 +50,7 @@ namespace PythonDCOP {
if (ty=="TQStringList")
return marshalList(PCOPType("TQString"), obj, str);
- if (ty=="TQCStringList")
+ if (ty=="QCStringList")
return marshalList(PCOPType("TQCString"), obj, str);
if (ty=="TQValueList" && type.leftType())
return marshalList(*type.leftType(), obj, str);
@@ -68,7 +68,7 @@ namespace PythonDCOP {
if (ty=="TQStringList")
return demarshalList(PCOPType("TQString"), str);
- if (ty=="TQCStringList")
+ if (ty=="QCStringList")
return demarshalList(PCOPType("TQCString"), str);
if (ty=="TQValueList" && type.leftType())
return demarshalList(*type.leftType(), str);