From 5188f17bef778f83403647192cd9bbe2a23d586b Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: [PATCH] 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 --- kcpuload/kcpuload/kcpuload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.