diff options
-rw-r--r-- | kcpuload/kcpuload/kcpuload.cpp | 2 |
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. |