diff options
Diffstat (limited to 'kttsd/plugins/hadifix/voicefileui.ui.h')
-rw-r--r-- | kttsd/plugins/hadifix/voicefileui.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/plugins/hadifix/voicefileui.ui.h b/kttsd/plugins/hadifix/voicefileui.ui.h index 9d37375..16e65e5 100644 --- a/kttsd/plugins/hadifix/voicefileui.ui.h +++ b/kttsd/plugins/hadifix/voicefileui.ui.h @@ -11,7 +11,7 @@ void VoiceFileWidget::genderButton_clicked() { HadifixProc::VoiceGender gender; - QString details; + TQString details; gender = HadifixProc::determineGender(mbrola, voiceFileURL->url(), &details); if (gender == HadifixProc::MaleGender) { |