diff options
Diffstat (limited to 'src/update.h')
-rw-r--r-- | src/update.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/update.h b/src/update.h index da0ffe3..b3fa5aa 100644 --- a/src/update.h +++ b/src/update.h @@ -26,11 +26,11 @@ #include <config.h> #endif -#include <kapplication.h> +#include <tdeapplication.h> #include <kdirlister.h> //stack allocated #include <kurl.h> //stack allocated #include <kresolver.h> // namespace -#include <khtml_part.h> +#include <tdehtml_part.h> namespace DOM { @@ -41,11 +41,11 @@ namespace DOM { using namespace KNetwork; class KURL; -class KProcess; +class TDEProcess; class KURLRequester; class KProgressDialog; class KProcIO; -class KHTMLPart; +class TDEHTMLPart; /** * This class serves as the main window for KlamavUpdate. It handles the @@ -79,8 +79,8 @@ signals: private slots: void slotProg(); - void klamavInstallationExited(KProcess *arkollonproc); - void clamavInstallationExited(KProcess *arkollonproc); + void klamavInstallationExited(TDEProcess *arkollonproc); + void clamavInstallationExited(TDEProcess *arkollonproc); /* void resolved(KResolverResults result);*/ /* void readVersionLine(KProcIO *);*/ void parseSFPage(); @@ -97,7 +97,7 @@ private: void completedSearchForUpdates(const TQString &component, const TQString &extension); double numericizeVersion(TQString &version); TQString getMirror(); - KProcess *childproc; + TDEProcess *childproc; KProcIO *versionproc; TQString tempFileName; TQString errorMessage; @@ -112,7 +112,7 @@ private: KResolver m_resolver; TQString currentClamavVersion; bool m_alpha; - KHTMLPart *filelist; + TDEHTMLPart *filelist; private: KDirLister clamav_lister; KURL clamav_url; |