diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:46:24 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:46:24 -0600 |
commit | d4464393e113e9fb87c65ebe54964dbfd107679a (patch) | |
tree | bb46f3867605ce36b4e224d983a42352dcfc9299 /src/sources/source.cpp | |
parent | 9c4f606e778bb204eb1311866488260a13db516d (diff) | |
download | kima-d4464393e113e9fb87c65ebe54964dbfd107679a.tar.gz kima-d4464393e113e9fb87c65ebe54964dbfd107679a.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/sources/source.cpp')
-rw-r--r-- | src/sources/source.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sources/source.cpp b/src/sources/source.cpp index 36de899..6ebe6b4 100644 --- a/src/sources/source.cpp +++ b/src/sources/source.cpp @@ -24,8 +24,8 @@ #include <tqlineedit.h> #include <tqcheckbox.h> #include <tqlabel.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> //#include "kdebug.h" |