From a9bde819f2b421dcc44741156e75eca4bb5fb4f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:49:30 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kmail/configuredialog_p.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/configuredialog_p.cpp') diff --git a/kmail/configuredialog_p.cpp b/kmail/configuredialog_p.cpp index 9f668ca3..daa326d2 100644 --- a/kmail/configuredialog_p.cpp +++ b/kmail/configuredialog_p.cpp @@ -202,7 +202,7 @@ NewLanguageDialog::NewLanguageDialog( LanguageItemList & suppressedLangs, hlay->addWidget( new TQLabel( mComboBox, i18n("Choose &language:"), page ) ); hlay->addWidget( mComboBox, 1 ); - TQStringList pathList = KGlobal::dirs()->findAllResources( "locale", + TQStringList pathList = TDEGlobal::dirs()->findAllResources( "locale", TQString::fromLatin1("*/entry.desktop") ); // extract a list of language tags that should not be included: TQStringList suppressedAcronyms; @@ -324,7 +324,7 @@ void ProfileDialog::setup() { mListView->clear(); // find all profiles (config files named "profile-xyz-rc"): const TQString profileFilenameFilter = TQString::fromLatin1("kmail/profile-*-rc"); - mProfileList = KGlobal::dirs()->findAllResources( "data", profileFilenameFilter ); + mProfileList = TDEGlobal::dirs()->findAllResources( "data", profileFilenameFilter ); kdDebug(5006) << "Profile manager: found " << mProfileList.count() << " profiles:" << endl; -- cgit v1.2.3