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:19:23 +0900 |
commit | 81d816c265beeaf9976cec5920584bcfd0cad73d (patch) | |
tree | 63c920c6d8ba0a3a08dc574791dea50ece79b5eb /common | |
parent | 6fd8db1c005758327c4265b368d089dc7a510aec (diff) | |
download | kgtk-qt3-81d816c265beeaf9976cec5920584bcfd0cad73d.tar.gz kgtk-qt3-81d816c265beeaf9976cec5920584bcfd0cad73d.zip |
Fixed kde- --> tde- tmp folder.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bc27613782c6a08ab19069820cefaed69937df02)
Diffstat (limited to 'common')
-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() |