diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 23:25:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 23:25:52 +0900 |
commit | 667e736a52ecbb4ebf428bd16f099cefbab429d8 (patch) | |
tree | 3b21bc8a4a9d04190599769b6d914d7715c9e60a | |
parent | 750775146f9769fa7ae918c50ef22ca1755f660b (diff) | |
download | libtqt-perl-667e736a52ecbb4ebf428bd16f099cefbab429d8.tar.gz libtqt-perl-667e736a52ecbb4ebf428bd16f099cefbab429d8.zip |
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kalyptus/kalyptusDataDict.pm | 2 | ||||
-rw-r--r-- | smoke/tqt/header_list | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/kalyptus/kalyptusDataDict.pm b/kalyptus/kalyptusDataDict.pm index 0b5092b..3c873f2 100644 --- a/kalyptus/kalyptusDataDict.pm +++ b/kalyptus/kalyptusDataDict.pm @@ -1820,12 +1820,10 @@ BEGIN 'TQLibraryInterface*' => 'qt_QLibraryInterface*', 'TQLineEdit*' => 'qt_QLineEdit*' , 'TQLineEdit::EchoMode' => 'int' , -'TQList*' => 'qt_QList*', 'TQListBox*' => 'qt_QListBox*', 'TQListBoxItem*' => 'qt_QListBoxItem*', 'TQListBoxPixmap*' => 'qt_QListBoxPixmap*', 'TQListBoxText*' => 'qt_QListBoxText*', -'TQListIterator*' => 'qt_QListIterator*', 'TQListView*' => 'qt_QListView*', 'TQListViewItem*&' => 'qt_QListViewItem*', 'TQListViewItem*' => 'qt_QListViewItem*', diff --git a/smoke/tqt/header_list b/smoke/tqt/header_list index be1fcb2..9ac906f 100644 --- a/smoke/tqt/header_list +++ b/smoke/tqt/header_list @@ -135,7 +135,6 @@ ntqlibrary.h ntqlined.h ntqlineedit.h ntqlistbox.h -ntqlist.h ntqlistview.h ntqlocalfs.h ntqmainwindow.h |