diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:21 -0600 |
commit | 0521fd54abeabc5ef988ed048ce9f91fda2283d3 (patch) | |
tree | f8ddecfa0e165815e320c7393aebaff73b2e4230 /src/kile/kilelistselector.cpp | |
parent | 8658785ff13c0bc5f67609a2ecac93f3c578debf (diff) | |
download | kile-0521fd54abeabc5ef988ed048ce9f91fda2283d3.tar.gz kile-0521fd54abeabc5ef988ed048ce9f91fda2283d3.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/kile/kilelistselector.cpp')
-rw-r--r-- | src/kile/kilelistselector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kile/kilelistselector.cpp b/src/kile/kilelistselector.cpp index c32f73b..3cb109b 100644 --- a/src/kile/kilelistselector.cpp +++ b/src/kile/kilelistselector.cpp @@ -24,7 +24,7 @@ #include <tdeapplication.h> #include "kiledebug.h" -#include <klocale.h> +#include <tdelocale.h> //////////////////// KileListSelectorBase //////////////////// |