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 | 6b54f83eebca9b8e9af2344cee6559029c9d9953 (patch) | |
tree | cdc0012db153e71b3022eafa49fce77edf769f83 /src/knutanalog.h | |
parent | 41f66dea058c2d1e2dc882c8264592443ac479a1 (diff) | |
download | knutclient-6b54f83eebca9b8e9af2344cee6559029c9d9953.tar.gz knutclient-6b54f83eebca9b8e9af2344cee6559029c9d9953.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/knutclient@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/knutanalog.h')
-rw-r--r-- | src/knutanalog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knutanalog.h b/src/knutanalog.h index 2496248..060bb65 100644 --- a/src/knutanalog.h +++ b/src/knutanalog.h @@ -66,7 +66,7 @@ public: * @param bottomLimit Is bottom value of scale.. * @param topLimit is end value of scale. * @param typeOfView determine type view of scale 1- circle 2- right part of circle, 3 - top part of circle - * @param countOfParts determine count of big parts (tqparents parts) of scale. + * @param countOfParts determine count of big parts (parents parts) of scale. * @param countOfSubParts determine count small parts (tqchildren parts) id scale, evere big part include e few small part. * @param pointerColor determine color of pointer. * @param scaleColor determine color of scale. |