diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:26:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:26:07 -0600 |
commit | 43d99cc2477266cb9072e179137f0e8485370b3d (patch) | |
tree | 0d4d47e5497a1a1465edf8263f57b72725577239 /kwin/oldheaders | |
parent | 6354e6b3babad3ed0f5e314735bbbc01d1988eb2 (diff) | |
download | tdebase-43d99cc2477266cb9072e179137f0e8485370b3d.tar.gz tdebase-43d99cc2477266cb9072e179137f0e8485370b3d.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'kwin/oldheaders')
-rw-r--r-- | kwin/oldheaders/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kwin/oldheaders/Makefile.am | 4 | ||||
-rw-r--r-- | kwin/oldheaders/client.h | 2 | ||||
-rw-r--r-- | kwin/oldheaders/kwinbutton.h | 2 | ||||
-rw-r--r-- | kwin/oldheaders/options.h | 2 | ||||
-rw-r--r-- | kwin/oldheaders/workspace.h | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/kwin/oldheaders/CMakeLists.txt b/kwin/oldheaders/CMakeLists.txt index fa5995850..d14ace573 100644 --- a/kwin/oldheaders/CMakeLists.txt +++ b/kwin/oldheaders/CMakeLists.txt @@ -10,5 +10,5 @@ ################################################# install( FILES - options.h client.h workspace.h kwinbutton.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kwin ) + 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 index 2dd570c5f..7076d9e13 100644 --- a/kwin/oldheaders/Makefile.am +++ b/kwin/oldheaders/Makefile.am @@ -1,2 +1,2 @@ -kwin_kwinincludedir = $(includedir)/kwin -kwin_kwininclude_HEADERS = options.h client.h workspace.h kwinbutton.h +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 index 89db145b2..cff5cdb61 100644 --- a/kwin/oldheaders/client.h +++ b/kwin/oldheaders/client.h @@ -1,4 +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 . +// See kdebase/twin/clients/PORTING . diff --git a/kwin/oldheaders/kwinbutton.h b/kwin/oldheaders/kwinbutton.h index 89db145b2..cff5cdb61 100644 --- a/kwin/oldheaders/kwinbutton.h +++ b/kwin/oldheaders/kwinbutton.h @@ -1,4 +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 . +// See kdebase/twin/clients/PORTING . diff --git a/kwin/oldheaders/options.h b/kwin/oldheaders/options.h index 89db145b2..cff5cdb61 100644 --- a/kwin/oldheaders/options.h +++ b/kwin/oldheaders/options.h @@ -1,4 +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 . +// See kdebase/twin/clients/PORTING . diff --git a/kwin/oldheaders/workspace.h b/kwin/oldheaders/workspace.h index 89db145b2..cff5cdb61 100644 --- a/kwin/oldheaders/workspace.h +++ b/kwin/oldheaders/workspace.h @@ -1,4 +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 . +// See kdebase/twin/clients/PORTING . |