diff options
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 |