diff options
Diffstat (limited to 'src/gui/listview.h')
-rw-r--r-- | src/gui/listview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/listview.h b/src/gui/listview.h index 06efff5..d54eab6 100644 --- a/src/gui/listview.h +++ b/src/gui/listview.h @@ -162,7 +162,7 @@ public: */ virtual TQColor backgroundColor(int column); // not virtual in KListViewItem!!! virtual void paintCell(TQPainter* painter, const TQColorGroup& colorGroup, - int column, int width, int tqalignment); + int column, int width, int alignment); ListView* listView () const { return static_cast<ListView*>(KListViewItem::listView()); } |