summaryrefslogtreecommitdiffstats
path: root/kdirstat/kdirtreeview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:22 -0600
commit3a828bee4c03baeeb91e053f66cd12920584ef16 (patch)
treec23b297acee104bf2aa7a1ba99c7e81ea4d1c75b /kdirstat/kdirtreeview.h
parent56e137ce23e6a60bbf92b9bf6e66e94a97aa362b (diff)
downloadkdirstat-3a828bee4c03baeeb91e053f66cd12920584ef16.tar.gz
kdirstat-3a828bee4c03baeeb91e053f66cd12920584ef16.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'kdirstat/kdirtreeview.h')
-rw-r--r--kdirstat/kdirtreeview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdirstat/kdirtreeview.h b/kdirstat/kdirtreeview.h
index 9deaac3..f33b56c 100644
--- a/kdirstat/kdirtreeview.h
+++ b/kdirstat/kdirtreeview.h
@@ -148,7 +148,7 @@ namespace KDirStat
* Set the fill color of percentage bars of the specified directory
* level (0..KDirTreeViewMaxFillColor-1).
*
- * Calling tqrepaint() after setting all desired colors is the
+ * Calling repaint() after setting all desired colors is the
* caller's responsibility.
**/
void setFillColor( int level, const TQColor &color );
@@ -172,7 +172,7 @@ namespace KDirStat
/**
* Set the tree background color.
*
- * Calling tqrepaint() after setting all desired colors is the
+ * Calling repaint() after setting all desired colors is the
* caller's responsibility.
**/
void setTreeBackground( const TQColor &color );
@@ -720,8 +720,8 @@ namespace KDirStat
void setIcon();
/**
- * Remove dot entry if it doesn't have any tqchildren.
- * Reparent all of the dot entry's tqchildren if there are no
+ * Remove dot entry if it doesn't have any children.
+ * Reparent all of the dot entry's children if there are no
* subdirectories on this level.
**/
void cleanupDotEntries();
@@ -748,7 +748,7 @@ namespace KDirStat
const TQColorGroup & colorGroup,
int column,
int width,
- int tqalignment );
+ int alignment );
/**
* Paint a percentage bar into a @ref TQListViewItem cell.