diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:52:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:52:08 -0600 |
commit | 784a2227ffdcb03a1e37b1390a8b6e0985ddda9c (patch) | |
tree | 2497bf931758f4bbbf3ec4c538c947b1df27692b /src/translators/tellicoxmlexporter.cpp | |
parent | 2b2b805df5f62a0bc900253dd3e774f2e2ad31e3 (diff) | |
download | tellico-784a2227ffdcb03a1e37b1390a8b6e0985ddda9c.tar.gz tellico-784a2227ffdcb03a1e37b1390a8b6e0985ddda9c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/translators/tellicoxmlexporter.cpp')
-rw-r--r-- | src/translators/tellicoxmlexporter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translators/tellicoxmlexporter.cpp b/src/translators/tellicoxmlexporter.cpp index 59c6dac..cd76b26 100644 --- a/src/translators/tellicoxmlexporter.cpp +++ b/src/translators/tellicoxmlexporter.cpp @@ -27,10 +27,10 @@ #include "../document.h" // needed for sorting groups #include "../translators/bibtexhandler.h" // needed for cleaning text -#include <klocale.h> +#include <tdelocale.h> #include <tdeconfig.h> #include <kmdcodec.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kcalendarsystem.h> #include <tqlayout.h> |