diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:56:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:56:28 -0600 |
commit | b2ead42a56c863db8cbc1b6679e386b145018d2f (patch) | |
tree | 70cf0f88690074cf4b7ee2a67da621f840d70761 /src/config.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/config.cpp')
-rwxr-xr-x | src/config.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.cpp b/src/config.cpp index 4ec463b..ac169aa 100755 --- a/src/config.cpp +++ b/src/config.cpp @@ -14,8 +14,8 @@ #include <kstandarddirs.h> #include <kmimetype.h> #include <kapplication.h> -#include <kconfig.h> -#include <kio/netaccess.h> +#include <tdeconfig.h> +#include <tdeio/netaccess.h> // NOTE currently only the possibilities of a file format are respected, // the possibilities of the current encoder are ignored |