diff options
Diffstat (limited to 'kinit')
-rw-r--r-- | kinit/autostart.cpp | 2 | ||||
-rw-r--r-- | kinit/kstartupconfig.cpp | 2 | ||||
-rw-r--r-- | kinit/lnusertemp.c | 2 | ||||
-rw-r--r-- | kinit/wrapper.c | 2 |
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] == '~') |