summaryrefslogtreecommitdiffstats
path: root/src/gui/contexthelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/contexthelp.cpp')
-rw-r--r--src/gui/contexthelp.cpp4
1 files changed, 2 insertions, 2 deletions
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>","<br><br><b>Example:</b><blockquote>");
- info.tqreplace("</example>","</blockquote>");
+ info.replace("<example>","<br><br><b>Example:</b><blockquote>");
+ info.replace("</example>","</blockquote>");
}
#include "contexthelp.moc"