@ -90,7 +90,7 @@ static char *locate_mcop_dir()
int result;
struct stat stat_buf;
tmp = getenv("KDETMP");
tmp = getenv("TDETMP");
if (!tmp || !tmp[0])
tmp = getenv("TMPDIR");
@ -375,7 +375,7 @@ string MCOPUtils::createFilePath(string name)
{
const char *tmp = 0;