diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:57:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:57:18 -0600 |
commit | 958d14ea303abe33fce2c259c1000f18171e4229 (patch) | |
tree | 61bc8236ab3aa4bc27ca205740322f8df50baff1 /ksvg/core | |
parent | b2de6514213d205907e8de3dd17f8eb80d868a4f (diff) | |
download | tdegraphics-958d14ea303abe33fce2c259c1000f18171e4229.tar.gz tdegraphics-958d14ea303abe33fce2c259c1000f18171e4229.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'ksvg/core')
-rw-r--r-- | ksvg/core/KSVGCanvas.cpp | 2 | ||||
-rw-r--r-- | ksvg/core/KSVGReader.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/core/KSVGCanvas.cpp b/ksvg/core/KSVGCanvas.cpp index 347e00ba..49d56982 100644 --- a/ksvg/core/KSVGCanvas.cpp +++ b/ksvg/core/KSVGCanvas.cpp @@ -30,7 +30,7 @@ #include "SVGDocumentImpl.h" #include <kdebug.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <tqstring.h> #include <tqdatetime.h> diff --git a/ksvg/core/KSVGReader.cc b/ksvg/core/KSVGReader.cc index e3dc186f..9fef68f7 100644 --- a/ksvg/core/KSVGReader.cc +++ b/ksvg/core/KSVGReader.cc @@ -20,7 +20,7 @@ #include <dom/dom_exception.h> #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> #include <tqmap.h> #include <ksimpleconfig.h> #include <KSVGCanvas.h> |