summaryrefslogtreecommitdiffstats
path: root/kdirstat/kdirstatsettings.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/kdirstatsettings.h
parent56e137ce23e6a60bbf92b9bf6e66e94a97aa362b (diff)
downloadkdirstat-3a828bee4c03baeeb91e053f66cd12920584ef16.tar.gz
kdirstat-3a828bee4c03baeeb91e053f66cd12920584ef16.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'kdirstat/kdirstatsettings.h')
-rw-r--r--kdirstat/kdirstatsettings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdirstat/kdirstatsettings.h b/kdirstat/kdirstatsettings.h
index e860da5..570d840 100644
--- a/kdirstat/kdirstatsettings.h
+++ b/kdirstat/kdirstatsettings.h
@@ -396,9 +396,9 @@ namespace KDirStat
*
* This is meant as a substitute for a tabbed dialog inside the tabbed
* dialog which would be much too wide and possibly confusing. Plus, this
- * list box is supposed to take care of its own tqgeometry - the normal
+ * list box is supposed to take care of its own geometry - the normal
* dumbass list box obviously cannot do that. It just uses some random
- * tqgeometry, relying on scroll bars for everything else. But in this
+ * geometry, relying on scroll bars for everything else. But in this
* special case we want all items to be visible at all times without scroll
* bars.
*