diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | cdbd0571baaf836a247dd997a6c4ca3755506297 (patch) | |
tree | 866e171f53893a3bb109d25b954882a2a65d34c4 /src/kmplayerplaylist.h | |
parent | 63c4fb318b4b6c0c22fce659f0029e4b21112c86 (diff) | |
download | kmplayer-cdbd0571baaf836a247dd997a6c4ca3755506297.tar.gz kmplayer-cdbd0571baaf836a247dd997a6c4ca3755506297.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmplayer@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kmplayerplaylist.h')
-rw-r--r-- | src/kmplayerplaylist.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/kmplayerplaylist.h b/src/kmplayerplaylist.h index 01e794c..8f3a519 100644 --- a/src/kmplayerplaylist.h +++ b/src/kmplayerplaylist.h @@ -164,7 +164,7 @@ public: }; /* - * Base class for double linked tree nodes having tqparent/siblings/tqchildren. + * Base class for double linked tree nodes having parent/siblings/tqchildren. * The linkage is a shared firstChild and weak parentNode. */ template <class T> @@ -397,7 +397,7 @@ public: virtual void begin (); /** * Sets state to state_finish when >= state_activated. - * Notifies tqparent with a childDone call. + * Notifies parent with a childDone call. */ virtual void finish (); /** @@ -553,7 +553,7 @@ public: /** * If this Mrl is top node of external document, opener has the - * location in SCR. Typically that's the tqparent of this node. + * location in SCR. Typically that's the parent of this node. */ NodePtrW opener; //if this node is top node of external document, TQString src; @@ -635,11 +635,11 @@ public: virtual void tqrepaint () = 0; virtual void tqrepaint (const SRect &rect) = 0; virtual void video () = 0; - void remove (); // remove from tqparent, mark ancestors dirty + void remove (); // remove from parent, mark ancestors dirty void markDirty (); // mark this and ancestors dirty NodePtrW node; - SRect bounds; // bounds in in tqparent coord. + SRect bounds; // bounds in in parent coord. float xscale, yscale; // internal scaling unsigned int background_color; // rgba background color bool dirty; // a decendant is removed @@ -787,7 +787,7 @@ public: }; /** - * Unrecognized tag by tqparent element or just some auxiliary node + * Unrecognized tag by parent element or just some auxiliary node */ class KMPLAYER_EXPORT DarkNode : public Element { public: |