diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:28 -0600 |
commit | b2ead42a56c863db8cbc1b6679e386b145018d2f (patch) | |
tree | 70cf0f88690074cf4b7ee2a67da621f840d70761 /src/soundkonverter.cpp | |
parent | 062f8fc5853883ad6d3eecd53e1dde8f2f78f1f7 (diff) | |
download | soundkonverter-b2ead42a56c863db8cbc1b6679e386b145018d2f.tar.gz soundkonverter-b2ead42a56c863db8cbc1b6679e386b145018d2f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/soundkonverter.cpp')
-rwxr-xr-x | src/soundkonverter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soundkonverter.cpp b/src/soundkonverter.cpp index 155e746..c48645b 100755 --- a/src/soundkonverter.cpp +++ b/src/soundkonverter.cpp @@ -22,7 +22,7 @@ #include <kapplication.h> #include <klocale.h> #include <kiconloader.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kinputdialog.h> #include <kpushbutton.h> #include <kpopupmenu.h> @@ -32,7 +32,7 @@ #include <kedittoolbar.h> #include <kmessagebox.h> #include <kstddirs.h> -#include <kio/job.h> +#include <tdeio/job.h> #include <kprocess.h> #include <ksystemtray.h> |