From 666824a6c549fb4eeae7a29083349638974a57d7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 14 Feb 2013 17:13:36 -0600 Subject: Rename common header files for consistency with class renaming --- kcron/cti18n.h | 2 +- kcron/ktapp.cpp | 2 +- kcron/ktprintopt.cpp | 2 +- kcron/kttask.cpp | 2 +- kcron/ktvariable.cpp | 2 +- kcron/ktview.cpp | 2 +- kcron/main.cpp | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) (limited to 'kcron') diff --git a/kcron/cti18n.h b/kcron/cti18n.h index a5b96ec..2c79e1a 100644 --- a/kcron/cti18n.h +++ b/kcron/cti18n.h @@ -22,6 +22,6 @@ // -GM 11/99 #include -#include +#include #endif // CTI18N_H diff --git a/kcron/ktapp.cpp b/kcron/ktapp.cpp index a90a45f..9b70f87 100644 --- a/kcron/ktapp.cpp +++ b/kcron/ktapp.cpp @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include // i18n() #include #include diff --git a/kcron/ktprintopt.cpp b/kcron/ktprintopt.cpp index e754c21..d7c1d87 100644 --- a/kcron/ktprintopt.cpp +++ b/kcron/ktprintopt.cpp @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include "ktprintopt.h" KTPrintOpt::KTPrintOpt(bool root) : diff --git a/kcron/kttask.cpp b/kcron/kttask.cpp index 99bd359..0ede639 100644 --- a/kcron/kttask.cpp +++ b/kcron/kttask.cpp @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include #include diff --git a/kcron/ktvariable.cpp b/kcron/ktvariable.cpp index 84080ad..9c9f9c4 100644 --- a/kcron/ktvariable.cpp +++ b/kcron/ktvariable.cpp @@ -13,7 +13,7 @@ #include -#include // kapp +#include // kapp #include // i18n() #include #include diff --git a/kcron/ktview.cpp b/kcron/ktview.cpp index a8709cc..0000bc7 100644 --- a/kcron/ktview.cpp +++ b/kcron/ktview.cpp @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include diff --git a/kcron/main.cpp b/kcron/main.cpp index f642710..b829473 100644 --- a/kcron/main.cpp +++ b/kcron/main.cpp @@ -9,11 +9,11 @@ * (at your option) any later version. * ***************************************************************************/ -#include +#include #include #include "ktapp.h" -#include -#include +#include +#include int main(int argc, char* argv[]) { -- cgit v1.2.3