diff options
Diffstat (limited to 'ksmserver/main.cpp')
-rw-r--r-- | ksmserver/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmserver/main.cpp b/ksmserver/main.cpp index c98a1eb69..a7f8ef3d9 100644 --- a/ksmserver/main.cpp +++ b/ksmserver/main.cpp @@ -122,7 +122,7 @@ void sanity_check( int argc, char* argv[] ) } if (msg.isEmpty()) { - path = getenv("KDETMP"); + path = getenv("TDETMP"); if (path.isEmpty()) path = "/tmp"; if (!writeTest(path)) |