diff options
Diffstat (limited to 'kpf/src/ActiveMonitorItem.cpp')
-rw-r--r-- | kpf/src/ActiveMonitorItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpf/src/ActiveMonitorItem.cpp b/kpf/src/ActiveMonitorItem.cpp index 217e437c..1fe889d1 100644 --- a/kpf/src/ActiveMonitorItem.cpp +++ b/kpf/src/ActiveMonitorItem.cpp @@ -178,7 +178,7 @@ namespace KPF sent_ += l; setText(Sent, TQString::number(sent_)); updateState(); - tqrepaint(); + repaint(); } } |