summaryrefslogtreecommitdiffstats
path: root/tdeprint
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:42:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:42:48 -0600
commite81c741bb2cf337a43524e75f22f7728ce17a343 (patch)
tree7fcea2ffd9c3420af999c3dcad0ed032eef93956 /tdeprint
parent9c30c9c89ce69ed1b76ff47ca092c6bee7c8e43b (diff)
downloadtdelibs-e81c741bb2cf337a43524e75f22f7728ce17a343.tar.gz
tdelibs-e81c741bb2cf337a43524e75f22f7728ce17a343.zip
Rename additional KDE strings
Diffstat (limited to 'tdeprint')
-rw-r--r--tdeprint/kmspecialmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/kmspecialmanager.cpp b/tdeprint/kmspecialmanager.cpp
index 6da7f4ed7..6dc967757 100644
--- a/tdeprint/kmspecialmanager.cpp
+++ b/tdeprint/kmspecialmanager.cpp
@@ -47,7 +47,7 @@ bool KMSpecialManager::savePrinters()
if (getuid() == 0)
{
confname = locate("data", "tdeprint/specials.desktop");
- if (confname.startsWith(KGlobal::dirs()->localkdedir()))
+ if (confname.startsWith(KGlobal::dirs()->localtdedir()))
{
// seems there's a problem here
m_mgr->setErrorMsg(i18n("A file share/tdeprint/specials.desktop was found in your "
@@ -107,7 +107,7 @@ bool KMSpecialManager::loadPrinters()
if (m_loaded) return true;
bool result(true);
- TQString localDir = KGlobal::dirs()->localkdedir();
+ TQString localDir = KGlobal::dirs()->localtdedir();
TQStringList files = KGlobal::dirs()->findAllResources("data", "tdeprint/specials.desktop");
// local files should processed last, so we need to reorder the list
// and put local files at the end