diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:30:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:30:47 -0600 |
commit | cc74f360bb40da3d79f58048f8e8611804980aa6 (patch) | |
tree | c4385d2c16b904757b1c8bb998a4aec6993373f7 /nsplugins/viewer/nsplugin.h | |
parent | 79b21d47bce1ee428affc97534cd8b257232a871 (diff) | |
download | tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.tar.gz tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'nsplugins/viewer/nsplugin.h')
-rw-r--r-- | nsplugins/viewer/nsplugin.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nsplugins/viewer/nsplugin.h b/nsplugins/viewer/nsplugin.h index 2a2af35d5..d06ffada3 100644 --- a/nsplugins/viewer/nsplugin.h +++ b/nsplugins/viewer/nsplugin.h @@ -125,15 +125,15 @@ public: bool post(const TQString& url, const TQByteArray& data, const TQString& mimeType, void *notifyData, const KParts::URLArgs& args); protected slots: - void data(KIO::Job *job, const TQByteArray &data); - void totalSize(KIO::Job *job, KIO::filesize_t size); - void mimetype(KIO::Job * job, const TQString &mimeType); - void result(KIO::Job *job); - void redirection(KIO::Job *job, const KURL& url); + void data(TDEIO::Job *job, const TQByteArray &data); + void totalSize(TDEIO::Job *job, TDEIO::filesize_t size); + void mimetype(TDEIO::Job * job, const TQString &mimeType); + void result(TDEIO::Job *job); + void redirection(TDEIO::Job *job, const KURL& url); void resume(); protected: - TQGuardedPtr<KIO::TransferJob> _job; + TQGuardedPtr<TDEIO::TransferJob> _job; TQTimer *_resumeTimer; }; |