summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine/helix/helix-sp/helix-sp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/engine/helix/helix-sp/helix-sp.cpp')
-rw-r--r--amarok/src/engine/helix/helix-sp/helix-sp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/amarok/src/engine/helix/helix-sp/helix-sp.cpp b/amarok/src/engine/helix/helix-sp/helix-sp.cpp
index f2e947af..4cb58bb7 100644
--- a/amarok/src/engine/helix/helix-sp/helix-sp.cpp
+++ b/amarok/src/engine/helix/helix-sp/helix-sp.cpp
@@ -77,7 +77,7 @@ public:
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj);
@@ -88,7 +88,7 @@ public:
/*
* IHXAudioStreamInfoResponse methods
*/
- STDQT_METHOD(OnStream) (THIS_
+ STDTQT_METHOD(OnStream) (THIS_
IHXAudioStream *pAudioStream
);
private:
@@ -835,7 +835,7 @@ HelixSimplePlayer::~HelixSimplePlayer()
{
tearDown();
- // only now invalidate the device, not whenever we teardown
+ // only now tqinvalidate the device, not whenever we teardown
delete [] m_device;
}