diff options
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 f01275a..70e74dc 100644 --- a/common/common.h +++ b/common/common.h @@ -13,7 +13,7 @@ #include "config.h" #ifdef __KDIALOGD_H__ -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #endif typedef enum @@ -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() |