summaryrefslogtreecommitdiffstats
path: root/kdirstat/kdirtreeview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:37 -0600
commit56e137ce23e6a60bbf92b9bf6e66e94a97aa362b (patch)
tree9f3a3221f523825ffb62ca19a9fc3912379b19ac /kdirstat/kdirtreeview.cpp
parenta327682a10bf292b58ea4f2b5d47509f3150a5c6 (diff)
downloadkdirstat-56e137ce23e6a60bbf92b9bf6e66e94a97aa362b.tar.gz
kdirstat-56e137ce23e6a60bbf92b9bf6e66e94a97aa362b.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'kdirstat/kdirtreeview.cpp')
-rw-r--r--kdirstat/kdirtreeview.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/kdirstat/kdirtreeview.cpp b/kdirstat/kdirtreeview.cpp
index a8f74df..36d368b 100644
--- a/kdirstat/kdirtreeview.cpp
+++ b/kdirstat/kdirtreeview.cpp
@@ -719,14 +719,14 @@ KDirTreeView::setTreeBackground( const TQColor &color )
void
KDirTreeView::ensureContrast()
{
- if ( tqcolorGroup().base() == white ||
- tqcolorGroup().base() == black )
+ if ( colorGroup().base() == white ||
+ colorGroup().base() == black )
{
- setTreeBackground( tqcolorGroup().midlight() );
+ setTreeBackground( colorGroup().midlight() );
}
else
{
- setTreeBackground( tqcolorGroup().base() );
+ setTreeBackground( colorGroup().base() );
}
}
@@ -1593,7 +1593,7 @@ KDirTreeViewItem::compare( TQListViewItem * otherListViewItem,
void
KDirTreeViewItem::paintCell( TQPainter * painter,
- const TQColorGroup & tqcolorGroup,
+ const TQColorGroup & colorGroup,
int column,
int width,
int tqalignment )
@@ -1602,7 +1602,7 @@ KDirTreeViewItem::paintCell( TQPainter * painter,
if ( column == _view->percentBarCol() )
{
- painter->setBackgroundColor( tqcolorGroup.base() );
+ painter->setBackgroundColor( colorGroup.base() );
if ( _percent > 0.0 )
{
@@ -1634,7 +1634,7 @@ KDirTreeViewItem::paintCell( TQPainter * painter,
&& ! _pacMan )
{
TQListViewItem::paintCell( painter,
- tqcolorGroup,
+ colorGroup,
column,
width,
tqalignment );
@@ -1654,7 +1654,7 @@ KDirTreeViewItem::paintCell( TQPainter * painter,
* alignments etc.
*/
TQListViewItem::paintCell( painter,
- tqcolorGroup,
+ colorGroup,
column,
width,
tqalignment );