From a5b44fbe44e58478ad74d819c5f4c36926d31872 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 (cherry picked from commit f64397c82fa94371ab4a64af28c4d0029f4cd93f) --- khelpcenter/toc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khelpcenter/toc.cpp') diff --git a/khelpcenter/toc.cpp b/khelpcenter/toc.cpp index e357abe2a..7bda95b8c 100644 --- a/khelpcenter/toc.cpp +++ b/khelpcenter/toc.cpp @@ -164,7 +164,7 @@ void TOC::meinprocExited( KProcess *meinproc ) TQDomComment timestamp = doc.createComment( TQString::number( sourceFileCTime() ) ); doc.documentElement().appendChild( timestamp ); - f.tqat( 0 ); + f.at( 0 ); TQTextStream stream( &f ); stream.setEncoding( TQTextStream::UnicodeUTF8 ); stream << doc.toString(); -- cgit v1.2.3