diff options
Diffstat (limited to 'src/webquerysciencedirect.h')
-rw-r--r-- | src/webquerysciencedirect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webquerysciencedirect.h b/src/webquerysciencedirect.h index b3dab3a..b742f5a 100644 --- a/src/webquerysciencedirect.h +++ b/src/webquerysciencedirect.h @@ -81,8 +81,8 @@ namespace KBibTeX bool getRISFile(); private slots: - void slotData( KIO::Job *job, const TQByteArray &data ); - void slotResult( KIO::Job *job ); + void slotData( TDEIO::Job *job, const TQByteArray &data ); + void slotResult( TDEIO::Job *job ); }; } |