summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:21:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:21:01 -0600
commit62e4e67d9963c82e381b56f6a6199845c8cb8f88 (patch)
tree7c0cd1bdda2ce4b77f99532fbd6d86eb8c6a3eb4
parent472e78b169aeb17ab7e1e500169454ef72f196f7 (diff)
downloadkaffeine-62e4e67d9963c82e381b56f6a6199845c8cb8f88.tar.gz
kaffeine-62e4e67d9963c82e381b56f6a6199845c8cb8f88.zip
Rename additional KDE strings
-rw-r--r--kaffeine/src/instwizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaffeine/src/instwizard.cpp b/kaffeine/src/instwizard.cpp
index 7153de4..c8cca22 100644
--- a/kaffeine/src/instwizard.cpp
+++ b/kaffeine/src/instwizard.cpp
@@ -229,7 +229,7 @@ void InstWizard::internalWizard()
KProcess process;
TQStringList dirs = KGlobal::dirs()->findDirs("data", "kaffeine");
- TQString homePath = KGlobal::dirs()->localkdedir();
+ TQString homePath = KGlobal::dirs()->localtdedir();
kdDebug() << "WizardDialog: KDE homedir: " << homePath << endl;
TQString dataPath;
if (dirs[0].left(homePath.length()) != homePath) /* global data path */