summaryrefslogtreecommitdiffstats
path: root/kdat/ktreeview.h
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
commitdbb67f90e8177bba3f6527852af1e5f4b7a00325 (patch)
treeb3ec423edc172fee393480c6cd4cfe4ae5746017 /kdat/ktreeview.h
parente1fedebd35564879715ec11012b5acaf3068edb9 (diff)
downloadtdeadmin-dbb67f90e8177bba3f6527852af1e5f4b7a00325.tar.gz
tdeadmin-dbb67f90e8177bba3f6527852af1e5f4b7a00325.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/kdeadmin@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdat/ktreeview.h')
-rw-r--r--kdat/ktreeview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdat/ktreeview.h b/kdat/ktreeview.h
index 3a42657..bd20d7c 100644
--- a/kdat/ktreeview.h
+++ b/kdat/ktreeview.h
@@ -756,7 +756,7 @@ public:
/**
* This function is deprecated. Use numRows() instead.
- * Returns the number of items that are visible (their tqparents are
+ * Returns the number of items that are visible (their parents are
* expanded).
*/
int visibleCount() const { return numRows(); }
@@ -801,13 +801,13 @@ protected:
/** Internal function used for counting items */
bool countItem(KTreeViewItem* item, void* total);
- void expandOrCollapse(KTreeViewItem *tqparentItem);
+ void expandOrCollapse(KTreeViewItem *parentItem);
/**
* Expands the specified subtree and updates the display. subRoot need
* not be visible.
*/
void expandSubTree(KTreeViewItem* subRoot);
- void fixChildren(KTreeViewItem *tqparentItem);
+ void fixChildren(KTreeViewItem *parentItem);
virtual void focusInEvent(TQFocusEvent *e);
void forEveryItem(KForEveryM func,
void *user);
@@ -828,7 +828,7 @@ protected:
* topmost level. If referenceItem is not 0, it must be an item that is
* already in the KTreeView. Internal data is updated and the display
* is refreshed as necessary. The inserted item may still be invisible
- * if any of the tqparents is collapsed. newItem must not be 0.
+ * if any of the parents is collapsed. newItem must not be 0.
*/
bool insertItem(KTreeViewItem* referenceItem, KTreeViewItem* newItem,
bool prefix);