diff options
Diffstat (limited to 'src/gui/counteditem.cpp')
-rw-r--r-- | src/gui/counteditem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/counteditem.cpp b/src/gui/counteditem.cpp index 536d08e..56f4575 100644 --- a/src/gui/counteditem.cpp +++ b/src/gui/counteditem.cpp @@ -54,7 +54,7 @@ void CountedItem::paintCell(TQPainter* p_, const TQColorGroup& cg_, } // set a catchable text so that we can have our own implementation (see further down) - // but still benefit from KListView::paintCell + // but still benefit from TDEListView::paintCell TQString oldText = text(column_); // if(oldText.isEmpty()) { if(oldText == '\t') { |