summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine/helix/helix-sp/hspvoladvise.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/engine/helix/helix-sp/hspvoladvise.h')
-rw-r--r--amarok/src/engine/helix/helix-sp/hspvoladvise.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/amarok/src/engine/helix/helix-sp/hspvoladvise.h b/amarok/src/engine/helix/helix-sp/hspvoladvise.h
index 1c6e3033..f53f1483 100644
--- a/amarok/src/engine/helix/helix-sp/hspvoladvise.h
+++ b/amarok/src/engine/helix/helix-sp/hspvoladvise.h
@@ -23,7 +23,7 @@ public:
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj);
@@ -34,10 +34,10 @@ public:
/*
* IHXVolumeAdviceSink methods
*/
- STDQT_METHOD(OnVolumeChange) (THIS_
+ STDTQT_METHOD(OnVolumeChange) (THIS_
const UINT16 uVolume
);
- STDQT_METHOD(OnMuteChange) (THIS_
+ STDTQT_METHOD(OnMuteChange) (THIS_
const BOOL bMute
);