diff options
Diffstat (limited to 'lib/kross/api')
| -rw-r--r-- | lib/kross/api/eventslot.h | 2 | ||||
| -rw-r--r-- | lib/kross/api/interpreter.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/kross/api/eventslot.h b/lib/kross/api/eventslot.h index f9736fd0a..aaf1ebba9 100644 --- a/lib/kross/api/eventslot.h +++ b/lib/kross/api/eventslot.h @@ -47,7 +47,7 @@ namespace Kross { namespace Api { * * \param name The name of the EventSlot. The EventSlot * will be accessible by that unique name via - * it's tqparent. + * it's parent. * \param receiver The receiver of the event. * \param slot The slot of the receiver which this * EventSlot points to. diff --git a/lib/kross/api/interpreter.h b/lib/kross/api/interpreter.h index 443585e3e..ebb1a09b2 100644 --- a/lib/kross/api/interpreter.h +++ b/lib/kross/api/interpreter.h @@ -94,7 +94,7 @@ namespace Kross { namespace Api { /** * \return the file-wildcard used to determinate by this interpreter * used scriptingfiles. Those filter will be used e.g. with - * KGlobal::dirs()->findAllResources() as filtertqmask. For example + * KGlobal::dirs()->findAllResources() as filtermask. For example * python just defines it as "*py". */ const TQString getWildcard(); |
