summaryrefslogtreecommitdiffstats
path: root/kwin/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 /kwin/oldheaders
parent43d99cc2477266cb9072e179137f0e8485370b3d (diff)
downloadtdebase-0b6057404f65218182ab27a9483a21065ef61fca.tar.gz
tdebase-0b6057404f65218182ab27a9483a21065ef61fca.zip
Rename kwin to twin (Part 2 of 2)
Diffstat (limited to 'kwin/oldheaders')
-rw-r--r--kwin/oldheaders/CMakeLists.txt14
-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
6 files changed, 0 insertions, 32 deletions
diff --git a/kwin/oldheaders/CMakeLists.txt b/kwin/oldheaders/CMakeLists.txt
deleted file mode 100644
index d14ace573..000000000
--- a/kwin/oldheaders/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-#################################################
-#
-# (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/kwin/oldheaders/Makefile.am b/kwin/oldheaders/Makefile.am
deleted file mode 100644
index 7076d9e13..000000000
--- a/kwin/oldheaders/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-twin_twinincludedir = $(includedir)/twin
-twin_twininclude_HEADERS = options.h client.h workspace.h twinbutton.h
diff --git a/kwin/oldheaders/client.h b/kwin/oldheaders/client.h
deleted file mode 100644
index cff5cdb61..000000000
--- a/kwin/oldheaders/client.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#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/kwin/oldheaders/kwinbutton.h b/kwin/oldheaders/kwinbutton.h
deleted file mode 100644
index cff5cdb61..000000000
--- a/kwin/oldheaders/kwinbutton.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#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/kwin/oldheaders/options.h b/kwin/oldheaders/options.h
deleted file mode 100644
index cff5cdb61..000000000
--- a/kwin/oldheaders/options.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#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/kwin/oldheaders/workspace.h b/kwin/oldheaders/workspace.h
deleted file mode 100644
index cff5cdb61..000000000
--- a/kwin/oldheaders/workspace.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#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 .