From e81bdee8ae92d6eeb82daa8c0a0e46bf37f4a6da Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 8 Dec 2011 17:39:53 -0600 Subject: Rename additional KDE strings --- tdesu/tdesu/tdesu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdesu') diff --git a/tdesu/tdesu/tdesu.cpp b/tdesu/tdesu/tdesu.cpp index a91c6936a..65e1efc43 100644 --- a/tdesu/tdesu/tdesu.cpp +++ b/tdesu/tdesu/tdesu.cpp @@ -285,10 +285,10 @@ static int startApp() if (pw->pw_uid) { // Only propagate TDEHOME for non-root users, - // root uses KDEROOTHOME + // root uses TDEROOTHOME // Translate the TDEHOME of this user to the new user. - TQString kdeHome = KGlobal::dirs()->relativeLocation("home", KGlobal::dirs()->localkdedir()); + TQString kdeHome = KGlobal::dirs()->relativeLocation("home", KGlobal::dirs()->localtdedir()); if (kdeHome[0] != '/') kdeHome.prepend("~/"); else -- cgit v1.2.3