diff options
Diffstat (limited to 'keduca/libkeduca')
-rw-r--r-- | keduca/libkeduca/fileread.cpp | 2 | ||||
-rw-r--r-- | keduca/libkeduca/fileread.h | 2 | ||||
-rw-r--r-- | keduca/libkeduca/kgallerydialog.cpp | 4 | ||||
-rw-r--r-- | keduca/libkeduca/kgallerydialog.h | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/keduca/libkeduca/fileread.cpp b/keduca/libkeduca/fileread.cpp index 24d66339..94d6d95d 100644 --- a/keduca/libkeduca/fileread.cpp +++ b/keduca/libkeduca/fileread.cpp @@ -19,7 +19,7 @@ #include <assert.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <kstandarddirs.h> #include <kmimetype.h> #include <kdebug.h> diff --git a/keduca/libkeduca/fileread.h b/keduca/libkeduca/fileread.h index 8a823303..9a34c1a8 100644 --- a/keduca/libkeduca/fileread.h +++ b/keduca/libkeduca/fileread.h @@ -18,7 +18,7 @@ #ifndef FILEREAD_H #define FILEREAD_H -#include <kio/job.h> +#include <tdeio/job.h> #include <tqdom.h> diff --git a/keduca/libkeduca/kgallerydialog.cpp b/keduca/libkeduca/kgallerydialog.cpp index f7e11da3..1ea3180b 100644 --- a/keduca/libkeduca/kgallerydialog.cpp +++ b/keduca/libkeduca/kgallerydialog.cpp @@ -19,10 +19,10 @@ #include "kgallerydialog.moc" #include <kdebug.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <klocale.h> #include <kmessagebox.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <tqlineedit.h> #include <tqlistview.h> diff --git a/keduca/libkeduca/kgallerydialog.h b/keduca/libkeduca/kgallerydialog.h index 227acd3f..9be42034 100644 --- a/keduca/libkeduca/kgallerydialog.h +++ b/keduca/libkeduca/kgallerydialog.h @@ -21,8 +21,8 @@ #include "kgallerydialogbase.h" #include <kurl.h> -// #include <kio/global.h> -// #include <kio/job.h> +// #include <tdeio/global.h> +// #include <tdeio/job.h> /**Gallery *@author Javier Campos |