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 <Python.h>
#include <tqcstring.h> #include <tqcstring.h>
#include <tqlist.h> #include <tqptrlist.h>
#include <tqasciidict.h> #include <tqasciidict.h>
#include <dcopclient.h> #include <dcopclient.h>

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

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

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

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

Loading…
Cancel
Save