From 9c49a74a165b8535c28ccbb2fad37334989b2fc7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: Rename incorrect instances of tqrepaint[...] to repaint[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/part/kateschema.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/part/kateschema.cpp') 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 ); -- cgit v1.2.1