Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 4 years ago
parent d0630f9670
commit 64ae9886ea
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -14,7 +14,7 @@
#include <Python.h>
#include <tqcstring.h>
#include <tqlist.h>
#include <tqptrlist.h>
#include <tqasciidict.h>
#include <dcopclient.h>

@ -2059,7 +2059,6 @@ BEGIN
'TQSqlResult' => 'qt_QSqlResult*',
'TQSqlResult*' => 'qt_QSqlResult*',
'TQSqlResultShared*' => 'qt_QSqlResultShared*',
'TQStack*' => 'qt_QStack*',
'TQStatusBar*' => 'qt_QStatusBar*' ,
'TQStoredDrag*' => 'qt_QStoredDrag*',
'TQStrIList' => 'tde_QStrIList',

@ -9,7 +9,6 @@
#include <tqlistview.h>
#include <tqiconview.h>
#include <tqpoint.h>
#include <tqlist.h>
#include <tqlistbox.h>
#include <tqnetworkprotocol.h>
#include <tqobject.h>

@ -260,7 +260,6 @@ ntqsqlquery.h
ntqsqlrecord.h
ntqsqlresult.h
ntqsqlselectcursor.h
ntqstack.h
ntqstatusbar.h
ntqstring.h
ntqstringlist.h
@ -308,7 +307,6 @@ ntqvaluevector.h
ntqvariant.h
ntqvbox.h
ntqvbuttongroup.h
ntqvector.h
ntqvgroupbox.h
ntqwaitcondition.h
ntqwhatsthis.h

@ -260,7 +260,6 @@ ntqsqlquery.h
ntqsqlrecord.h
ntqsqlresult.h
ntqsqlselectcursor.h
ntqstack.h
ntqstatusbar.h
ntqstring.h
ntqstringlist.h
@ -308,7 +307,6 @@ ntqvaluevector.h
ntqvariant.h
ntqvbox.h
ntqvbuttongroup.h
ntqvector.h
ntqvgroupbox.h
ntqwaitcondition.h
ntqwhatsthis.h

Loading…
Cancel
Save