diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:01:17 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-25 03:21:33 +0200 |
commit | 636a6a6e172e0493af4b19582e07ef8165973329 (patch) | |
tree | d4683c8ad50efa2dce7eccc0e6161a6a9f86277a /src/basketlistview.h | |
parent | c2cfe7ee9c7ec10165383fd4a80355e8e8e18c88 (diff) | |
download | basket-636a6a6e172e0493af4b19582e07ef8165973329.tar.gz basket-636a6a6e172e0493af4b19582e07ef8165973329.zip |
Rename old tq methods that no longer need a unique name
(cherry picked from commit 2a411f53a04f815770074b633e026a141f6fa875)
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); |