From e05894553004a47b1e2f276bedcf5963b57a3932 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/ktechlab@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/gui/contexthelp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/contexthelp.cpp') diff --git a/src/gui/contexthelp.cpp b/src/gui/contexthelp.cpp index dacd1b9..e10c30d 100644 --- a/src/gui/contexthelp.cpp +++ b/src/gui/contexthelp.cpp @@ -100,8 +100,8 @@ void ContextHelp::setContextHelp(const TQString& name, const TQString& help) void ContextHelp::parseInfo( TQString &info ) { - info.tqreplace("","

Example:
"); - info.tqreplace("","
"); + info.replace("","

Example:
"); + info.replace("","
"); } #include "contexthelp.moc" -- cgit v1.2.3