summaryrefslogtreecommitdiffstats
path: root/twin/oldheaders
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 21:50:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 21:50:33 -0600
commit0b6057404f65218182ab27a9483a21065ef61fca (patch)
treeb8b06dfa2deb965bebfbe131a772124e3e693a96 /twin/oldheaders
parent43d99cc2477266cb9072e179137f0e8485370b3d (diff)
downloadtdebase-0b6057404f65218182ab27a9483a21065ef61fca.tar.gz
tdebase-0b6057404f65218182ab27a9483a21065ef61fca.zip
Rename kwin to twin (Part 2 of 2)
Diffstat (limited to 'twin/oldheaders')
-rw-r--r--twin/oldheaders/CMakeLists.txt14
-rw-r--r--twin/oldheaders/Makefile.am2
-rw-r--r--twin/oldheaders/client.h4
-rw-r--r--twin/oldheaders/options.h4
-rw-r--r--twin/oldheaders/twinbutton.h4
-rw-r--r--twin/oldheaders/workspace.h4
6 files changed, 32 insertions, 0 deletions
diff --git a/twin/oldheaders/CMakeLists.txt b/twin/oldheaders/CMakeLists.txt
new file mode 100644
index 000000000..d14ace573
--- /dev/null
+++ b/twin/oldheaders/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ options.h client.h workspace.h twinbutton.h
+ DESTINATION ${INCLUDE_INSTALL_DIR}/twin )
diff --git a/twin/oldheaders/Makefile.am b/twin/oldheaders/Makefile.am
new file mode 100644
index 000000000..7076d9e13
--- /dev/null
+++ b/twin/oldheaders/Makefile.am
@@ -0,0 +1,2 @@
+twin_twinincludedir = $(includedir)/twin
+twin_twininclude_HEADERS = options.h client.h workspace.h twinbutton.h
diff --git a/twin/oldheaders/client.h b/twin/oldheaders/client.h
new file mode 100644
index 000000000..cff5cdb61
--- /dev/null
+++ b/twin/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/twin/clients/PORTING .
diff --git a/twin/oldheaders/options.h b/twin/oldheaders/options.h
new file mode 100644
index 000000000..cff5cdb61
--- /dev/null
+++ b/twin/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/twin/clients/PORTING .
diff --git a/twin/oldheaders/twinbutton.h b/twin/oldheaders/twinbutton.h
new file mode 100644
index 000000000..cff5cdb61
--- /dev/null
+++ b/twin/oldheaders/twinbutton.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/twin/clients/PORTING .
diff --git a/twin/oldheaders/workspace.h b/twin/oldheaders/workspace.h
new file mode 100644
index 000000000..cff5cdb61
--- /dev/null
+++ b/twin/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/twin/clients/PORTING .