diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:55:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:55:43 -0600 |
commit | b45817ccac7985d286c754b95f40eda5e105efda (patch) | |
tree | 428da987d342b841c1b05adb50cfc12b45b40a14 /src/dolphindetailsview.h | |
parent | 59d9dbf810de71334e1173fa7dda59209c10032c (diff) | |
download | dolphin-b45817ccac7985d286c754b95f40eda5e105efda.tar.gz dolphin-b45817ccac7985d286c754b95f40eda5e105efda.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 59d9dbf810de71334e1173fa7dda59209c10032c.
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r-- | src/dolphindetailsview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 8027f06..6b968ed 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& colorGroup, + const TQColorGroup& tqcolorGroup, int column, int cellWidth, - int alignment); + int tqalignment); virtual void paintFocus(TQPainter* painter, - const TQColorGroup& colorGroup, + const TQColorGroup& tqcolorGroup, const TQRect& rect); }; |