From 60933ac14a69fb2b361c06761bb0c877f76130f9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 16:23:22 -0600 Subject: Rename TQCStringList --- dcoppython/shell/marshaller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dcoppython/shell/marshaller.cpp') 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); -- cgit v1.2.1