diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:58:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:58:20 -0600 |
commit | 6915c95d7c4a42d19ebbec3c87c1e308b20ec272 (patch) | |
tree | 027fb6e879e17c2d65cbea9eab5c9da028618972 /juk/historyplaylist.cpp | |
parent | 9d63b7d4600a5822f26793062dd2eca819bcfb1d (diff) | |
download | tdemultimedia-6915c95d7c4a42d19ebbec3c87c1e308b20ec272.tar.gz tdemultimedia-6915c95d7c4a42d19ebbec3c87c1e308b20ec272.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'juk/historyplaylist.cpp')
-rw-r--r-- | juk/historyplaylist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/historyplaylist.cpp b/juk/historyplaylist.cpp index ead67edc..47e6fddb 100644 --- a/juk/historyplaylist.cpp +++ b/juk/historyplaylist.cpp @@ -13,8 +13,8 @@ * * ***************************************************************************/ -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> #include <kdebug.h> #include "historyplaylist.h" |