diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:44:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:44:05 -0600 |
commit | 20adf64e6b87ea937e7aeacf1f1a31d708ff2c78 (patch) | |
tree | 310c02f0ded089338fb185b8a9a9cb4ebf056b66 /bibletime/frontend/cmdiarea.cpp | |
parent | 84168b58b872140f88f86ac984fc5f8ce370e2ee (diff) | |
download | bibletime-20adf64e6b87ea937e7aeacf1f1a31d708ff2c78.tar.gz bibletime-20adf64e6b87ea937e7aeacf1f1a31d708ff2c78.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'bibletime/frontend/cmdiarea.cpp')
-rw-r--r-- | bibletime/frontend/cmdiarea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/frontend/cmdiarea.cpp b/bibletime/frontend/cmdiarea.cpp index 9610a9f..64d98a8 100644 --- a/bibletime/frontend/cmdiarea.cpp +++ b/bibletime/frontend/cmdiarea.cpp @@ -21,7 +21,7 @@ //KDE includes #include <tdepopupmenu.h> #include <tdeapplication.h> -#include <klocale.h> +#include <tdelocale.h> //QT includes #include <tqobjectlist.h> |