From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khotkeys/kcontrol/voicerecordpage.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'khotkeys/kcontrol/voicerecordpage.h') diff --git a/khotkeys/kcontrol/voicerecordpage.h b/khotkeys/kcontrol/voicerecordpage.h index 13389b9dc..a4a7e4d71 100644 --- a/khotkeys/kcontrol/voicerecordpage.h +++ b/khotkeys/kcontrol/voicerecordpage.h @@ -11,7 +11,7 @@ #ifndef VOICE_RECORD_PAGE_H #define VOICE_RECORD_PAGE_H -#include +#include @@ -34,10 +34,10 @@ class VoiceRecordPage : public QVBox Q_OBJECT public: - VoiceRecordPage(const QString &voiceip_P, QWidget *parent, const char *name); + VoiceRecordPage(const TQString &voiceip_P, TQWidget *parent, const char *name); ~VoiceRecordPage(); - QString getVoiceId() const ; + TQString getVoiceId() const ; VoiceSignature getVoiceSignature(int) const; bool isModifiedSignature(int) const; @@ -51,10 +51,10 @@ class VoiceRecordPage : public QVBox VoiceRecorder *_recorder1; VoiceRecorder *_recorder2; KLineEdit *_lineEdit; - QLabel *_label; - QString _message; + TQLabel *_label; + TQString _message; - QString _original_voiceId; + TQString _original_voiceId; }; -- cgit v1.2.1