summaryrefslogtreecommitdiffstats
path: root/khotkeys/arts/soundrecorder_arts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/arts/soundrecorder_arts.cpp')
-rw-r--r--khotkeys/arts/soundrecorder_arts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/arts/soundrecorder_arts.cpp b/khotkeys/arts/soundrecorder_arts.cpp
index e600e1730..0faf71002 100644
--- a/khotkeys/arts/soundrecorder_arts.cpp
+++ b/khotkeys/arts/soundrecorder_arts.cpp
@@ -95,7 +95,7 @@ Sound SoundRecorderArts::sound()
Sound s;
uint BytePS=BITS/8;
uint length=m_data.size()/BytePS;
- TQMemArray<Q_INT32> da(length);
+ TQMemArray<TQ_INT32> da(length);
s.max=0;
s._fs=FS;
for(uint f=0;f<length; f++)