summaryrefslogtreecommitdiffstats
path: root/kinit
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commit452dc1bc85da499f67d6cacd130263377552c631 (patch)
treebd859131120b044fd19fcb847e18a2e74ee9a923 /kinit
parent25a5b3950e013d67b68f091cdfac27eb1ad0debc (diff)
downloadtdelibs-452dc1bc85da499f67d6cacd130263377552c631.tar.gz
tdelibs-452dc1bc85da499f67d6cacd130263377552c631.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kinit')
-rw-r--r--kinit/autostart.cpp2
-rw-r--r--kinit/kstartupconfig.cpp2
-rw-r--r--kinit/lnusertemp.c2
-rw-r--r--kinit/wrapper.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/kinit/autostart.cpp b/kinit/autostart.cpp
index 8fba76928..334bfa543 100644
--- a/kinit/autostart.cpp
+++ b/kinit/autostart.cpp
@@ -136,7 +136,7 @@ AutoStart::loadAutoStartList()
if (config.readBoolEntry("Hidden", false))
continue;
- // Check to see if the most important ( usually ~/.config/autostart or ~/.kde3/Autostart) XDG directory
+ // Check to see if the most important ( usually ~/.config/autostart or ~/.trinity/Autostart) XDG directory
// has overridden the Hidden directive and honor it if set to True
bool autostartOverriddenAndDisabled = false;
for(TQStringList::ConstIterator localit = files.begin();
diff --git a/kinit/kstartupconfig.cpp b/kinit/kstartupconfig.cpp
index 0700f22fc..043125976 100644
--- a/kinit/kstartupconfig.cpp
+++ b/kinit/kstartupconfig.cpp
@@ -81,7 +81,7 @@ int main()
else if( getenv( "HOME" ))
{
strlcpy( kdehome, getenv( "HOME" ), 1024 );
- strlcat( kdehome, "/.kde3", 1024 );
+ strlcat( kdehome, "/.trinity", 1024 );
}
else
return 1;
diff --git a/kinit/lnusertemp.c b/kinit/lnusertemp.c
index fdbf8ae0b..31a8afd87 100644
--- a/kinit/lnusertemp.c
+++ b/kinit/lnusertemp.c
@@ -119,7 +119,7 @@ int build_link(const char *tmp_prefix, const char *kde_prefix, int kdehostname)
if (!kde_home || !kde_home[0])
{
- kde_home = "~/.kde3/";
+ kde_home = "~/.trinity/";
}
if (kde_home[0] == '~')
diff --git a/kinit/wrapper.c b/kinit/wrapper.c
index 8fe16892b..15aa2bbf6 100644
--- a/kinit/wrapper.c
+++ b/kinit/wrapper.c
@@ -139,7 +139,7 @@ static int openSocket()
if (!kde_home || !kde_home[0])
{
- kde_home = "~/.kde3/";
+ kde_home = "~/.trinity/";
}
if (kde_home[0] == '~')