summaryrefslogtreecommitdiffstats
path: root/xparts/src/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'xparts/src/interfaces')
-rw-r--r--xparts/src/interfaces/Makefile.am4
-rw-r--r--xparts/src/interfaces/xpart.h4
-rw-r--r--xparts/src/interfaces/xparthost.h4
-rw-r--r--xparts/src/interfaces/xpartmanager.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/xparts/src/interfaces/Makefile.am b/xparts/src/interfaces/Makefile.am
index 0d4b7f97..21b08ed6 100644
--- a/xparts/src/interfaces/Makefile.am
+++ b/xparts/src/interfaces/Makefile.am
@@ -1,3 +1,3 @@
-xkpartsinclude_HEADERS = xpart.h xparthost.h
-xkpartsincludedir = $(includedir)/xkparts
+xtdepartsinclude_HEADERS = xpart.h xparthost.h
+xtdepartsincludedir = $(includedir)/xtdeparts
diff --git a/xparts/src/interfaces/xpart.h b/xparts/src/interfaces/xpart.h
index 5c44cbbd..819e65d2 100644
--- a/xparts/src/interfaces/xpart.h
+++ b/xparts/src/interfaces/xpart.h
@@ -1,5 +1,5 @@
-#ifndef __xkparts_part_h__
-#define __xkparts_part_h__
+#ifndef __xtdeparts_part_h__
+#define __xtdeparts_part_h__
#include <dcopobject.h>
#include <dcopref.h>
diff --git a/xparts/src/interfaces/xparthost.h b/xparts/src/interfaces/xparthost.h
index 75c6f4e0..40958086 100644
--- a/xparts/src/interfaces/xparthost.h
+++ b/xparts/src/interfaces/xparthost.h
@@ -1,5 +1,5 @@
-#ifndef __xkparts_parthost_h__
-#define __xkparts_parthost_h__
+#ifndef __xtdeparts_parthost_h__
+#define __xtdeparts_parthost_h__
#include <dcopobject.h>
#include <dcopref.h>
diff --git a/xparts/src/interfaces/xpartmanager.h b/xparts/src/interfaces/xpartmanager.h
index 25a341f8..714b0984 100644
--- a/xparts/src/interfaces/xpartmanager.h
+++ b/xparts/src/interfaces/xpartmanager.h
@@ -1,5 +1,5 @@
-#ifndef __xkparts_partmanager_h__
-#define __xkparts_partmanager_h__
+#ifndef __xtdeparts_partmanager_h__
+#define __xtdeparts_partmanager_h__
#include <dcopobject.h>
#include <tqglobal.h>