summaryrefslogtreecommitdiffstats
path: root/src/gui/counteditem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/counteditem.cpp')
-rw-r--r--src/gui/counteditem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/counteditem.cpp b/src/gui/counteditem.cpp
index c890dea..fe15b65 100644
--- a/src/gui/counteditem.cpp
+++ b/src/gui/counteditem.cpp
@@ -57,7 +57,7 @@ void CountedItem::paintCell(TQPainter* p_, const TQColorGroup& cg_,
// but still benefit from TDEListView::paintCell
TQString oldText = text(column_);
// if(oldText.isEmpty()) {
- if(oldText == '\t') {
+ if(oldText == "\t") {
return; // avoid endless loop!
}