summaryrefslogtreecommitdiffstats
path: root/src/gui/listview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/listview.h')
-rw-r--r--src/gui/listview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/listview.h b/src/gui/listview.h
index 6f2ec8b..ff2107d 100644
--- a/src/gui/listview.h
+++ b/src/gui/listview.h
@@ -161,7 +161,7 @@ public:
* @param alternate The alternate row color can be forced
*/
virtual TQColor backgroundColor(int column); // not virtual in KListViewItem!!!
- virtual void paintCell(TQPainter* painter, const TQColorGroup& tqcolorGroup,
+ virtual void paintCell(TQPainter* painter, const TQColorGroup& colorGroup,
int column, int width, int tqalignment);
ListView* listView () const { return static_cast<ListView*>(KListViewItem::listView()); }