From f64397c82fa94371ab4a64af28c4d0029f4cd93f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:53:50 -0600 Subject: Remove additional unneeded tq method conversions --- kioslave/man/man2html.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kioslave/man/man2html.cpp') diff --git a/kioslave/man/man2html.cpp b/kioslave/man/man2html.cpp index e31fe0fe6..2a8a1a19c 100644 --- a/kioslave/man/man2html.cpp +++ b/kioslave/man/man2html.cpp @@ -1905,7 +1905,7 @@ public: return (index >= 0) && (index < (int)items.count()); } TABLEITEM &at(int index) { - return *items.tqat(index); + return *items.at(index); } TABLEROW *copyLayout() const; -- cgit v1.2.3