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
v3.5.13-sru
tpearson 13 years ago
parent c2ac333e3e
commit 5188f17bef

@ -31,7 +31,7 @@ KCPULoad::KCPULoad(TQWidget *tqparent, const char *name) :
setupActions(); setupActions();
// the vector must not be reallocated during resizing because the class // 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()); r.reserve(proc->cpu.size());
// Create system tray windows. // Create system tray windows.

Loading…
Cancel
Save