Removed obsolete Qt2's TQList/TQListIterator classes and replaced

with TQt3's TQPtrList/TQPtrListIterator ones.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 лет назад
Родитель 850839cd96
Сommit e370459243
Подписано: MicheleC
Идентификатор GPG ключа: 2A75B7CA8ADED5CF

@ -6710,7 +6710,7 @@ TQRect QtCurveStyle::querySubControlMetrics(TQ_ComplexControl control, const TQS
const int windowMargin(2);
const int controlSize(tb->rect.height() - windowMargin *2);
TQList<int>::ConstIterator it(itsMdiButtons[0].begin()),
TQPtrList<int>::ConstIterator it(itsMdiButtons[0].begin()),
end(itsMdiButtons[0].end());
int sc(SC_TitleBarUnshadeButton==subControl
? SC_TitleBarShadeButton

Загрузка…
Отмена
Сохранить