From b6edfe41c9395f2e20784cbf0e630af6426950a3 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpresenter/KPrWebPresentation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpresenter/KPrWebPresentation.cpp') diff --git a/kpresenter/KPrWebPresentation.cpp b/kpresenter/KPrWebPresentation.cpp index 78afb783e..957e07f26 100644 --- a/kpresenter/KPrWebPresentation.cpp +++ b/kpresenter/KPrWebPresentation.cpp @@ -367,7 +367,7 @@ void KPrWebPresentation::writeStartOfHeader(TQTextStream& streamOut, TQTextCodec // Eliminate the dollar signs // (We don't want that the version number changes if the HTML file is itself put in a CVS storage.) streamOut << "\n"; @@ -498,7 +498,7 @@ void KPrWebPresentation::createSlidesHTML( KProgress *progressBar ) streamOut << " " << escapeHtmlText( codec, i18n( "Note" ) ) << "\n"; streamOut << "
\n"; - streamOut << note.tqreplace( "\n", brtag ); + streamOut << note.replace( "\n", brtag ); streamOut << "

\n"; } -- cgit v1.2.3