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/pcop.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dcoppython/shell/pcop.h') diff --git a/dcoppython/shell/pcop.h b/dcoppython/shell/pcop.h index 35beef1c..f1ce9c2b 100644 --- a/dcoppython/shell/pcop.h +++ b/dcoppython/shell/pcop.h @@ -41,7 +41,7 @@ namespace PythonDCOP { // helpers... void delete_dcop_object(void *vp); - PyObject *make_py_list(const TQCStringList &qt_list); + PyObject *make_py_list(const QCStringList &qt_list); /** * Used by the Python interface to talk to DCOP @@ -90,7 +90,7 @@ namespace PythonDCOP { /** * Return list of supported functions (methods). */ - virtual TQCStringList functions(); + virtual QCStringList functions(); /** * Set the list of methods that this object handles. @@ -188,12 +188,12 @@ namespace PythonDCOP { class PCOPClass { public: - PCOPClass( const TQCStringList& dcop_style_methods); + PCOPClass( const QCStringList& dcop_style_methods); ~PCOPClass(); const PCOPMethod* method( const TQCString &name, PyObject *argTuple = 0 ); - TQCStringList m_ifaces; + QCStringList m_ifaces; TQAsciiDict m_methods; }; -- cgit v1.2.1