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 /kalyptus | |
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>
Diffstat (limited to 'kalyptus')
-rw-r--r-- | kalyptus/kalyptusDataDict.pm | 2 |
1 files changed, 0 insertions, 2 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*', |