summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/engine/helix/helix-sp/helix-include/common/include/hxcore.h')
-rw-r--r--amarok/src/engine/helix/helix-sp/helix-include/common/include/hxcore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxcore.h b/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxcore.h
index 63d18324..6789f26f 100644
--- a/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxcore.h
+++ b/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxcore.h
@@ -1562,7 +1562,7 @@ DECLARE_INTERFACE_(IHXPlayerNavigator, IUnknown)
* Method:
* IHXPlayerNavigator::SetParentPlayer
* Purpose:
- * Set the tqparent player
+ * Set the parent player
*/
STDTQT_METHOD(SetParentPlayer) (THIS_
IHXPlayer* pPlayer) PURE;
@@ -1571,7 +1571,7 @@ DECLARE_INTERFACE_(IHXPlayerNavigator, IUnknown)
* Method:
* IHXPlayerNavigator::RemoveParentPlayer
* Purpose:
- * Remove the tqparent player
+ * Remove the parent player
*/
STDTQT_METHOD(RemoveParentPlayer) (THIS_
IHXPlayer* pPlayer) PURE;
@@ -1580,7 +1580,7 @@ DECLARE_INTERFACE_(IHXPlayerNavigator, IUnknown)
* Method:
* IHXPlayerNavigator::GetParentPlayer
* Purpose:
- * Get the tqparent player
+ * Get the parent player
*/
STDTQT_METHOD(GetParentPlayer) (THIS_
REF(IHXPlayer*) pPlayer) PURE;