summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 23:25:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 23:25:59 +0900
commite37045924318ed88a59051cee79977eecd7f22dd (patch)
tree06cc5d46dae7b21bbdb50453ebd196a8c63de49b
parent850839cd9611a9b05c3051883781f176ac8a94c4 (diff)
downloadtde-style-qtcurve-e37045924318ed88a59051cee79977eecd7f22dd.tar.gz
tde-style-qtcurve-e37045924318ed88a59051cee79977eecd7f22dd.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--style/qtcurve.cpp2
1 files changed, 1 insertions, 1 deletions
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<int>::ConstIterator it(itsMdiButtons[0].begin()),
+ TQPtrList<int>::ConstIterator it(itsMdiButtons[0].begin()),
end(itsMdiButtons[0].end());
int sc(SC_TitleBarUnshadeButton==subControl
? SC_TitleBarShadeButton