diff options
Diffstat (limited to 'konq-plugins/webarchiver/archivedialog.h')
-rw-r--r-- | konq-plugins/webarchiver/archivedialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/webarchiver/archivedialog.h b/konq-plugins/webarchiver/archivedialog.h index 1f40339..c882529 100644 --- a/konq-plugins/webarchiver/archivedialog.h +++ b/konq-plugins/webarchiver/archivedialog.h @@ -50,7 +50,7 @@ public: void archive(); public slots: - void finishedDownloadingURL( KIO::Job *job ); + void finishedDownloadingURL( TDEIO::Job *job ); void setSavingState(); protected: void saveFile( const TQString& fileName); |