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/dolphiniconsview.cpp | |
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/dolphiniconsview.cpp')
-rw-r--r-- | src/dolphiniconsview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphiniconsview.cpp b/src/dolphiniconsview.cpp index 6c7b9a9..18b1c4e 100644 --- a/src/dolphiniconsview.cpp +++ b/src/dolphiniconsview.cpp @@ -293,7 +293,7 @@ void DolphinIconsView::drawBackground(TQPainter* painter, const TQRect& rect) KFileIconView::drawBackground(painter, rect); } else { - const TQBrush brush(tqcolorGroup().background()); + const TQBrush brush(colorGroup().background()); painter->fillRect(0, 0, width(), height(), brush); } } |