diff options
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: |