summaryrefslogtreecommitdiffstats
path: root/dcoppython/shell/pcop.h
diff options
context:
space:
mode:
Diffstat (limited to 'dcoppython/shell/pcop.h')
-rw-r--r--dcoppython/shell/pcop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/shell/pcop.h b/dcoppython/shell/pcop.h
index f1ce9c2b..0208d44a 100644
--- a/dcoppython/shell/pcop.h
+++ b/dcoppython/shell/pcop.h
@@ -177,7 +177,7 @@ namespace PythonDCOP {
TQCString m_signature;
TQCString m_name;
PCOPType* m_type;
- TQList<PCOPType> m_params;
+ TQPtrList<PCOPType> m_params;
private:
PyObject *m_py_method;
};