From 0b54abbdf80cef08e5cb8ef7b8b7af31c54dd9b4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:40:41 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kmouth/phraselist.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmouth/phraselist.cpp') diff --git a/kmouth/phraselist.cpp b/kmouth/phraselist.cpp index 7d447a2..736b3a1 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 = KGlobal::iconLoader()->loadIconSet("speak", KIcon::Small); + TQIconSet icon = TDEGlobal::iconLoader()->loadIconSet("speak", KIcon::Small); speakButton = new TQPushButton (icon, i18n("&Speak"), this); speakButton->setFocusPolicy(TQ_NoFocus); speakButton->setAutoDefault(false); @@ -188,8 +188,8 @@ void PhraseList::readCompletionOptions(KConfig *config) { if (config->hasGroup ("Completion")) { config->setGroup("Completion"); - int mode = config->readNumEntry ("Mode", KGlobalSettings::completionMode()); - lineEdit->setCompletionMode (static_cast(mode)); + int mode = config->readNumEntry ("Mode", TDEGlobalSettings::completionMode()); + lineEdit->setCompletionMode (static_cast(mode)); TQString current = config->readEntry ("List", TQString()); TQStringList list = completion->wordLists(); -- cgit v1.2.1