From dc9f613113cb1dc51b7d27c72f1974689ddb6255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 4 Feb 2014 09:36:15 +0100 Subject: [PATCH] [kwin] Do not use camelcase includes for kactivities Jenkins doesn't like them, so let's try without them. --- activities.cpp | 2 +- useractions.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/activities.cpp b/activities.cpp index 2debde463d..d0c14e7e8d 100644 --- a/activities.cpp +++ b/activities.cpp @@ -23,7 +23,7 @@ along with this program. If not, see . #include "workspace.h" // KDE #include -#include +#include // Qt #include #include diff --git a/useractions.cpp b/useractions.cpp index f858003062..a97a67332f 100755 --- a/useractions.cpp +++ b/useractions.cpp @@ -46,7 +46,7 @@ along with this program. If not, see . #ifdef KWIN_BUILD_ACTIVITIES #include "activities.h" -#include +#include #endif #include