diff options
Diffstat (limited to 'kate/part/kateschema.cpp')
-rw-r--r-- | kate/part/kateschema.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/kateschema.cpp b/kate/part/kateschema.cpp index 5adb89b9c..2b5e2342e 100644 --- a/kate/part/kateschema.cpp +++ b/kate/part/kateschema.cpp @@ -1492,7 +1492,7 @@ void KateStyleListItem::paintCell( TQPainter *p, const TQColorGroup& /*cg*/, int } TQFont f ( ((KateStyleListView*)lv)->docfont ); p->setFont( is->font(f) ); - // FIXME - tqrepainting when text is cropped, and the column is enlarged is buggy. + // FIXME - repainting when text is cropped, and the column is enlarged is buggy. // Maybe I need painting the string myself :( // (wilbert) it depends on the font used TQListViewItem::paintCell( p, mcg, col, width, align ); |