diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-24 21:15:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-24 21:15:00 +0900 |
commit | 64ae9886ea9940f28c2fe400d5f0e585a1344408 (patch) | |
tree | 72c5b3bfae58a32437ece21a6837a3eb6d29e8e2 | |
parent | d0630f96707fc1ae3c22bb7eea3e80a97b61e2eb (diff) | |
download | tdebindings-64ae9886ea9940f28c2fe400d5f0e585a1344408.tar.gz tdebindings-64ae9886ea9940f28c2fe400d5f0e585a1344408.zip |
Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | dcoppython/shell/pcop.h | 2 | ||||
-rw-r--r-- | kalyptus/kalyptusDataDict.pm | 1 | ||||
-rw-r--r-- | qtsharp/src/libtqtsharp/customslot.h | 1 | ||||
-rw-r--r-- | smoke/tde/header_list | 2 | ||||
-rw-r--r-- | smoke/tqt/header_list | 2 |
5 files changed, 1 insertions, 7 deletions
diff --git a/dcoppython/shell/pcop.h b/dcoppython/shell/pcop.h index 0208d44a..650f3ea6 100644 --- a/dcoppython/shell/pcop.h +++ b/dcoppython/shell/pcop.h @@ -14,7 +14,7 @@ #include <Python.h> #include <tqcstring.h> -#include <tqlist.h> +#include <tqptrlist.h> #include <tqasciidict.h> #include <dcopclient.h> diff --git a/kalyptus/kalyptusDataDict.pm b/kalyptus/kalyptusDataDict.pm index 205aea42..935395fc 100644 --- a/kalyptus/kalyptusDataDict.pm +++ b/kalyptus/kalyptusDataDict.pm @@ -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', diff --git a/qtsharp/src/libtqtsharp/customslot.h b/qtsharp/src/libtqtsharp/customslot.h index 8b68c0b4..eda314ee 100644 --- a/qtsharp/src/libtqtsharp/customslot.h +++ b/qtsharp/src/libtqtsharp/customslot.h @@ -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> diff --git a/smoke/tde/header_list b/smoke/tde/header_list index bae0f4d9..76b945dc 100644 --- a/smoke/tde/header_list +++ b/smoke/tde/header_list @@ -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 diff --git a/smoke/tqt/header_list b/smoke/tqt/header_list index bae0f4d9..76b945dc 100644 --- a/smoke/tqt/header_list +++ b/smoke/tqt/header_list @@ -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 |