diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:13:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:13:16 -0600 |
commit | 98841fe5a255d63ee9d05d74acc4c90c4598bb00 (patch) | |
tree | 5f54fdff4d43ba9e8c0c4fcaa3c4536edac3b6e2 /kttsd/plugins/festivalint | |
parent | ce843d9ed1e2f6e4ee1ba31f7f6ac331c524da68 (diff) | |
download | tdeaccessibility-98841fe5a255d63ee9d05d74acc4c90c4598bb00.tar.gz tdeaccessibility-98841fe5a255d63ee9d05d74acc4c90c4598bb00.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kttsd/plugins/festivalint')
-rw-r--r-- | kttsd/plugins/festivalint/festivalintconf.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/plugins/festivalint/festivalintconf.cpp b/kttsd/plugins/festivalint/festivalintconf.cpp index 58c2bad..e7aa13b 100644 --- a/kttsd/plugins/festivalint/festivalintconf.cpp +++ b/kttsd/plugins/festivalint/festivalintconf.cpp @@ -475,8 +475,8 @@ void FestivalIntConf::scanVoices() // Iterate thru list of voice codes returned by Festival, // find matching entry in voices.xml file, and add to list of supported voices. - TQPixmap maleIcon = TDEGlobal::iconLoader()->loadIcon("male", KIcon::Small); - TQPixmap femaleIcon = TDEGlobal::iconLoader()->loadIcon("female", KIcon::Small); + TQPixmap maleIcon = TDEGlobal::iconLoader()->loadIcon("male", TDEIcon::Small); + TQPixmap femaleIcon = TDEGlobal::iconLoader()->loadIcon("female", TDEIcon::Small); TQStringList::ConstIterator itEnd = m_supportedVoiceCodes.constEnd(); for(TQStringList::ConstIterator it = m_supportedVoiceCodes.begin(); it != itEnd; ++it ) { |