summaryrefslogtreecommitdiffstats
path: root/tdehtml/rendering/render_text.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-20 21:47:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-20 21:47:53 +0900
commitaa3c544e9586ce37e688f9e308242cf0f6d0138a (patch)
tree2db4deaa7f433f1062bad1433fe4e42a71755152 /tdehtml/rendering/render_text.cpp
parent6e6c0f097e38a40d0c9e5691027785edee656fdd (diff)
downloadtdelibs-aa3c544e9586ce37e688f9e308242cf0f6d0138a.tar.gz
tdelibs-aa3c544e9586ce37e688f9e308242cf0f6d0138a.zip
Removed obsolete Qt2's TQVector class and replaced
with TQt3's TQPtrVector. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdehtml/rendering/render_text.cpp')
-rw-r--r--tdehtml/rendering/render_text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/rendering/render_text.cpp b/tdehtml/rendering/render_text.cpp
index cd9fc554f..3a349844b 100644
--- a/tdehtml/rendering/render_text.cpp
+++ b/tdehtml/rendering/render_text.cpp
@@ -642,7 +642,7 @@ int InlineTextBoxArray::compareItems( Item d1, Item d2 )
return static_cast<InlineTextBox*>(d1)->m_y - static_cast<InlineTextBox*>(d2)->m_y;
}
-// remove this once TQVector::bsearch is fixed
+// remove this once TQPtrVector::bsearch is fixed
int InlineTextBoxArray::findFirstMatching(Item d) const
{
int len = count();