diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-03 18:22:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-03 18:22:05 -0600 |
commit | aac7d409ac2ddbc40f6d33a6586d029ad83b974f (patch) | |
tree | dd09bf9d3a991518755efec7480819f94b481578 /common/common.h | |
parent | 77cc268b4de1c3387d966d7d9d8515bd37efbf9e (diff) | |
download | kgtk-qt3-aac7d409ac2ddbc40f6d33a6586d029ad83b974f.tar.gz kgtk-qt3-aac7d409ac2ddbc40f6d33a6586d029ad83b974f.zip |
Rename KDETMP KDEVARTMP and KDEWM
Diffstat (limited to 'common/common.h')
-rw-r--r-- | common/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/common.h b/common/common.h index f4a93fb..afc8d46 100644 --- a/common/common.h +++ b/common/common.h @@ -41,7 +41,7 @@ static const char * getPidFileName() if(user) { - char *tmp=getenv("KDETMP"); + char *tmp=getenv("TDETMP"); if(!tmp || !tmp[0]) tmp=getenv("TMPDIR"); @@ -82,7 +82,7 @@ static const char * getSockName() if(user) { - char *tmp=getenv("KDETMP"); + char *tmp=getenv("TDETMP"); if(!tmp || !tmp[0]) tmp=getenv("TMPDIR"); |