From 9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 14 Feb 2013 17:15:13 -0600 Subject: Rename common header files for consistency with class renaming --- ksplashml/kcmksplash/main.cpp | 2 +- ksplashml/main.cpp | 6 +++--- ksplashml/themeengine/default/themelegacy.cpp | 2 +- ksplashml/themeengine/objkstheme.cpp | 4 ++-- ksplashml/themeengine/objkstheme.h | 2 +- ksplashml/themeengine/redmond/themeredmond.cpp | 2 +- ksplashml/themeengine/standard/themestandard.cpp | 2 +- ksplashml/themeengine/standard/wndicon.cpp | 2 +- ksplashml/themeengine/standard/wndstatus.cpp | 2 +- ksplashml/themeengine/themeengine.cpp | 4 ++-- ksplashml/themeengine/unified/themeunified.cpp | 2 +- ksplashml/wndmain.cpp | 2 +- ksplashml/wndmain.h | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) (limited to 'ksplashml') diff --git a/ksplashml/kcmksplash/main.cpp b/ksplashml/kcmksplash/main.cpp index 04c890fdd..f0b5d1f52 100644 --- a/ksplashml/kcmksplash/main.cpp +++ b/ksplashml/kcmksplash/main.cpp @@ -15,7 +15,7 @@ #include #include -#include +#include #include #include #include diff --git a/ksplashml/main.cpp b/ksplashml/main.cpp index ecbbe9eea..3c364dcfb 100644 --- a/ksplashml/main.cpp +++ b/ksplashml/main.cpp @@ -17,9 +17,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include #include diff --git a/ksplashml/themeengine/default/themelegacy.cpp b/ksplashml/themeengine/default/themelegacy.cpp index 830516355..064b404b7 100644 --- a/ksplashml/themeengine/default/themelegacy.cpp +++ b/ksplashml/themeengine/default/themelegacy.cpp @@ -9,7 +9,7 @@ * * ***************************************************************************/ -#include +#include #include #include #include diff --git a/ksplashml/themeengine/objkstheme.cpp b/ksplashml/themeengine/objkstheme.cpp index ca00f3406..450bef75a 100644 --- a/ksplashml/themeengine/objkstheme.cpp +++ b/ksplashml/themeengine/objkstheme.cpp @@ -9,8 +9,8 @@ * * ***************************************************************************/ -#include -#include +#include +#include #include #include #include diff --git a/ksplashml/themeengine/objkstheme.h b/ksplashml/themeengine/objkstheme.h index 34ea2fdf1..8959c5537 100644 --- a/ksplashml/themeengine/objkstheme.h +++ b/ksplashml/themeengine/objkstheme.h @@ -12,7 +12,7 @@ #ifndef __OBJKSTHEME_H__ #define __OBJKSTHEME_H__ -#include +#include #include #include diff --git a/ksplashml/themeengine/redmond/themeredmond.cpp b/ksplashml/themeengine/redmond/themeredmond.cpp index 95c21b831..38f54b8fe 100644 --- a/ksplashml/themeengine/redmond/themeredmond.cpp +++ b/ksplashml/themeengine/redmond/themeredmond.cpp @@ -13,7 +13,7 @@ #include #include -#include +#include #include #include #include diff --git a/ksplashml/themeengine/standard/themestandard.cpp b/ksplashml/themeengine/standard/themestandard.cpp index df8067ace..ee7fefb0d 100644 --- a/ksplashml/themeengine/standard/themestandard.cpp +++ b/ksplashml/themeengine/standard/themestandard.cpp @@ -9,7 +9,7 @@ * * ***************************************************************************/ -#include +#include #include #include #include diff --git a/ksplashml/themeengine/standard/wndicon.cpp b/ksplashml/themeengine/standard/wndicon.cpp index 7d66bdb6a..9ddf7e6a7 100644 --- a/ksplashml/themeengine/standard/wndicon.cpp +++ b/ksplashml/themeengine/standard/wndicon.cpp @@ -14,7 +14,7 @@ #include "config.h" #endif -#include +#include #include #include #include diff --git a/ksplashml/themeengine/standard/wndstatus.cpp b/ksplashml/themeengine/standard/wndstatus.cpp index 07466c56e..a89a8301f 100644 --- a/ksplashml/themeengine/standard/wndstatus.cpp +++ b/ksplashml/themeengine/standard/wndstatus.cpp @@ -10,7 +10,7 @@ * * ***************************************************************************/ -#include +#include #include #include #include diff --git a/ksplashml/themeengine/themeengine.cpp b/ksplashml/themeengine/themeengine.cpp index ff069803a..45f8bbbcc 100644 --- a/ksplashml/themeengine/themeengine.cpp +++ b/ksplashml/themeengine/themeengine.cpp @@ -13,8 +13,8 @@ # include #endif -#include -#include +#include +#include #include #include #include diff --git a/ksplashml/themeengine/unified/themeunified.cpp b/ksplashml/themeengine/unified/themeunified.cpp index 611ddb345..9d3d2c3e5 100644 --- a/ksplashml/themeengine/unified/themeunified.cpp +++ b/ksplashml/themeengine/unified/themeunified.cpp @@ -9,7 +9,7 @@ * * ***************************************************************************/ -#include +#include #include #include #include diff --git a/ksplashml/wndmain.cpp b/ksplashml/wndmain.cpp index e889a2f4b..a3d8647a2 100644 --- a/ksplashml/wndmain.cpp +++ b/ksplashml/wndmain.cpp @@ -11,7 +11,7 @@ #include -#include +#include #include #include #include diff --git a/ksplashml/wndmain.h b/ksplashml/wndmain.h index f74f48f32..563598c64 100644 --- a/ksplashml/wndmain.h +++ b/ksplashml/wndmain.h @@ -12,7 +12,7 @@ #ifndef __WNDMAIN_H__ #define __WNDMAIN_H__ -#include +#include #include #include -- cgit v1.2.3