From a5ebcd697325e8e6ac9756cc96857d9298d2c114 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 20 Jun 2012 01:09:59 -0500 Subject: Update for recent TQ changes. --- dcoppython/shell/marshaller.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dcoppython/shell/marshaller.cpp') diff --git a/dcoppython/shell/marshaller.cpp b/dcoppython/shell/marshaller.cpp index 1aaebc38..5b15aded 100644 --- a/dcoppython/shell/marshaller.cpp +++ b/dcoppython/shell/marshaller.cpp @@ -101,7 +101,7 @@ namespace PythonDCOP { return false; if (str) { - (*str) << (Q_INT32)count; + (*str) << (TQ_INT32)count; for(int c=0; c> count; PyObject *obj = PyList_New(count); - for(Q_UINT32 c=0;c> count; - for(Q_INT32 c=0;c