From 703fb0c89c2eee56a1e613e67a446db9d4287929 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:07 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- khtml/misc/knsplugininstaller.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'khtml/misc/knsplugininstaller.h') diff --git a/khtml/misc/knsplugininstaller.h b/khtml/misc/knsplugininstaller.h index 0910a685b..240202468 100644 --- a/khtml/misc/knsplugininstaller.h +++ b/khtml/misc/knsplugininstaller.h @@ -138,8 +138,8 @@ private: KMimeType::Ptr m_mime; KURL m_pluginsListFileURL; TQString m_tmpPluginFileName; - KIO::CopyJob *m_downloadJob; - KIO::CopyJob *m_installFileJob; + TDEIO::CopyJob *m_downloadJob; + TDEIO::CopyJob *m_installFileJob; KNSPluginInfo m_toInstallPluginInfo; TQProcess *m_scanProc; @@ -151,12 +151,12 @@ signals: private slots: // Used to monitor the plugin downloading - void slotDownLoadProgress(KIO::Job *job, unsigned long percent); - void slotDownloadResult(KIO::Job *job); + void slotDownLoadProgress(TDEIO::Job *job, unsigned long percent); + void slotDownloadResult(TDEIO::Job *job); // Used to monitor the plugin installation - void slotCopyProgress(KIO::Job *job, unsigned long percent); - void slotCopyResult(KIO::Job *job); + void slotCopyProgress(TDEIO::Job *job, unsigned long percent); + void slotCopyResult(TDEIO::Job *job); // Used to monitor the plugins scan void readScanProcFromStdout(); -- cgit v1.2.1