summaryrefslogtreecommitdiffstats
path: root/kinit/wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'kinit/wrapper.c')
-rw-r--r--kinit/wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kinit/wrapper.c b/kinit/wrapper.c
index 55577793b..9ddc88eb6 100644
--- a/kinit/wrapper.c
+++ b/kinit/wrapper.c
@@ -132,7 +132,7 @@ static int openSocket()
#define MAX_SOCK_FILE 255
char sock_file[MAX_SOCK_FILE + 1];
const char *home_dir = getenv("HOME");
- const char *kde_home = getenv("KDEHOME");
+ const char *kde_home = getenv("TDEHOME");
char *display;
sock_file[0] = sock_file[MAX_SOCK_FILE] = 0;