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 --- khelpcenter/application.cpp | 4 ++-- khelpcenter/docentry.cpp | 2 +- khelpcenter/fontdialog.cpp | 2 +- khelpcenter/glossary.cpp | 2 +- khelpcenter/history.cpp | 2 +- khelpcenter/htmlsearch/htmlsearch.cpp | 2 +- khelpcenter/htmlsearch/index.cpp | 6 +++--- khelpcenter/htmlsearch/kcmhtmlsearch.cpp | 2 +- khelpcenter/htmlsearchconfig.cpp | 2 +- khelpcenter/infotree.cpp | 2 +- khelpcenter/kcmhelpcenter.cpp | 4 ++-- khelpcenter/khc_indexbuilder.cpp | 4 ++-- khelpcenter/mainwindow.cpp | 4 ++-- khelpcenter/navigator.cpp | 2 +- khelpcenter/plugintraverser.cpp | 2 +- khelpcenter/scrollkeepertreebuilder.cpp | 2 +- khelpcenter/searchengine.cpp | 2 +- khelpcenter/searchwidget.cpp | 2 +- khelpcenter/testmetainfo.cpp | 6 +++--- khelpcenter/view.cpp | 2 +- 20 files changed, 28 insertions(+), 28 deletions(-) (limited to 'khelpcenter') 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 -#include +#include +#include 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 #include #include -#include +#include #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 +#include #include #include #include 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 +#include #include #include #include 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 -#include +#include #include #include #include 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 #include -#include +#include #include #include #include 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 -#include +#include +#include #include -#include +#include #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 #include #include -#include +#include #include #include #include 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 #include #include -#include +#include #include #include #include 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 +#include #include #include #include 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 #include #include -#include +#include #include #include #include -#include +#include #include #include #include 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 +#include #include -#include +#include #include #include #include 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 +#include #include #include #include #include #include -#include +#include #include #include #include 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 #include -#include +#include #include #include #include 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 +#include #include #include #include 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 +#include #include #include #include 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 -#include +#include #include #include #include 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 #include -#include +#include #include #include #include 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 -#include -#include +#include +#include #include #include -#include +#include #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 #include #include -#include +#include #include #include #include -- cgit v1.2.1