summaryrefslogtreecommitdiffstats
path: root/kwin/oldheaders
diff options
context:
space:
mode:
Diffstat (limited to 'kwin/oldheaders')
-rw-r--r--kwin/oldheaders/Makefile.am2
-rw-r--r--kwin/oldheaders/client.h4
-rw-r--r--kwin/oldheaders/kwinbutton.h4
-rw-r--r--kwin/oldheaders/options.h4
-rw-r--r--kwin/oldheaders/workspace.h4
5 files changed, 18 insertions, 0 deletions
diff --git a/kwin/oldheaders/Makefile.am b/kwin/oldheaders/Makefile.am
new file mode 100644
index 000000000..2dd570c5f
--- /dev/null
+++ b/kwin/oldheaders/Makefile.am
@@ -0,0 +1,2 @@
+kwin_kwinincludedir = $(includedir)/kwin
+kwin_kwininclude_HEADERS = options.h client.h workspace.h kwinbutton.h
diff --git a/kwin/oldheaders/client.h b/kwin/oldheaders/client.h
new file mode 100644
index 000000000..89db145b2
--- /dev/null
+++ b/kwin/oldheaders/client.h
@@ -0,0 +1,4 @@
+#error The KWin decorations API provided by this header file is obsolete.
+#error All code using it will have to be ported to the new KDecoration API.
+
+// See kdebase/kwin/clients/PORTING .
diff --git a/kwin/oldheaders/kwinbutton.h b/kwin/oldheaders/kwinbutton.h
new file mode 100644
index 000000000..89db145b2
--- /dev/null
+++ b/kwin/oldheaders/kwinbutton.h
@@ -0,0 +1,4 @@
+#error The KWin decorations API provided by this header file is obsolete.
+#error All code using it will have to be ported to the new KDecoration API.
+
+// See kdebase/kwin/clients/PORTING .
diff --git a/kwin/oldheaders/options.h b/kwin/oldheaders/options.h
new file mode 100644
index 000000000..89db145b2
--- /dev/null
+++ b/kwin/oldheaders/options.h
@@ -0,0 +1,4 @@
+#error The KWin decorations API provided by this header file is obsolete.
+#error All code using it will have to be ported to the new KDecoration API.
+
+// See kdebase/kwin/clients/PORTING .
diff --git a/kwin/oldheaders/workspace.h b/kwin/oldheaders/workspace.h
new file mode 100644
index 000000000..89db145b2
--- /dev/null
+++ b/kwin/oldheaders/workspace.h
@@ -0,0 +1,4 @@
+#error The KWin decorations API provided by this header file is obsolete.
+#error All code using it will have to be ported to the new KDecoration API.
+
+// See kdebase/kwin/clients/PORTING .