summaryrefslogtreecommitdiffstats
path: root/kdirstat/kdirtreeview.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commit18a819f5b3a741f7bdbc4efc7bc0057a448de2d8 (patch)
treee9e7dde31512c77dd92dcea4f44b2b6455f67219 /kdirstat/kdirtreeview.cpp
parente8d62395de6c1b3844294c5b6c09428c315ac42a (diff)
downloadkdirstat-18a819f5b3a741f7bdbc4efc7bc0057a448de2d8.tar.gz
kdirstat-18a819f5b3a741f7bdbc4efc7bc0057a448de2d8.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdirstat@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdirstat/kdirtreeview.cpp')
-rw-r--r--kdirstat/kdirtreeview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdirstat/kdirtreeview.cpp b/kdirstat/kdirtreeview.cpp
index 68b3d74..3da92d0 100644
--- a/kdirstat/kdirtreeview.cpp
+++ b/kdirstat/kdirtreeview.cpp
@@ -1381,7 +1381,7 @@ KDirTreeViewItem::cleanupDotEntries()
// Retqparent this child
- // kdDebug() << "Retqparenting clone " << child << endl;
+ // kdDebug() << "Reparenting clone " << child << endl;
dotEntry->removeItem( child );
insertItem( child );
@@ -1651,7 +1651,7 @@ KDirTreeViewItem::paintCell( TQPainter * painter,
/*
* Call the tqparent's paintCell() method. We don't want to do
* all the hassle of drawing strings and pixmaps, regarding
- * tqalignments etc.
+ * alignments etc.
*/
TQListViewItem::paintCell( painter,
tqcolorGroup,