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/sourceprefs.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/sourceprefs.cpp')
-rw-r--r-- | src/sources/sourceprefs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/sourceprefs.cpp b/src/sources/sourceprefs.cpp index 1e0f3c7..4db4da0 100644 --- a/src/sources/sourceprefs.cpp +++ b/src/sources/sourceprefs.cpp @@ -1,5 +1,5 @@ #include <kdialog.h> -#include <klocale.h> +#include <tdelocale.h> /**************************************************************************** ** Form implementation generated from reading ui file './sourceprefs.ui' ** |