diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:51:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:51:43 -0600 |
commit | 389eafdbc58b29246500ba26fea7a361e709b2bb (patch) | |
tree | c95384356b798fe2b140a6cd82b22923d20dee06 /src/convert.cpp | |
parent | 0fde6f4f75a47dd290b9168c1984eec10afd1c84 (diff) | |
download | soundkonverter-389eafdbc58b29246500ba26fea7a361e709b2bb.tar.gz soundkonverter-389eafdbc58b29246500ba26fea7a361e709b2bb.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/convert.cpp')
-rwxr-xr-x | src/convert.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/convert.cpp b/src/convert.cpp index 070b9b3..d1a2149 100755 --- a/src/convert.cpp +++ b/src/convert.cpp @@ -14,10 +14,10 @@ #include <math.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> //#include <kdebug.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <tdeio/job.h> //#include <kprocess.h> #include <kstandarddirs.h> |