diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:55:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:55:15 -0600 |
commit | ce1660ccd810825d9e087d0e9bc27dd4aea3e08a (patch) | |
tree | 57df8fa20601c7b06117399bd921a485b7476e4a /styles/phase/config/phasestyleconfig.cpp | |
parent | 2a66a2cdb1c9c8017e821e34ec93732761b14d47 (diff) | |
download | tdeartwork-ce1660ccd810825d9e087d0e9bc27dd4aea3e08a.tar.gz tdeartwork-ce1660ccd810825d9e087d0e9bc27dd4aea3e08a.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'styles/phase/config/phasestyleconfig.cpp')
-rw-r--r-- | styles/phase/config/phasestyleconfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/phase/config/phasestyleconfig.cpp b/styles/phase/config/phasestyleconfig.cpp index bc534220..990b98e3 100644 --- a/styles/phase/config/phasestyleconfig.cpp +++ b/styles/phase/config/phasestyleconfig.cpp @@ -11,8 +11,8 @@ #include <tqcheckbox.h> #include <tqgroupbox.h> #include <tqwhatsthis.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> #include "phasestyleconfig.h" #include "styledialog.h" |