summaryrefslogtreecommitdiffstats
path: root/kwin/oldheaders
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit4aed2c8219774f5d797760606b8489a92ddc5163 (patch)
tree3f8c130f7d269626bf6a9447407ef6c35954426a /kwin/oldheaders
downloadtdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz
tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 .