summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/logLine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksystemlog/src/logLine.cpp')
-rw-r--r--ksystemlog/src/logLine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksystemlog/src/logLine.cpp b/ksystemlog/src/logLine.cpp
index faaf79d..2074f0b 100644
--- a/ksystemlog/src/logLine.cpp
+++ b/ksystemlog/src/logLine.cpp
@@ -62,7 +62,7 @@ void LogLine::setRecent(bool recent) {
this->recent=recent;
if (item!=NULL) {
//TODO This is certainly the main problem of the unknown crash bug !
- //item->tqrepaint();
+ //item->repaint();
}
}