diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:45:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:45:31 -0600 |
commit | 39de4d2189f86e632184f4390fef1d8b6dd88027 (patch) | |
tree | 23abf05dc5cde86eb7547ff20c99e09226a58cae /kbfxlib/common/kbfxconfig.h | |
parent | 607de125e34173ea3f6bca9dd60b4c9640a738ed (diff) | |
download | kbfx-39de4d2189f86e632184f4390fef1d8b6dd88027.tar.gz kbfx-39de4d2189f86e632184f4390fef1d8b6dd88027.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kbfxlib/common/kbfxconfig.h')
-rw-r--r-- | kbfxlib/common/kbfxconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbfxlib/common/kbfxconfig.h b/kbfxlib/common/kbfxconfig.h index 3214b1e..dd60620 100644 --- a/kbfxlib/common/kbfxconfig.h +++ b/kbfxlib/common/kbfxconfig.h @@ -35,9 +35,9 @@ #include <tdeconfig.h> #include <tdeconfigskeleton.h> #include <kdebug.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kiconloader.h> -#include <klocale.h> +#include <tdelocale.h> #include <kstandarddirs.h> #include <kuser.h> |