diff options
Diffstat (limited to 'src/fetch/srufetcher.cpp')
-rw-r--r-- | src/fetch/srufetcher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/srufetcher.cpp b/src/fetch/srufetcher.cpp index 505fa74..38bf62a 100644 --- a/src/fetch/srufetcher.cpp +++ b/src/fetch/srufetcher.cpp @@ -28,9 +28,9 @@ #include "../lccnvalidator.h" #include <klocale.h> -#include <kio/job.h> +#include <tdeio/job.h> #include <kstandarddirs.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kcombobox.h> #include <kaccelmanager.h> #include <knuminput.h> |