diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:49:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:49:48 -0600 |
commit | 86aa055b2351aa71ba2c83e0447eaccf06e29718 (patch) | |
tree | b7c97baf51f8367e761e67fe2efeb4bcd8286a98 /tderadio3/plugins/timeshifter | |
parent | cf6de3293d6529fe7952e04bd9c4b6bc17d4bcf4 (diff) | |
download | tderadio-86aa055b2351aa71ba2c83e0447eaccf06e29718.tar.gz tderadio-86aa055b2351aa71ba2c83e0447eaccf06e29718.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'tderadio3/plugins/timeshifter')
-rw-r--r-- | tderadio3/plugins/timeshifter/timeshifter-configuration.cpp | 2 | ||||
-rw-r--r-- | tderadio3/plugins/timeshifter/timeshifter.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tderadio3/plugins/timeshifter/timeshifter-configuration.cpp b/tderadio3/plugins/timeshifter/timeshifter-configuration.cpp index 559c1ae..1974ae7 100644 --- a/tderadio3/plugins/timeshifter/timeshifter-configuration.cpp +++ b/tderadio3/plugins/timeshifter/timeshifter-configuration.cpp @@ -29,7 +29,7 @@ #include <tdefiledialog.h> #include <knuminput.h> -#include <klocale.h> +#include <tdelocale.h> #include "../../src/include/utils.h" #include "../../src/include/gui_list_helper.h" diff --git a/tderadio3/plugins/timeshifter/timeshifter.cpp b/tderadio3/plugins/timeshifter/timeshifter.cpp index a46175c..146e530 100644 --- a/tderadio3/plugins/timeshifter/timeshifter.cpp +++ b/tderadio3/plugins/timeshifter/timeshifter.cpp @@ -19,7 +19,7 @@ #include <config.h> #endif -#include <klocale.h> +#include <tdelocale.h> #include <linux/soundcard.h> #include "../../src/include/utils.h" |