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 /kmouth/phraselist.cpp | |
parent | ce843d9ed1e2f6e4ee1ba31f7f6ac331c524da68 (diff) | |
download | tdeaccessibility-98841fe5a255d63ee9d05d74acc4c90c4598bb00.tar.gz tdeaccessibility-98841fe5a255d63ee9d05d74acc4c90c4598bb00.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kmouth/phraselist.cpp')
-rw-r--r-- | kmouth/phraselist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmouth/phraselist.cpp b/kmouth/phraselist.cpp index 1775c5a..d3df504 100644 --- a/kmouth/phraselist.cpp +++ b/kmouth/phraselist.cpp @@ -75,7 +75,7 @@ PhraseList::PhraseList(TQWidget *parent, const char *name) : TQWidget(parent,nam rowLayout->addWidget(lineEdit); lineEdit->setFocus(); - TQIconSet icon = TDEGlobal::iconLoader()->loadIconSet("speak", KIcon::Small); + TQIconSet icon = TDEGlobal::iconLoader()->loadIconSet("speak", TDEIcon::Small); speakButton = new TQPushButton (icon, i18n("&Speak"), this); speakButton->setFocusPolicy(TQ_NoFocus); speakButton->setAutoDefault(false); |