From d8e1b1c00e2b7196ee33d6ac277e5ef87d51c77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 8 Apr 2013 11:16:48 +0200 Subject: [PATCH] Rename plugins.(h|cpp) to decorations.(h|cpp) --- CMakeLists.txt | 2 +- plugins.cpp => decorations.cpp | 2 +- plugins.h => decorations.h | 0 workspace.h | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename plugins.cpp => decorations.cpp (98%) rename plugins.h => decorations.h (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3b4324eaf..08fff40ea9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,7 +108,7 @@ set(kwin_KDEINIT_SRCS main.cpp options.cpp outline.cpp - plugins.cpp + decorations.cpp events.cpp killwindow.cpp geometrytip.cpp diff --git a/plugins.cpp b/decorations.cpp similarity index 98% rename from plugins.cpp rename to decorations.cpp index 57bad18e39..227de7ec85 100644 --- a/plugins.cpp +++ b/decorations.cpp @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . *********************************************************************/ -#include "plugins.h" +#include "decorations.h" #include "config-kwin.h" #include diff --git a/plugins.h b/decorations.h similarity index 100% rename from plugins.h rename to decorations.h diff --git a/workspace.h b/workspace.h index 9e93278b37..38f3b30cde 100644 --- a/workspace.h +++ b/workspace.h @@ -35,7 +35,7 @@ along with this program. If not, see . // need to include utils.h before we use the ifdefs #include "utils.h" -#include "plugins.h" +#include "decorations.h" #include "kdecoration.h" #include "kdecorationfactory.h" #include "sm.h"