diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:15:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:15:13 -0600 |
commit | 9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0 (patch) | |
tree | 9ab57608e370cc0051bebd305a72c79b5fe15076 /ksplashml | |
parent | 05f7409313fb8f09f539ae65791c830d2eaf91a6 (diff) | |
download | tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.tar.gz tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'ksplashml')
-rw-r--r-- | ksplashml/kcmksplash/main.cpp | 2 | ||||
-rw-r--r-- | ksplashml/main.cpp | 6 | ||||
-rw-r--r-- | ksplashml/themeengine/default/themelegacy.cpp | 2 | ||||
-rw-r--r-- | ksplashml/themeengine/objkstheme.cpp | 4 | ||||
-rw-r--r-- | ksplashml/themeengine/objkstheme.h | 2 | ||||
-rw-r--r-- | ksplashml/themeengine/redmond/themeredmond.cpp | 2 | ||||
-rw-r--r-- | ksplashml/themeengine/standard/themestandard.cpp | 2 | ||||
-rw-r--r-- | ksplashml/themeengine/standard/wndicon.cpp | 2 | ||||
-rw-r--r-- | ksplashml/themeengine/standard/wndstatus.cpp | 2 | ||||
-rw-r--r-- | ksplashml/themeengine/themeengine.cpp | 4 | ||||
-rw-r--r-- | ksplashml/themeengine/unified/themeunified.cpp | 2 | ||||
-rw-r--r-- | ksplashml/wndmain.cpp | 2 | ||||
-rw-r--r-- | ksplashml/wndmain.h | 2 |
13 files changed, 17 insertions, 17 deletions
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 <tqlayout.h> #include <tqtabwidget.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <tdecmodule.h> #include <kdebug.h> #include <kgenericfactory.h> 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 <stdlib.h> #include <unistd.h> -#include <kaboutdata.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <tdeconfig.h> #include <kdebug.h> #include <klocale.h> 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 <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> #include <kgenericfactory.h> 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 <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <tdeconfig.h> #include <kdebug.h> #include <kglobal.h> 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 <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <tqstring.h> #include <tqstringlist.h> 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 <sys/types.h> #include <unistd.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> #include <kdialogbase.h> 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 <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kdialogbase.h> #include <kglobalsettings.h> 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 <kapplication.h> +#include <tdeapplication.h> #include <kcursor.h> #include <kdebug.h> #include <kdebug.h> 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 <kapplication.h> +#include <tdeapplication.h> #include <kcursor.h> #include <kdebug.h> #include <kglobalsettings.h> 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 <config.h> #endif -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <tdeconfig.h> #include <kdebug.h> #include <kglobal.h> 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 <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> #include <kgenericfactory.h> 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 <unistd.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kcursor.h> #include <kdebug.h> 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 <kapplication.h> +#include <tdeapplication.h> #include <tqptrlist.h> #include <tqstring.h> |