From f9c30e41d26594598abaa8315c4488b6c5ff38ea Mon Sep 17 00:00:00 2001 From: samelian Date: Sun, 23 Jan 2011 20:11:33 +0000 Subject: [kdevelop] compatibility with QT_NO_ASCII_CAST and automoc git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1216512 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/filecreate/filecreate_listitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parts/filecreate') diff --git a/parts/filecreate/filecreate_listitem.cpp b/parts/filecreate/filecreate_listitem.cpp index b6467505..86075af8 100644 --- a/parts/filecreate/filecreate_listitem.cpp +++ b/parts/filecreate/filecreate_listitem.cpp @@ -64,7 +64,7 @@ namespace FileCreate { void ListItem::paintCell( TQPainter* p, const TQColorGroup& cg, int column, int width, int align ) { - TQBrush brush( isSelected() ? cg.highlight() : backgroundColor() ); + TQBrush brush( isSelected() ? cg.highlight() : backgroundColor(column) ); if( column == 1 ){ // m_filetypeRenderer->setWidth(width); -- cgit v1.2.3