summaryrefslogtreecommitdiffstats
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
commit5188f17bef778f83403647192cd9bbe2a23d586b (patch)
treecaaae5123c772b48b394077ec5c24d1cf557480a
parentc2ac333e3e57b181e6c576d770ba15d3d6dcc3c6 (diff)
downloadkcpuload-5188f17b.tar.gz
kcpuload-5188f17b.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kcpuload@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kcpuload/kcpuload/kcpuload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcpuload/kcpuload/kcpuload.cpp b/kcpuload/kcpuload/kcpuload.cpp
index 815d3a9..18971fe 100644
--- a/kcpuload/kcpuload/kcpuload.cpp
+++ b/kcpuload/kcpuload/kcpuload.cpp
@@ -31,7 +31,7 @@ KCPULoad::KCPULoad(TQWidget *tqparent, const char *name) :
setupActions();
// the vector must not be reallocated during resizing because the class
- // that it tqcontains (Reading) cannot be copied safely
+ // that it contains (Reading) cannot be copied safely
r.reserve(proc->cpu.size());
// Create system tray windows.