From 19cea58302be2d15b10b106c80ff82f7b5a2fa79 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 14 Feb 2013 17:19:07 -0600 Subject: Rename common header files for consistency with class renaming --- kbabel/addons/preview/pothumbcreator.cpp | 2 +- kbabel/catalogmanager/catalogmanager.cpp | 2 +- kbabel/catalogmanager/catalogmanagerapp.h | 2 +- kbabel/catalogmanager/catalogmanagerview.cpp | 2 +- kbabel/catalogmanager/libcvs/cvshandler.cpp | 2 +- kbabel/catalogmanager/libsvn/svnhandler.cpp | 2 +- kbabel/catalogmanager/main.cpp | 6 +++--- kbabel/common/catalog.cpp | 2 +- kbabel/common/kbmailer.cpp | 2 +- kbabel/common/msgfmt.cpp | 2 +- kbabel/common/poinfo.cpp | 2 +- kbabel/commonui/projectpref.cpp | 2 +- kbabel/commonui/projectwizard.cpp | 2 +- kbabel/commonui/roughtransdlg.cpp | 2 +- kbabel/filters/gettext/gettextexport.cpp | 2 +- kbabel/filters/gettext/gettextimport.cpp | 2 +- kbabel/kbabel/commentview.cpp | 2 +- kbabel/kbabel/kbabel.h | 2 +- kbabel/kbabel/kbabelpref.cpp | 2 +- kbabel/kbabel/kbabelview.cpp | 2 +- kbabel/kbabel/kbhighlighting.cpp | 2 +- kbabel/kbabel/main.cpp | 4 ++-- kbabel/kbabeldict/aboutmoduledlg.h | 2 +- kbabel/kbabeldict/kbabeldict.cpp | 2 +- kbabel/kbabeldict/kbabeldictbox.cpp | 8 ++++---- kbabel/kbabeldict/main.cpp | 6 +++--- kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp | 2 +- kbabel/kbabeldict/modules/dbsearchengine/dbscan.cpp | 2 +- kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.cpp | 2 +- kbabel/kbabeldict/modules/dbsearchengine2/KDBSearchEngine2.cpp | 2 +- kbabel/kbabeldict/modules/dbsearchengine2/database.cpp | 2 +- kbabel/kbabeldict/modules/dbsearchengine2/dbscan.cpp | 2 +- kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.cpp | 2 +- kbabel/kbabeldict/modules/poauxiliary/pa_factory.cpp | 2 +- kbabel/kbabeldict/modules/poauxiliary/poauxiliary.cpp | 4 ++-- kbabel/kbabeldict/modules/pocompendium/compendiumdata.cpp | 2 +- kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp | 2 +- kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp | 4 ++-- kbabel/kbabeldict/modules/tmx/pc_factory.cpp | 2 +- kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp | 4 ++-- kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp | 2 +- kbabel/kbabeldict/searchengine.h | 2 +- 42 files changed, 53 insertions(+), 53 deletions(-) (limited to 'kbabel') diff --git a/kbabel/addons/preview/pothumbcreator.cpp b/kbabel/addons/preview/pothumbcreator.cpp index f48506e8..7853a25e 100644 --- a/kbabel/addons/preview/pothumbcreator.cpp +++ b/kbabel/addons/preview/pothumbcreator.cpp @@ -37,7 +37,7 @@ #include #include -#include +#include #include #include #include diff --git a/kbabel/catalogmanager/catalogmanager.cpp b/kbabel/catalogmanager/catalogmanager.cpp index b63fdca3..b9ff166b 100644 --- a/kbabel/catalogmanager/catalogmanager.cpp +++ b/kbabel/catalogmanager/catalogmanager.cpp @@ -49,7 +49,7 @@ #include #include -#include +#include #include #include #include diff --git a/kbabel/catalogmanager/catalogmanagerapp.h b/kbabel/catalogmanager/catalogmanagerapp.h index 99e3e97e..cc9a55ca 100644 --- a/kbabel/catalogmanager/catalogmanagerapp.h +++ b/kbabel/catalogmanager/catalogmanagerapp.h @@ -40,7 +40,7 @@ #include "version.h" -#include +#include #include class CatalogManagerInterface : public CatalogManagerIface diff --git a/kbabel/catalogmanager/catalogmanagerview.cpp b/kbabel/catalogmanager/catalogmanagerview.cpp index 6d7e33f2..daba1fc8 100644 --- a/kbabel/catalogmanager/catalogmanagerview.cpp +++ b/kbabel/catalogmanager/catalogmanagerview.cpp @@ -64,7 +64,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kbabel/catalogmanager/libcvs/cvshandler.cpp b/kbabel/catalogmanager/libcvs/cvshandler.cpp index 3b1c4b01..45131583 100644 --- a/kbabel/catalogmanager/libcvs/cvshandler.cpp +++ b/kbabel/catalogmanager/libcvs/cvshandler.cpp @@ -44,7 +44,7 @@ #include #include // KDE include files -#include +#include #include #include #include diff --git a/kbabel/catalogmanager/libsvn/svnhandler.cpp b/kbabel/catalogmanager/libsvn/svnhandler.cpp index 18c08580..b7e0fd4e 100644 --- a/kbabel/catalogmanager/libsvn/svnhandler.cpp +++ b/kbabel/catalogmanager/libsvn/svnhandler.cpp @@ -45,7 +45,7 @@ #include #include // KDE include files -#include +#include #include #include #include diff --git a/kbabel/catalogmanager/main.cpp b/kbabel/catalogmanager/main.cpp index a867c07e..306fecec 100644 --- a/kbabel/catalogmanager/main.cpp +++ b/kbabel/catalogmanager/main.cpp @@ -43,13 +43,13 @@ #include "resources.h" #include -#include -#include +#include +#include #include #include #include #include -#include +#include #include #include diff --git a/kbabel/common/catalog.cpp b/kbabel/common/catalog.cpp index 3f288826..e58ffd87 100644 --- a/kbabel/common/catalog.cpp +++ b/kbabel/common/catalog.cpp @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kbabel/common/kbmailer.cpp b/kbabel/common/kbmailer.cpp index 3fbc12c2..418c1dea 100644 --- a/kbabel/common/kbmailer.cpp +++ b/kbabel/common/kbmailer.cpp @@ -39,7 +39,7 @@ #include #include -#include +#include #include #include #include diff --git a/kbabel/common/msgfmt.cpp b/kbabel/common/msgfmt.cpp index 3a191a59..5e359a91 100644 --- a/kbabel/common/msgfmt.cpp +++ b/kbabel/common/msgfmt.cpp @@ -32,7 +32,7 @@ **************************************************************************** */ #include "msgfmt.h" -#include +#include #include #include diff --git a/kbabel/common/poinfo.cpp b/kbabel/common/poinfo.cpp index 6fc27b55..da484d6b 100644 --- a/kbabel/common/poinfo.cpp +++ b/kbabel/common/poinfo.cpp @@ -37,7 +37,7 @@ #include "msgfmt.h" #include "resources.h" -#include +#include #include #include #include diff --git a/kbabel/commonui/projectpref.cpp b/kbabel/commonui/projectpref.cpp index 0899fa34..34f5223b 100644 --- a/kbabel/commonui/projectpref.cpp +++ b/kbabel/commonui/projectpref.cpp @@ -44,7 +44,7 @@ #include #include #include -#include +#include #define PAGE_IDENTITY 0 diff --git a/kbabel/commonui/projectwizard.cpp b/kbabel/commonui/projectwizard.cpp index c9108f3f..8365d038 100644 --- a/kbabel/commonui/projectwizard.cpp +++ b/kbabel/commonui/projectwizard.cpp @@ -39,7 +39,7 @@ #include -#include +#include #include #include #include diff --git a/kbabel/commonui/roughtransdlg.cpp b/kbabel/commonui/roughtransdlg.cpp index bc251a93..7ed5d604 100644 --- a/kbabel/commonui/roughtransdlg.cpp +++ b/kbabel/commonui/roughtransdlg.cpp @@ -51,7 +51,7 @@ #include #include -#include +#include #include #include #include diff --git a/kbabel/filters/gettext/gettextexport.cpp b/kbabel/filters/gettext/gettextexport.cpp index 7e352502..9b08bfd2 100644 --- a/kbabel/filters/gettext/gettextexport.cpp +++ b/kbabel/filters/gettext/gettextexport.cpp @@ -43,7 +43,7 @@ #include #include -#include +#include #include #include diff --git a/kbabel/filters/gettext/gettextimport.cpp b/kbabel/filters/gettext/gettextimport.cpp index 8c361763..4adf1eb2 100644 --- a/kbabel/filters/gettext/gettextimport.cpp +++ b/kbabel/filters/gettext/gettextimport.cpp @@ -44,7 +44,7 @@ #include #include -#include +#include #include #include #include diff --git a/kbabel/kbabel/commentview.cpp b/kbabel/kbabel/commentview.cpp index 9a32da70..e003ff57 100644 --- a/kbabel/kbabel/commentview.cpp +++ b/kbabel/kbabel/commentview.cpp @@ -41,7 +41,7 @@ #include #include -#include +#include #include #include #include diff --git a/kbabel/kbabel/kbabel.h b/kbabel/kbabel/kbabel.h index 9d6b6bd4..4d955ffe 100644 --- a/kbabel/kbabel/kbabel.h +++ b/kbabel/kbabel/kbabel.h @@ -39,7 +39,7 @@ #include #endif -#include +#include #include #include #include diff --git a/kbabel/kbabel/kbabelpref.cpp b/kbabel/kbabel/kbabelpref.cpp index a241b119..a3841c81 100644 --- a/kbabel/kbabel/kbabelpref.cpp +++ b/kbabel/kbabel/kbabelpref.cpp @@ -45,7 +45,7 @@ #include "tqcombobox.h" #include -#include +#include using namespace KBabel; diff --git a/kbabel/kbabel/kbabelview.cpp b/kbabel/kbabel/kbabelview.cpp index 49247256..e415f06a 100644 --- a/kbabel/kbabel/kbabelview.cpp +++ b/kbabel/kbabel/kbabelview.cpp @@ -67,7 +67,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kbabel/kbabel/kbhighlighting.cpp b/kbabel/kbabel/kbhighlighting.cpp index 957d7bd8..d75de27f 100644 --- a/kbabel/kbabel/kbhighlighting.cpp +++ b/kbabel/kbabel/kbhighlighting.cpp @@ -39,7 +39,7 @@ #include #include -#include "kapplication.h" +#include "tdeapplication.h" #include #include #include diff --git a/kbabel/kbabel/main.cpp b/kbabel/kbabel/main.cpp index ee8e02a1..15dd9320 100644 --- a/kbabel/kbabel/main.cpp +++ b/kbabel/kbabel/main.cpp @@ -41,8 +41,8 @@ #include "version.h" #include -#include -#include +#include +#include #include #include #include diff --git a/kbabel/kbabeldict/aboutmoduledlg.h b/kbabel/kbabeldict/aboutmoduledlg.h index 42fbb117..673f60b7 100644 --- a/kbabel/kbabeldict/aboutmoduledlg.h +++ b/kbabel/kbabeldict/aboutmoduledlg.h @@ -35,7 +35,7 @@ #ifndef ABOUTMODULEDLG_H #define ABOUTMODULEDLG_H -#include +#include class AboutModuleDlg : public TDEAboutApplication diff --git a/kbabel/kbabeldict/kbabeldict.cpp b/kbabel/kbabeldict/kbabeldict.cpp index 7453bcaf..09a98fb6 100644 --- a/kbabel/kbabeldict/kbabeldict.cpp +++ b/kbabel/kbabeldict/kbabeldict.cpp @@ -32,7 +32,7 @@ **************************************************************************** */ -#include +#include #include #include #include diff --git a/kbabel/kbabeldict/kbabeldictbox.cpp b/kbabel/kbabeldict/kbabeldictbox.cpp index 15d421b5..e0e631a3 100644 --- a/kbabel/kbabeldict/kbabeldictbox.cpp +++ b/kbabel/kbabeldict/kbabeldictbox.cpp @@ -35,16 +35,16 @@ #include -#include +#include #include "aboutmoduledlg.h" #include "kbabeldictbox.h" #include #include -#include -#include -#include +#include +#include +#include #include #include #include diff --git a/kbabel/kbabeldict/main.cpp b/kbabel/kbabeldict/main.cpp index 6a20d7cc..f863a4c5 100644 --- a/kbabel/kbabeldict/main.cpp +++ b/kbabel/kbabeldict/main.cpp @@ -34,11 +34,11 @@ **************************************************************************** */ #include -#include -#include +#include +#include #include #include -#include +#include #include #include diff --git a/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp b/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp index 6c05904c..a560ae45 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp @@ -41,7 +41,7 @@ #include #include -#include "kapplication.h" +#include "tdeapplication.h" #include "KDBSearchEngine.h" #include "dbscan.h" diff --git a/kbabel/kbabeldict/modules/dbsearchengine/dbscan.cpp b/kbabel/kbabeldict/modules/dbsearchengine/dbscan.cpp index 47bc8fa9..183b1e4d 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine/dbscan.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine/dbscan.cpp @@ -32,7 +32,7 @@ #include #include -#include +#include #include #include diff --git a/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.cpp b/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.cpp index d18fd691..71b8e1a8 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.cpp @@ -1,7 +1,7 @@ #include #include -#include +#include #include #include "dbse_factory.h" diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/KDBSearchEngine2.cpp b/kbabel/kbabeldict/modules/dbsearchengine2/KDBSearchEngine2.cpp index 21e8d641..a3309a26 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/KDBSearchEngine2.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine2/KDBSearchEngine2.cpp @@ -34,7 +34,7 @@ #include "KDBSearchEngine2.h" #include "dbscan.h" #include -#include +#include #include #include #include diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/database.cpp b/kbabel/kbabeldict/modules/dbsearchengine2/database.cpp index 779ad01e..b880cd50 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/database.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine2/database.cpp @@ -10,7 +10,7 @@ License: GPLv2 #include #include -#include +#include #include #include diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/dbscan.cpp b/kbabel/kbabeldict/modules/dbsearchengine2/dbscan.cpp index b5b20967..2fe4ae98 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/dbscan.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine2/dbscan.cpp @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.cpp b/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.cpp index b82528b9..c4091e41 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.cpp +++ b/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.cpp @@ -1,7 +1,7 @@ #include #include -#include +#include #include #include "dbse2_factory.h" diff --git a/kbabel/kbabeldict/modules/poauxiliary/pa_factory.cpp b/kbabel/kbabeldict/modules/poauxiliary/pa_factory.cpp index 9d658220..436dced6 100644 --- a/kbabel/kbabeldict/modules/poauxiliary/pa_factory.cpp +++ b/kbabel/kbabeldict/modules/poauxiliary/pa_factory.cpp @@ -34,7 +34,7 @@ #include #include -#include +#include #include #include "pa_factory.h" diff --git a/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.cpp b/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.cpp index 8101c377..7972b0b5 100644 --- a/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.cpp +++ b/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.cpp @@ -31,8 +31,8 @@ **************************************************************************** */ #include -#include -#include +#include +#include #include #include #include diff --git a/kbabel/kbabeldict/modules/pocompendium/compendiumdata.cpp b/kbabel/kbabeldict/modules/pocompendium/compendiumdata.cpp index d346bcf5..eaa0a93b 100644 --- a/kbabel/kbabeldict/modules/pocompendium/compendiumdata.cpp +++ b/kbabel/kbabeldict/modules/pocompendium/compendiumdata.cpp @@ -36,7 +36,7 @@ #include #include -#include +#include #include #include diff --git a/kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp b/kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp index 16101750..0d604c85 100644 --- a/kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp +++ b/kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp @@ -34,7 +34,7 @@ #include #include -#include +#include #include #include "pc_factory.h" diff --git a/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp b/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp index 57be4624..3c202429 100644 --- a/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp +++ b/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp @@ -33,8 +33,8 @@ **************************************************************************** */ #include -#include -#include +#include +#include #include #include #include diff --git a/kbabel/kbabeldict/modules/tmx/pc_factory.cpp b/kbabel/kbabeldict/modules/tmx/pc_factory.cpp index 4847283d..3e3a0d9c 100644 --- a/kbabel/kbabeldict/modules/tmx/pc_factory.cpp +++ b/kbabel/kbabeldict/modules/tmx/pc_factory.cpp @@ -34,7 +34,7 @@ #include #include -#include +#include #include #include "pc_factory.h" diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp b/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp index e97d1430..46232e43 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp @@ -33,8 +33,8 @@ **************************************************************************** */ #include -#include -#include +#include +#include #include #include #include diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp b/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp index bc4001fb..11596183 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.cpp @@ -40,7 +40,7 @@ #include #include -#include +#include #include #include #include diff --git a/kbabel/kbabeldict/searchengine.h b/kbabel/kbabeldict/searchengine.h index 5d823cc0..97c26162 100644 --- a/kbabel/kbabeldict/searchengine.h +++ b/kbabel/kbabeldict/searchengine.h @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include -- cgit v1.2.3