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"