From b1108816328e6daab92c7e810204f9dffd7bf1fd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 3 Feb 2012 18:27:47 -0600 Subject: Rename KDETMP KDEVARTMP and KDEWM --- mcop/mcoputils.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mcop') diff --git a/mcop/mcoputils.cc b/mcop/mcoputils.cc index f638076..c938105 100644 --- a/mcop/mcoputils.cc +++ b/mcop/mcoputils.cc @@ -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"); if (!tmp || !tmp[0]) @@ -375,7 +375,7 @@ string MCOPUtils::createFilePath(string name) { const char *tmp = 0; - tmp = getenv("KDETMP"); + tmp = getenv("TDETMP"); if (!tmp || !tmp[0]) tmp = getenv("TMPDIR"); if (!tmp || !tmp[0]) -- cgit v1.2.1