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 /khelpcenter/htmlsearch | |
parent | 05f7409313fb8f09f539ae65791c830d2eaf91a6 (diff) | |
download | tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.tar.gz tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'khelpcenter/htmlsearch')
-rw-r--r-- | khelpcenter/htmlsearch/htmlsearch.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/htmlsearch/index.cpp | 6 | ||||
-rw-r--r-- | khelpcenter/htmlsearch/kcmhtmlsearch.cpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/khelpcenter/htmlsearch/htmlsearch.cpp b/khelpcenter/htmlsearch/htmlsearch.cpp index f6f7528ee..70ba4960a 100644 --- a/khelpcenter/htmlsearch/htmlsearch.cpp +++ b/khelpcenter/htmlsearch/htmlsearch.cpp @@ -2,7 +2,7 @@ #include <tqdir.h> #include <assert.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kstandarddirs.h> #include <kprocess.h> diff --git a/khelpcenter/htmlsearch/index.cpp b/khelpcenter/htmlsearch/index.cpp index 319c94e0d..b4dc93801 100644 --- a/khelpcenter/htmlsearch/index.cpp +++ b/khelpcenter/htmlsearch/index.cpp @@ -1,8 +1,8 @@ -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <kglobal.h> -#include <kapplication.h> +#include <tdeapplication.h> #include "htmlsearch.h" diff --git a/khelpcenter/htmlsearch/kcmhtmlsearch.cpp b/khelpcenter/htmlsearch/kcmhtmlsearch.cpp index 245f3301d..a011a2bc2 100644 --- a/khelpcenter/htmlsearch/kcmhtmlsearch.cpp +++ b/khelpcenter/htmlsearch/kcmhtmlsearch.cpp @@ -22,7 +22,7 @@ #include <kstandarddirs.h> #include <klocale.h> #include <kurllabel.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tqcheckbox.h> #include <tqwhatsthis.h> #include <tdefiledialog.h> |