diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-04 23:18:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-04 23:18:47 +0900 |
commit | bc27613782c6a08ab19069820cefaed69937df02 (patch) | |
tree | e0e52f4b5702dc12a13e55ecd32a4ad0875ae560 /common/common.h | |
parent | cf0f5c110b8ecf79761e851654a1f222ea128721 (diff) | |
download | kgtk-qt3-bc27613782c6a08ab19069820cefaed69937df02.tar.gz kgtk-qt3-bc27613782c6a08ab19069820cefaed69937df02.zip |
Fixed kde- --> tde- tmp folder.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'common/common.h')
-rw-r--r-- | common/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/common.h b/common/common.h index f01275a..af1e969 100644 --- a/common/common.h +++ b/common/common.h @@ -25,7 +25,7 @@ typedef enum OP_FOLDER = 4 } Operation; -#define PID_DIR "kde-" +#define PID_DIR "tde-" #define PID_NAME "kdialogd.pid" static const char * getPidFileName() |