summaryrefslogtreecommitdiffstats
path: root/khotkeys/arts/voicerecorder_arts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/arts/voicerecorder_arts.cpp')
-rw-r--r--khotkeys/arts/voicerecorder_arts.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/khotkeys/arts/voicerecorder_arts.cpp b/khotkeys/arts/voicerecorder_arts.cpp
index 39cd38cfa..8b5c752ad 100644
--- a/khotkeys/arts/voicerecorder_arts.cpp
+++ b/khotkeys/arts/voicerecorder_arts.cpp
@@ -8,8 +8,8 @@
****************************************************************************/
-#include <qcolor.h>
-#include <qevent.h>
+#include <tqcolor.h>
+#include <tqevent.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -26,7 +26,7 @@
extern "C"
KDE_EXPORT
-void khotkeys_voicerecorder_arts_play( const QString& file )
+void khotkeys_voicerecorder_arts_play( const TQString& file )
{
KHotKeys::VoiceRecorder::arts_play_fun check = khotkeys_voicerecorder_arts_play; // check the type matches
( void ) check;