diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | 6c86748feda6b6fb15ec2ce73b18838aa6a9a7f9 (patch) | |
tree | 31d759580e3bf977fd7fea7a451b535f3c0741a6 /src/itemdocument.h | |
parent | 87a016680e3677da3993f333561e79eb0cead7d5 (diff) | |
download | ktechlab-6c86748feda6b6fb15ec2ce73b18838aa6a9a7f9.tar.gz ktechlab-6c86748feda6b6fb15ec2ce73b18838aa6a9a7f9.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/ktechlab@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/itemdocument.h')
-rw-r--r-- | src/itemdocument.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/itemdocument.h b/src/itemdocument.h index c40bc31..03d8d35 100644 --- a/src/itemdocument.h +++ b/src/itemdocument.h @@ -85,7 +85,7 @@ class ItemDocument : public Document /** * Some things (such as the canvas getting resized, connectors being - * tqinvalidated, need to be done after editing operations have finished, + * invalidated, need to be done after editing operations have finished, * etc, and they also need to be done in the order given in the * enumeration below. */ @@ -292,7 +292,7 @@ class ItemDocument : public Document void distributeVertically(); /** * Adds an items not in the Z ordering to the ordering, and removes any - * items from the Z ordering if they have tqparents. Then, calls all items + * items from the Z ordering if they have parents. Then, calls all items * found in the ordering to tell them their Z position. */ void slotUpdateZOrdering(); |