summaryrefslogtreecommitdiffstats
path: root/khotkeys/kcontrol/voicerecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/kcontrol/voicerecorder.h')
-rw-r--r--khotkeys/kcontrol/voicerecorder.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/khotkeys/kcontrol/voicerecorder.h b/khotkeys/kcontrol/voicerecorder.h
index 579f53893..c1ac57b85 100644
--- a/khotkeys/kcontrol/voicerecorder.h
+++ b/khotkeys/kcontrol/voicerecorder.h
@@ -11,9 +11,9 @@
#ifndef VOICE_RECORDER_H
#define VOICE_RECORDER_H
-#include <qframe.h>
+#include <tqframe.h>
#include "ui/voice_input_widget_ui.h"
-#include <qmemarray.h>
+#include <tqmemarray.h>
#include "sound.h"
class QMouseEvent;
@@ -33,7 +33,7 @@ class VoiceRecorder : public Voice_input_widget_ui
Q_OBJECT
public:
- VoiceRecorder(const Sound& sound_P, const QString &voiceId, QWidget *parent, const char *name);
+ VoiceRecorder(const Sound& sound_P, const TQString &voiceId, TQWidget *parent, const char *name);
~VoiceRecorder();
Sound sound() const;
@@ -46,7 +46,7 @@ class VoiceRecorder : public Voice_input_widget_ui
}
static bool init( KLibrary* lib );
- typedef void (*arts_play_fun)( const QString& file );
+ typedef void (*arts_play_fun)( const TQString& file );
protected slots:
void slotStopPressed();
@@ -64,7 +64,7 @@ class VoiceRecorder : public Voice_input_widget_ui
Sound _sound;
State _state;
KTempFile *_tempFile;
- QString _voiceId;
+ TQString _voiceId;
static arts_play_fun arts_play;
};