summaryrefslogtreecommitdiffstats
path: root/khotkeys/kcontrol/voicerecorder.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
commitc663b6440964f6ac48027143ac9e63298991f9d0 (patch)
tree6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /khotkeys/kcontrol/voicerecorder.h
parenta061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff)
downloadtdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz
tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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;
};