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/webquerygooglescholar.h | |
parent | 5f5e7c5455d52826b0bd50f64fcffb7695ce970d (diff) | |
download | kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.tar.gz kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.zip |
Initial TDE conversion
Diffstat (limited to 'src/webquerygooglescholar.h')
-rw-r--r-- | src/webquerygooglescholar.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/webquerygooglescholar.h b/src/webquerygooglescholar.h index 20003fd..db0c844 100644 --- a/src/webquerygooglescholar.h +++ b/src/webquerygooglescholar.h @@ -62,19 +62,19 @@ namespace KBibTeX void cancelQuery(); private slots: - void slotData( KIO::Job *, const TQByteArray &data ) + void slotData( TDEIO::Job *, const TQByteArray &data ) { m_transferJobBuffer->writeBlock( data.data(), data.size() ); }; /** Google Scholar's start page has been loaded */ - void slotFinishedStartpage( KIO::Job *job ); + void slotFinishedStartpage( TDEIO::Job *job ); /** Settings page has been loaded */ - void slotFinishedLoadingSettings( KIO::Job *job ); + void slotFinishedLoadingSettings( TDEIO::Job *job ); /** Settings page upload and search mask loaded */ - void slotFinishedSavingSettings( KIO::Job *job ); + void slotFinishedSavingSettings( TDEIO::Job *job ); /** page with results loaded */ - void slotFinishedReceivingResultOverview( KIO::Job *job ); + void slotFinishedReceivingResultOverview( TDEIO::Job *job ); private: WebQueryGoogleScholarWidget *m_widget; @@ -88,7 +88,7 @@ namespace KBibTeX TQMap <TQString, TQString> m_originalCookieMap; TQString m_originalCookieGlobalAdvice; - KIO::TransferJob *m_transferJob; + TDEIO::TransferJob *m_transferJob; TQBuffer *m_transferJobBuffer; /** load KDE's cookie configuration, store values, and reset with Google-friendly values */ |