diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:59:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:59:38 -0600 |
commit | cfb328d59024a251690b6e47c9f8d343fd8c241c (patch) | |
tree | 7c11070cd07e5e023a26ddcfa41832c208c63732 /korganizer/plugins/hebrew | |
parent | 38b7daf1afffa515cf4880847c0d985f3c6ee753 (diff) | |
download | tdepim-cfb328d59024a251690b6e47c9f8d343fd8c241c.tar.gz tdepim-cfb328d59024a251690b6e47c9f8d343fd8c241c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'korganizer/plugins/hebrew')
-rw-r--r-- | korganizer/plugins/hebrew/configdialog.cpp | 4 | ||||
-rw-r--r-- | korganizer/plugins/hebrew/converter.cpp | 2 | ||||
-rw-r--r-- | korganizer/plugins/hebrew/hebrew.cpp | 2 | ||||
-rw-r--r-- | korganizer/plugins/hebrew/holiday.cpp | 2 | ||||
-rw-r--r-- | korganizer/plugins/hebrew/parsha.cpp | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/korganizer/plugins/hebrew/configdialog.cpp b/korganizer/plugins/hebrew/configdialog.cpp index a6dd2e5a8..06f0b1b7d 100644 --- a/korganizer/plugins/hebrew/configdialog.cpp +++ b/korganizer/plugins/hebrew/configdialog.cpp @@ -18,10 +18,10 @@ */ #include "configdialog.h" #include "configdialog.moc" -#include <klocale.h> +#include <tdelocale.h> #include <tqlayout.h> #include <tdeapplication.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <tdeconfig.h> #include <kstandarddirs.h> #include <ksimpleconfig.h> diff --git a/korganizer/plugins/hebrew/converter.cpp b/korganizer/plugins/hebrew/converter.cpp index 1381292e6..39140715f 100644 --- a/korganizer/plugins/hebrew/converter.cpp +++ b/korganizer/plugins/hebrew/converter.cpp @@ -9,7 +9,7 @@ * (at your option) any later version. * ***************************************************************************/ #include "converter.h" -#include <klocale.h> +#include <tdelocale.h> Converter::Converter() { diff --git a/korganizer/plugins/hebrew/hebrew.cpp b/korganizer/plugins/hebrew/hebrew.cpp index 065188537..a96859a6c 100644 --- a/korganizer/plugins/hebrew/hebrew.cpp +++ b/korganizer/plugins/hebrew/hebrew.cpp @@ -17,7 +17,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <kglobal.h> +#include <tdeglobal.h> #include <tdeconfig.h> #include <kstandarddirs.h> #include <ksimpleconfig.h> diff --git a/korganizer/plugins/hebrew/holiday.cpp b/korganizer/plugins/hebrew/holiday.cpp index c6afbb613..c4f5aa6ee 100644 --- a/korganizer/plugins/hebrew/holiday.cpp +++ b/korganizer/plugins/hebrew/holiday.cpp @@ -9,7 +9,7 @@ * (at your option) any later version. * ***************************************************************************/ #include "holiday.h" -#include <klocale.h> +#include <tdelocale.h> bool Holiday::CholP; bool Holiday::OmerP; diff --git a/korganizer/plugins/hebrew/parsha.cpp b/korganizer/plugins/hebrew/parsha.cpp index bba30f620..4f5522ab7 100644 --- a/korganizer/plugins/hebrew/parsha.cpp +++ b/korganizer/plugins/hebrew/parsha.cpp @@ -9,7 +9,7 @@ * (at your option) any later version. * ***************************************************************************/ #include "parsha.h" -#include <klocale.h> +#include <tdelocale.h> TQStringList Parsha::parshiot_names; |