From f138d74fe16092003b06f5bde9663841929cde7f Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 17 Jun 2011 22:17:08 +0000 Subject: TQt4 port kdeaccessibility This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1237325 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kttsd/plugins/hadifix/hadifixconfigui.ui | 94 ++++++++++++++++---------------- 1 file changed, 47 insertions(+), 47 deletions(-) (limited to 'kttsd/plugins/hadifix/hadifixconfigui.ui') diff --git a/kttsd/plugins/hadifix/hadifixconfigui.ui b/kttsd/plugins/hadifix/hadifixconfigui.ui index 302c1de..8a61bff 100644 --- a/kttsd/plugins/hadifix/hadifixconfigui.ui +++ b/kttsd/plugins/hadifix/hadifixconfigui.ui @@ -1,6 +1,6 @@ HadifixConfigUI - + HadifixConfigUI @@ -28,7 +28,7 @@ 6 - + GroupBox4 @@ -56,7 +56,7 @@ 6 - + basicOptions @@ -81,7 +81,7 @@ unnamed - + voiceLabel @@ -135,7 +135,7 @@ &Select... - + volumeLabel @@ -188,7 +188,7 @@ Adjusts the volume of speech. Slide to left for softer speech; to the right for louder. - + volumeSlider @@ -223,7 +223,7 @@ Adjusts the volume of speech. Slide to left for softer speech; to the right for louder. - + timeLabel @@ -276,7 +276,7 @@ Adjusts the speed of speech. Slide to left for slower speech; to the right for faster. - + timeSlider @@ -305,7 +305,7 @@ Adjusts the speed of speech. Slide to left for slower speech; to the right for faster. - + frequencyLabel @@ -355,7 +355,7 @@ Adjusts the pitch (tone) of speech. Slide to left for lower speech; to the right for higher. - + frequencySlider @@ -383,7 +383,7 @@ - + advancedOptions @@ -408,7 +408,7 @@ 6 - + hadifixBinLabel @@ -438,7 +438,7 @@ If the txt2pho program is in your PATH environment variable, simply enter "txt2pho", otherwise specify the full path to the txt2pho executable program. - + mbrolaBinLabel @@ -468,15 +468,15 @@ If the Mbrola program is in your PATH environment variable, simply enter "mbrola", otherwise specify the full path to the Mbrola executable program. - + - layout5 + tqlayout5 unnamed - + characterCodingLabel @@ -525,7 +525,7 @@ Preferred - + 240 20 @@ -596,84 +596,84 @@ voiceCombo - activated(const QString&) + activated(const TQString&) HadifixConfigUI - changed(const QString&) + changed(const TQString&) volumeBox - valueChanged(const QString&) + valueChanged(const TQString&) HadifixConfigUI - changed(const QString&) + changed(const TQString&) timeBox - valueChanged(const QString&) + valueChanged(const TQString&) HadifixConfigUI - changed(const QString&) + changed(const TQString&) frequencyBox - valueChanged(const QString&) + valueChanged(const TQString&) HadifixConfigUI - changed(const QString&) + changed(const TQString&) hadifixURL - textChanged(const QString&) + textChanged(const TQString&) HadifixConfigUI - changed(const QString&) + changed(const TQString&) mbrolaURL - textChanged(const QString&) + textChanged(const TQString&) HadifixConfigUI - changed(const QString&) + changed(const TQString&) - qradiobutton.h - qpixmap.h + tqradiobutton.h + tqpixmap.h kurl.h - qmap.h + tqmap.h kglobal.h - qstringlist.h + tqstringlist.h math.h kiconloader.h - class QStringList; + class TQStringList; - QMap<QString,int> maleVoices; - QMap<int,QString> defaultVoices; + TQMap<TQString,int> maleVoices; + TQMap<int,TQString> defaultVoices; QPixmap female; QPixmap male; - QMap<QString,int> femaleVoices; + TQMap<TQString,int> femaleVoices; - + changed(bool) - - + + volumeBox_valueChanged( int percentValue ) timeBox_valueChanged( int percentValue ) frequencyBox_valueChanged( int percentValue ) volumeSlider_valueChanged( int sliderValue ) timeSlider_valueChanged( int sliderValue ) frequencySlider_valueChanged( int sliderValue ) - changed( const QString & ) - + changed( const TQString & ) + percentToSlider( int percentValue ) sliderToPercent( int sliderValue ) init() - addVoice( const QString &filename, bool isMale ) - addVoice( const QString &filename, bool isMale, const QString &displayname ) - setVoice( const QString &filename, bool isMale ) - getVoiceFilename() + addVoice( const TQString &filename, bool isMale ) + addVoice( const TQString &filename, bool isMale, const TQString &displayname ) + setVoice( const TQString &filename, bool isMale ) + getVoiceFilename() isMaleVoice() - + kcombobox.h kpushbutton.h -- cgit v1.2.1