From 98841fe5a255d63ee9d05d74acc4c90c4598bb00 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:13:16 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kmouth/phraselist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmouth/phraselist.cpp') 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); -- cgit v1.2.1