summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxccf.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/engine/helix/helix-sp/helix-include/common/include/hxccf.h')
-rw-r--r--amarok/src/engine/helix/helix-sp/helix-include/common/include/hxccf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxccf.h b/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxccf.h
index 9b2f8f43..f924d869 100644
--- a/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxccf.h
+++ b/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxccf.h
@@ -47,7 +47,7 @@ DECLARE_INTERFACE_(IHXCommonClassFactory, IUnknown)
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj) PURE;
@@ -74,7 +74,7 @@ DECLARE_INTERFACE_(IHXCommonClassFactory, IUnknown)
* not passed to this function, and you do not need to code for this
* situation.
*/
- STDQT_METHOD(CreateInstance) (THIS_
+ STDTQT_METHOD(CreateInstance) (THIS_
REFCLSID /*IN*/ rclsid,
void** /*OUT*/ ppUnknown) PURE;
@@ -95,7 +95,7 @@ DECLARE_INTERFACE_(IHXCommonClassFactory, IUnknown)
* NOTE 2: The output interface is always the non-delegating
* IUnknown.
*/
- STDQT_METHOD(CreateInstanceAggregatable)
+ STDTQT_METHOD(CreateInstanceAggregatable)
(THIS_
REFCLSID /*IN*/ rclsid,
REF(IUnknown*) /*OUT*/ ppUnknown,