From eced9c9ff85b1d0edd0577b21f30b69188dd961b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 23:25:50 +0900 Subject: Removed obsolete Qt2's TQList/TQListIterator classes and replaced with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro --- dcoppython/shell/pcop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dcoppython/shell/pcop.cpp') diff --git a/dcoppython/shell/pcop.cpp b/dcoppython/shell/pcop.cpp index c264f954..19557a14 100644 --- a/dcoppython/shell/pcop.cpp +++ b/dcoppython/shell/pcop.cpp @@ -335,7 +335,7 @@ namespace PythonDCOP { m_signature = m_name; m_signature += "("; - TQListIterator it( m_params ); + TQPtrListIterator it( m_params ); for( ; it.current(); ++it ) { if ( !it.atFirst() ) -- cgit v1.2.3