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 | |
parent | 05f7409313fb8f09f539ae65791c830d2eaf91a6 (diff) | |
download | tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.tar.gz tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'khelpcenter')
-rw-r--r-- | khelpcenter/application.cpp | 4 | ||||
-rw-r--r-- | khelpcenter/docentry.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/fontdialog.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/glossary.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/history.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/htmlsearch/htmlsearch.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/htmlsearch/index.cpp | 6 | ||||
-rw-r--r-- | khelpcenter/htmlsearch/kcmhtmlsearch.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/htmlsearchconfig.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/infotree.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/kcmhelpcenter.cpp | 4 | ||||
-rw-r--r-- | khelpcenter/khc_indexbuilder.cpp | 4 | ||||
-rw-r--r-- | khelpcenter/mainwindow.cpp | 4 | ||||
-rw-r--r-- | khelpcenter/navigator.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/plugintraverser.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/scrollkeepertreebuilder.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/searchengine.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/searchwidget.cpp | 2 | ||||
-rw-r--r-- | khelpcenter/testmetainfo.cpp | 6 | ||||
-rw-r--r-- | khelpcenter/view.cpp | 2 |
20 files changed, 28 insertions, 28 deletions
diff --git a/khelpcenter/application.cpp b/khelpcenter/application.cpp index ba21ad639..7adafeb04 100644 --- a/khelpcenter/application.cpp +++ b/khelpcenter/application.cpp @@ -22,8 +22,8 @@ #include "mainwindow.h" #include "version.h" -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> using namespace KHC; diff --git a/khelpcenter/docentry.cpp b/khelpcenter/docentry.cpp index c198dd75f..05f3ffac0 100644 --- a/khelpcenter/docentry.cpp +++ b/khelpcenter/docentry.cpp @@ -5,7 +5,7 @@ #include <kdesktopfile.h> #include <kurl.h> #include <kstandarddirs.h> -#include <kapplication.h> +#include <tdeapplication.h> #include "prefs.h" diff --git a/khelpcenter/fontdialog.cpp b/khelpcenter/fontdialog.cpp index 1f0df4530..e9f5e3789 100644 --- a/khelpcenter/fontdialog.cpp +++ b/khelpcenter/fontdialog.cpp @@ -19,7 +19,7 @@ */ #include "fontdialog.h" -#include <kapplication.h> +#include <tdeapplication.h> #include <kcharsets.h> #include <kcombobox.h> #include <tdeconfig.h> diff --git a/khelpcenter/glossary.cpp b/khelpcenter/glossary.cpp index 3f8fc50ed..d4e171b04 100644 --- a/khelpcenter/glossary.cpp +++ b/khelpcenter/glossary.cpp @@ -20,7 +20,7 @@ #include "glossary.h" #include "view.h" -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> #include <kiconloader.h> diff --git a/khelpcenter/history.cpp b/khelpcenter/history.cpp index c15ce6811..0f0085a02 100644 --- a/khelpcenter/history.cpp +++ b/khelpcenter/history.cpp @@ -21,7 +21,7 @@ #include "view.h" #include <tdeaction.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <tdemainwindow.h> #include <tdepopupmenu.h> 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> diff --git a/khelpcenter/htmlsearchconfig.cpp b/khelpcenter/htmlsearchconfig.cpp index da0de3ae4..85ce883b0 100644 --- a/khelpcenter/htmlsearchconfig.cpp +++ b/khelpcenter/htmlsearchconfig.cpp @@ -25,7 +25,7 @@ #include <kstandarddirs.h> #include <klocale.h> #include <kurllabel.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdefiledialog.h> #include <kurlrequester.h> #include <klineedit.h> diff --git a/khelpcenter/infotree.cpp b/khelpcenter/infotree.cpp index 4b9c3087c..ebde13429 100644 --- a/khelpcenter/infotree.cpp +++ b/khelpcenter/infotree.cpp @@ -23,7 +23,7 @@ #include "navigatoritem.h" #include "docentry.h" -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> #include <kiconloader.h> diff --git a/khelpcenter/kcmhelpcenter.cpp b/khelpcenter/kcmhelpcenter.cpp index 303dbfec5..10c94dc43 100644 --- a/khelpcenter/kcmhelpcenter.cpp +++ b/khelpcenter/kcmhelpcenter.cpp @@ -30,11 +30,11 @@ #include <kdebug.h> #include <klocale.h> #include <kglobal.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <kdialog.h> #include <kstandarddirs.h> #include <kprocess.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <dcopclient.h> #include <ktempfile.h> #include <kurlrequester.h> diff --git a/khelpcenter/khc_indexbuilder.cpp b/khelpcenter/khc_indexbuilder.cpp index c1ef425e9..3eb04a631 100644 --- a/khelpcenter/khc_indexbuilder.cpp +++ b/khelpcenter/khc_indexbuilder.cpp @@ -23,9 +23,9 @@ #include "version.h" -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <kuniqueapplication.h> #include <kdebug.h> #include <dcopclient.h> diff --git a/khelpcenter/mainwindow.cpp b/khelpcenter/mainwindow.cpp index f8d02f186..ab75d29a7 100644 --- a/khelpcenter/mainwindow.cpp +++ b/khelpcenter/mainwindow.cpp @@ -27,13 +27,13 @@ #include "fontdialog.h" #include "prefs.h" -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <dcopclient.h> #include <kiconloader.h> #include <kmimemagic.h> #include <krun.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <kdebug.h> #include <tdehtmlview.h> #include <tdehtml_settings.h> diff --git a/khelpcenter/navigator.cpp b/khelpcenter/navigator.cpp index 55809904a..743a7d201 100644 --- a/khelpcenter/navigator.cpp +++ b/khelpcenter/navigator.cpp @@ -38,7 +38,7 @@ #include <tqtooltip.h> #include <tdeaction.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <ksimpleconfig.h> #include <kstandarddirs.h> #include <kglobal.h> diff --git a/khelpcenter/plugintraverser.cpp b/khelpcenter/plugintraverser.cpp index 8386ba606..1cafba260 100644 --- a/khelpcenter/plugintraverser.cpp +++ b/khelpcenter/plugintraverser.cpp @@ -23,7 +23,7 @@ #include "navigatorappitem.h" #include "navigatoritem.h" -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> #include <kiconloader.h> diff --git a/khelpcenter/scrollkeepertreebuilder.cpp b/khelpcenter/scrollkeepertreebuilder.cpp index 6695114c7..377e6691e 100644 --- a/khelpcenter/scrollkeepertreebuilder.cpp +++ b/khelpcenter/scrollkeepertreebuilder.cpp @@ -23,7 +23,7 @@ #include "navigatoritem.h" #include "docentry.h" -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> #include <kglobal.h> diff --git a/khelpcenter/searchengine.cpp b/khelpcenter/searchengine.cpp index 7c06828dd..76061edc1 100644 --- a/khelpcenter/searchengine.cpp +++ b/khelpcenter/searchengine.cpp @@ -1,7 +1,7 @@ #include "stdlib.h" #include <tqstylesheet.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> #include <kstandarddirs.h> diff --git a/khelpcenter/searchwidget.cpp b/khelpcenter/searchwidget.cpp index 4930197a0..c8f706b59 100644 --- a/khelpcenter/searchwidget.cpp +++ b/khelpcenter/searchwidget.cpp @@ -29,7 +29,7 @@ #include <tqlayout.h> #include <ksimpleconfig.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> #include <kdebug.h> #include <kiconloader.h> diff --git a/khelpcenter/testmetainfo.cpp b/khelpcenter/testmetainfo.cpp index a6fed9e09..d70e2d165 100644 --- a/khelpcenter/testmetainfo.cpp +++ b/khelpcenter/testmetainfo.cpp @@ -1,10 +1,10 @@ #include <tqstringlist.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 "docmetainfo.h" #include "docentrytraverser.h" diff --git a/khelpcenter/view.cpp b/khelpcenter/view.cpp index 8be813619..a3554e25b 100644 --- a/khelpcenter/view.cpp +++ b/khelpcenter/view.cpp @@ -7,7 +7,7 @@ #include <dom/html_misc.h> #include <tdeaction.h> #include <tdeactioncollection.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <tdehtml_settings.h> #include <tdehtmlview.h> |