From 75103729d7be70321c05470323553e79ed2aa6f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 30 Jan 2012 11:58:55 -0600 Subject: [PATCH] Rename ksocket and kcache --- common/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.h b/common/common.h index 61769f3..f4a93fb 100644 --- a/common/common.h +++ b/common/common.h @@ -66,7 +66,7 @@ static const char * getPidFileName() return pidfile; } -#define SOCK_DIR "ksocket-" +#define SOCK_DIR "tdesocket-" #define SOCK_NAME "kdialogd" static const char * getSockName()