summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/loggerDialog.cpp
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
commit3021c04cf6aec08eb598251248da3e1d97d87fb2 (patch)
treefae2bb2c6dae4e3232795251b40348e4cb123154 /ksystemlog/src/loggerDialog.cpp
parent255b65585bec03c1f74ba0448aad6e5e1e303761 (diff)
downloadksystemlog-3021c04cf6aec08eb598251248da3e1d97d87fb2.tar.gz
ksystemlog-3021c04cf6aec08eb598251248da3e1d97d87fb2.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksystemlog@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksystemlog/src/loggerDialog.cpp')
-rw-r--r--ksystemlog/src/loggerDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksystemlog/src/loggerDialog.cpp b/ksystemlog/src/loggerDialog.cpp
index 9f7fb35..589cd43 100644
--- a/ksystemlog/src/loggerDialog.cpp
+++ b/ksystemlog/src/loggerDialog.cpp
@@ -213,7 +213,7 @@ void LoggerDialog::sendMessage() {
//Else, the user types the content of its message
else {
//Remove bad "\n" characters
- TQString msg=message->text().tqreplace("\n", " ");
+ TQString msg=message->text().replace("\n", " ");
process << msg;
}