summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mcop/mcoputils.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcop/mcoputils.cc b/mcop/mcoputils.cc
index aa47957..790927f 100644
--- a/mcop/mcoputils.cc
+++ b/mcop/mcoputils.cc
@@ -109,7 +109,7 @@ static char *locate_mcop_dir()
if (!kde_home || !kde_home[0])
{
- kde_home = "~/.kde/";
+ kde_home = "~/.trinity/";
}
if (kde_home[0] == '~')
@@ -248,7 +248,7 @@ int build_link(string tmp_prefix, const char *kde_prefix)
if (!kde_home || !kde_home[0])
{
- kde_home = "~/.kde/";
+ kde_home = "~/.trinity/";
}
if (kde_home[0] == '~')