summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:01 -0600
commit4c899296290a7499b75b1bd88267d53d7d690ffe (patch)
treec08d380471f924338a10031b9d810d38af7c852a /kopete/kopete/config
parent7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351 (diff)
downloadtdenetwork-4c899296290a7499b75b1bd88267d53d7d690ffe.tar.gz
tdenetwork-4c899296290a7499b75b1bd88267d53d7d690ffe.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kopete/kopete/config')
-rw-r--r--kopete/kopete/config/appearance/appearanceconfig.cpp2
-rw-r--r--kopete/kopete/config/appearance/emoticonseditdialog.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/config/appearance/appearanceconfig.cpp b/kopete/kopete/config/appearance/appearanceconfig.cpp
index 56d5d3cf..869641e9 100644
--- a/kopete/kopete/config/appearance/appearanceconfig.cpp
+++ b/kopete/kopete/config/appearance/appearanceconfig.cpp
@@ -504,7 +504,7 @@ void AppearanceConfig::slotLoadChatStyles()
void AppearanceConfig::updateEmoticonlist()
{
KopetePrefs *p = KopetePrefs::prefs();
- KStandardDirs dir;
+ TDEStandardDirs dir;
d->mPrfsEmoticons->icon_theme_list->clear(); // Wipe out old list
// Get a list of directories in our icon theme dir
diff --git a/kopete/kopete/config/appearance/emoticonseditdialog.cpp b/kopete/kopete/config/appearance/emoticonseditdialog.cpp
index f0510a5f..1330b566 100644
--- a/kopete/kopete/config/appearance/emoticonseditdialog.cpp
+++ b/kopete/kopete/config/appearance/emoticonseditdialog.cpp
@@ -196,7 +196,7 @@ void EmoticonsEditDialog::slotEditClicked()
copy = false;
TQString f = mMainWidget->klvEmoticons->selectedItem()->text(2);
- KStandardDirs *dir = TDEGlobal::dirs();
+ TDEStandardDirs *dir = TDEGlobal::dirs();
emo = dir->findResource( "emoticons", themeName + TQString::fromLatin1( "/" ) + f );
if( emo.isNull() )