summaryrefslogtreecommitdiffstats
path: root/tdmlib
diff options
context:
space:
mode:
Diffstat (limited to 'tdmlib')
-rw-r--r--tdmlib/tdmtsak.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdmlib/tdmtsak.cpp b/tdmlib/tdmtsak.cpp
index 18acd05d2..a7cc802f9 100644
--- a/tdmlib/tdmtsak.cpp
+++ b/tdmlib/tdmtsak.cpp
@@ -22,7 +22,7 @@
#include <tqstringlist.h>
-#define FIFO_FILE "/tmp/ksocket-global/tsak"
+#define FIFO_FILE "/tmp/tdesocket-global/tsak"
TQString exec(const char * cmd) {
FILE* pipe = popen(cmd, "r");