diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:01:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:01:17 -0600 |
commit | 2a411f53a04f815770074b633e026a141f6fa875 (patch) | |
tree | 0408d7c0976f54b4b6d13e8fbf5d91a82cb4ff92 /src/basketlistview.h | |
parent | ae6cafee5339716bd01aa6c66aa4f366bdc5d43b (diff) | |
download | basket-2a411f53a04f815770074b633e026a141f6fa875.tar.gz basket-2a411f53a04f815770074b633e026a141f6fa875.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/basketlistview.h')
-rw-r--r-- | src/basketlistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basketlistview.h b/src/basketlistview.h index d46e8b7..62a7a47 100644 --- a/src/basketlistview.h +++ b/src/basketlistview.h @@ -50,7 +50,7 @@ class BasketListViewItem : public TQListViewItem void ensureVisible(); bool isShown(); bool isCurrentBasket(); - void paintCell(TQPainter *painter, const TQColorGroup &tqcolorGroup, int column, int width, int align); + void paintCell(TQPainter *painter, const TQColorGroup &colorGroup, int column, int width, int align); TQString escapedName(const TQString &string); /// TQPixmap circledTextPixmap(const TQString &text, int height, const TQFont &font, const TQColor &color); |