diff options
Diffstat (limited to 'kxsldbg/kxsldbgpart/libxsldbg/callstack.cpp')
-rw-r--r-- | kxsldbg/kxsldbgpart/libxsldbg/callstack.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kxsldbg/kxsldbgpart/libxsldbg/callstack.cpp b/kxsldbg/kxsldbgpart/libxsldbg/callstack.cpp index 585a70d1..cd9e320a 100644 --- a/kxsldbg/kxsldbgpart/libxsldbg/callstack.cpp +++ b/kxsldbg/kxsldbgpart/libxsldbg/callstack.cpp @@ -22,9 +22,9 @@ /** * addCallInfo: * @templateName: Template name to add - * @templateURI: QName part of template name to add + * @templateURI: TQName part of template name to add * @modeName: Mode of template - * @modeURI: QName part of node of template + * @modeURI: TQName part of node of template * @url: The url for the template * * Add template "call" to call stack @@ -137,9 +137,9 @@ callStackFree(void) /** * addCallInfo: * @templateName: Template name to add - * @templateURI: QName part of template name to add + * @templateURI: TQName part of template name to add * @modeName: Mode of template - * @modeURI: QName part of node of template + * @modeURI: TQName part of node of template * @url: The url for the template * * Add template "call" to call stack |