diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:03:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:03:10 -0600 |
commit | 782ea254f2b2cc59c01c9fa9c26df3262b05648a (patch) | |
tree | ea2570417efdc330ee127513e1ca90180ab59311 /keduca/libkeduca | |
parent | c7c2e1330f7496d86e25cd9e408ae9f62f2d9bcb (diff) | |
download | tdeedu-782ea254f2b2cc59c01c9fa9c26df3262b05648a.tar.gz tdeedu-782ea254f2b2cc59c01c9fa9c26df3262b05648a.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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 |