From 6c86748feda6b6fb15ec2ce73b18838aa6a9a7f9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: 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/ktechlab@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/itemgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/itemgroup.h') diff --git a/src/itemgroup.h b/src/itemgroup.h index bf31cc1..bc6654f 100644 --- a/src/itemgroup.h +++ b/src/itemgroup.h @@ -57,7 +57,7 @@ public: virtual void deleteAllItems() = 0; /** * Returns a list of all the Items in the group. - * @param excludeParented whether to return items whose (grand-) tqparents are + * @param excludeParented whether to return items whose (grand-) parents are * already in the list. */ ItemList items( bool excludeParented = true ) const; -- cgit v1.2.1