From e37045924318ed88a59051cee79977eecd7f22dd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 23:25:59 +0900 Subject: Removed obsolete Qt2's TQList/TQListIterator classes and replaced with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro --- style/qtcurve.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp index 9f06adb..07f7479 100644 --- a/style/qtcurve.cpp +++ b/style/qtcurve.cpp @@ -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::ConstIterator it(itsMdiButtons[0].begin()), + TQPtrList::ConstIterator it(itsMdiButtons[0].begin()), end(itsMdiButtons[0].end()); int sc(SC_TitleBarUnshadeButton==subControl ? SC_TitleBarShadeButton -- cgit v1.2.3