diff options
author | Slávek Banko <[email protected]> | 2013-06-29 16:33:55 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-04 03:57:45 +0200 |
commit | f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db (patch) | |
tree | 0414ba9f0823b98d2a159c11513ddcda84b932cc /src/webqueryciteseerx.h | |
parent | 5f5e7c5455d52826b0bd50f64fcffb7695ce970d (diff) | |
download | kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.tar.gz kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.zip |
Initial TDE conversion
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: |