diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:08:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:08:27 -0600 |
commit | 33ca3afe641f5cb46cda167f2c6700747ee0c06f (patch) | |
tree | 6959395459482c23b5c068e1b9988ce97f4f8340 /src/dolphindetailsview.h | |
parent | b45817ccac7985d286c754b95f40eda5e105efda (diff) | |
download | dolphin-33ca3afe641f5cb46cda167f2c6700747ee0c06f.tar.gz dolphin-33ca3afe641f5cb46cda167f2c6700747ee0c06f.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r-- | src/dolphindetailsview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 6b968ed..f159303 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -190,13 +190,13 @@ private: KFileItem* fileItem); virtual ~DolphinListViewItem(); virtual void paintCell(TQPainter* painter, - const TQColorGroup& tqcolorGroup, + const TQColorGroup& colorGroup, int column, int cellWidth, int tqalignment); virtual void paintFocus(TQPainter* painter, - const TQColorGroup& tqcolorGroup, + const TQColorGroup& colorGroup, const TQRect& rect); }; |