diff options
Diffstat (limited to 'twin/oldheaders')
-rw-r--r-- | twin/oldheaders/CMakeLists.txt | 14 | ||||
-rw-r--r-- | twin/oldheaders/Makefile.am | 2 | ||||
-rw-r--r-- | twin/oldheaders/client.h | 4 | ||||
-rw-r--r-- | twin/oldheaders/options.h | 4 | ||||
-rw-r--r-- | twin/oldheaders/twinbutton.h | 4 | ||||
-rw-r--r-- | twin/oldheaders/workspace.h | 4 |
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 . |