diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:18:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:18:40 -0600 |
commit | 38b7daf1afffa515cf4880847c0d985f3c6ee753 (patch) | |
tree | 3e5e8489a057008373c2ae2d1583d5a1865f7e3d /kode | |
parent | f4236c497b152468e23da7b8a64caf6988e61515 (diff) | |
download | tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.tar.gz tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kode')
-rw-r--r-- | kode/kodemain.cpp | 10 | ||||
-rw-r--r-- | kode/kwsdl/kung/main.cpp | 6 | ||||
-rw-r--r-- | kode/kwsdl/main.cpp | 6 | ||||
-rw-r--r-- | kode/kwsdl/tests/google/main.cc | 6 | ||||
-rw-r--r-- | kode/kxml_compiler/creator.cpp | 6 | ||||
-rw-r--r-- | kode/kxml_compiler/creator.h | 6 | ||||
-rw-r--r-- | kode/kxml_compiler/kxml_compiler.cpp | 6 | ||||
-rw-r--r-- | kode/kxml_compiler/parser.cpp | 6 | ||||
-rw-r--r-- | kode/kxml_compiler/parser.h | 6 |
9 files changed, 29 insertions, 29 deletions
diff --git a/kode/kodemain.cpp b/kode/kodemain.cpp index bfab6aa81..8c2e3a364 100644 --- a/kode/kodemain.cpp +++ b/kode/kodemain.cpp @@ -26,9 +26,9 @@ #include <kabc/stdaddressbook.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 <kglobal.h> @@ -396,8 +396,8 @@ int create( TDECmdLineArgs *args ) file.setNameSpace( args->getOption( "namespace" ) ); if ( createMain ) { - file.addInclude( "kaboutdata.h" ); - file.addInclude( "kapplication.h" ); + file.addInclude( "tdeaboutdata.h" ); + file.addInclude( "tdeapplication.h" ); file.addInclude( "kdebug" ); file.addInclude( "klocale" ); file.addInclude( "kcmdlineargs" ); diff --git a/kode/kwsdl/kung/main.cpp b/kode/kwsdl/kung/main.cpp index 3075fe8ff..9f236c3cf 100644 --- a/kode/kwsdl/kung/main.cpp +++ b/kode/kwsdl/kung/main.cpp @@ -19,9 +19,9 @@ Boston, MA 02110-1301, USA. */ -#include <kaboutdata.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <kdebug.h> #include <klocale.h> diff --git a/kode/kwsdl/main.cpp b/kode/kwsdl/main.cpp index b4c7fb98f..ab40e3a33 100644 --- a/kode/kwsdl/main.cpp +++ b/kode/kwsdl/main.cpp @@ -21,9 +21,9 @@ #include "compiler.h" -#include <kaboutdata.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <kdebug.h> #include <klocale.h> diff --git a/kode/kwsdl/tests/google/main.cc b/kode/kwsdl/tests/google/main.cc index 269c022f4..38c645940 100644 --- a/kode/kwsdl/tests/google/main.cc +++ b/kode/kwsdl/tests/google/main.cc @@ -1,6 +1,6 @@ -#include <kaboutdata.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <kmdcodec.h> #include "googlesearch.hh" diff --git a/kode/kxml_compiler/creator.cpp b/kode/kxml_compiler/creator.cpp index b297cc789..b46a99eb2 100644 --- a/kode/kxml_compiler/creator.cpp +++ b/kode/kxml_compiler/creator.cpp @@ -26,11 +26,11 @@ #include <kode/typedef.h> #include <kode/statemachine.h> -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <kglobal.h> #include <tdeconfig.h> #include <ksimpleconfig.h> diff --git a/kode/kxml_compiler/creator.h b/kode/kxml_compiler/creator.h index 33ab410c5..c0018fd5e 100644 --- a/kode/kxml_compiler/creator.h +++ b/kode/kxml_compiler/creator.h @@ -28,11 +28,11 @@ #include <kode/typedef.h> #include <kode/file.h> -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <kglobal.h> #include <tdeconfig.h> #include <ksimpleconfig.h> diff --git a/kode/kxml_compiler/kxml_compiler.cpp b/kode/kxml_compiler/kxml_compiler.cpp index e8a379f29..87c3bb1d3 100644 --- a/kode/kxml_compiler/kxml_compiler.cpp +++ b/kode/kxml_compiler/kxml_compiler.cpp @@ -26,11 +26,11 @@ #include <kode/printer.h> #include <kode/typedef.h> -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <kglobal.h> #include <tdeconfig.h> #include <ksimpleconfig.h> diff --git a/kode/kxml_compiler/parser.cpp b/kode/kxml_compiler/parser.cpp index 9881aff5c..163213f99 100644 --- a/kode/kxml_compiler/parser.cpp +++ b/kode/kxml_compiler/parser.cpp @@ -25,11 +25,11 @@ #include <kode/printer.h> #include <kode/typedef.h> -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <kglobal.h> #include <tdeconfig.h> #include <ksimpleconfig.h> diff --git a/kode/kxml_compiler/parser.h b/kode/kxml_compiler/parser.h index ce5d65e26..07052787e 100644 --- a/kode/kxml_compiler/parser.h +++ b/kode/kxml_compiler/parser.h @@ -25,11 +25,11 @@ #include <kode/printer.h> #include <kode/typedef.h> -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <kglobal.h> #include <tdeconfig.h> #include <ksimpleconfig.h> |