summaryrefslogtreecommitdiffstats
path: root/kded
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:10:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:10:38 -0600
commit99cc03399059853dd8699cae5752e8122cb715f1 (patch)
tree825da375ac05fc555e25b2e350504e211d85d2fb /kded
parentd5b3ae721dc072e0c70055313de9b5228b6688a8 (diff)
downloadtdelibs-99cc03399059853dd8699cae5752e8122cb715f1.tar.gz
tdelibs-99cc03399059853dd8699cae5752e8122cb715f1.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kded')
-rw-r--r--kded/HOWTO2
-rw-r--r--kded/kbuildsycoca.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/kded/HOWTO b/kded/HOWTO
index 59d91b3c4..27f470dfe 100644
--- a/kded/HOWTO
+++ b/kded/HOWTO
@@ -9,7 +9,7 @@ is derived from KDEDModule. The name of a factory method always starts with
It also needs to provide a desktop file that defines the service provided by
the module. The desktop file needs to be installed under
-$KDEDIR/share/services/kded/. The name of the desktop file must match with
+$TDEDIR/share/services/kded/. The name of the desktop file must match with
the name of the DCOP object that is implemented by the module.
The desktop file needs to define the library in which the module is
diff --git a/kded/kbuildsycoca.cpp b/kded/kbuildsycoca.cpp
index 30b826c8c..27d336386 100644
--- a/kded/kbuildsycoca.cpp
+++ b/kded/kbuildsycoca.cpp
@@ -562,7 +562,7 @@ void KBuildSycoca::save()
(*m_str) << aOffset;
}
(*m_str) << (TQ_INT32) 0; // No more factories.
- // Write KDEDIRS
+ // Write TDEDIRS
(*m_str) << KGlobal::dirs()->kfsstnd_prefixes();
(*m_str) << newTimestamp;
(*m_str) << KGlobal::locale()->language();
@@ -732,7 +732,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
if (bGlobalDatabase)
{
- setenv("KDEHOME", "-", 1);
+ setenv("TDEHOME", "-", 1);
setenv("KDEROOTHOME", "-", 1);
}