diff options
Diffstat (limited to 'khotkeys/shared/sound.h')
-rw-r--r-- | khotkeys/shared/sound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khotkeys/shared/sound.h b/khotkeys/shared/sound.h index 2c2d97d93..6453563de 100644 --- a/khotkeys/shared/sound.h +++ b/khotkeys/shared/sound.h @@ -50,8 +50,8 @@ public: return _fs; } - TQMemArray<Q_INT32> data; - Q_UINT32 max; + TQMemArray<TQ_INT32> data; + TQ_UINT32 max; uint _fs; }; |