Removed obsolete Qt2's TQList/TQListIterator classes and replaced

with TQt3's TQPtrList/TQPtrListIterator ones.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6bb681e8cb)
r14.0.x
Michele Calgaro 6 years ago committed by Slávek Banko
parent ae25a95d6c
commit 0438f7a744
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -307,7 +307,7 @@ void TDMThemeWidget::installNewTheme()
return;
}
TQList<KArchiveDirectory> foundThemes;
TQPtrList<KArchiveDirectory> foundThemes;
KTar archive( themeTmpFile );
archive.open( IO_ReadOnly );

Loading…
Cancel
Save