diff options
Diffstat (limited to 'lib/kross/api/callable.h')
-rw-r--r-- | lib/kross/api/callable.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kross/api/callable.h b/lib/kross/api/callable.h index 0e3dd3a6..63edb067 100644 --- a/lib/kross/api/callable.h +++ b/lib/kross/api/callable.h @@ -92,9 +92,9 @@ namespace Kross { namespace Api { Object::Ptr getChild(const TQString& name) const; /** - * Return all children. + * Return all tqchildren. * - * \return A \a ObjectMap of children this Object has. + * \return A \a ObjectMap of tqchildren this Object has. */ TQMap<TQString, Object::Ptr> getChildren() const; @@ -125,7 +125,7 @@ namespace Kross { namespace Api { void removeChild(const TQString& name); /** - * Remove all children. + * Remove all tqchildren. */ void removeAllChildren(); @@ -138,7 +138,7 @@ namespace Kross { namespace Api { /// Name this callable object has. TQString m_name; /// A list of childobjects. - TQMap<TQString, Object::Ptr> m_children; + TQMap<TQString, Object::Ptr> m_tqchildren; }; }} |