diff options
Diffstat (limited to 'src/webqueryciteseerx.h')
-rw-r--r-- | src/webqueryciteseerx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webqueryciteseerx.h b/src/webqueryciteseerx.h index 10f6533..8582058 100644 --- a/src/webqueryciteseerx.h +++ b/src/webqueryciteseerx.h @@ -23,7 +23,7 @@ #include <ntqstring.h> #include <ntqstringlist.h> -#include <kio/job.h> +#include <tdeio/job.h> #include <fileimporterbibtex.h> #include <webquery.h> @@ -97,7 +97,7 @@ namespace KBibTeX /// Callback when the job is finished. /**Reads the data from the job, and hands it over to the currently set parser. */ - void getData( KIO::Job *job ); + void getData( TDEIO::Job *job ); private: |