summaryrefslogtreecommitdiffstats
path: root/lib/options.cc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commit539a35866f0bac8f00e493654d4a8ec6863726e2 (patch)
tree8991e5472fe88379787cafa85542d94706bd6fa4 /lib/options.cc
parent45598e35650c5806ecf2d684afeeb0da41c3ff6b (diff)
downloadkpilot-539a35866f0bac8f00e493654d4a8ec6863726e2.tar.gz
kpilot-539a35866f0bac8f00e493654d4a8ec6863726e2.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/options.cc')
-rw-r--r--lib/options.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/options.cc b/lib/options.cc
index 749a57b..84474c6 100644
--- a/lib/options.cc
+++ b/lib/options.cc
@@ -60,7 +60,7 @@ TQString rtExpand(const TQString &s, TQt::TextFormat richText)
if (richText == TQt::RichText)
{
TQString t(s);
- return t.tqreplace(CSL1("\n"), CSL1("<br/>\n"));
+ return t.replace(CSL1("\n"), CSL1("<br/>\n"));
}
else
{