From a915aa74dc1acdd12de97f9d95a848b3b2a17abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Jul 2013 17:13:06 +0200 Subject: Initial TDE conversion --- src/update.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/update.h') diff --git a/src/update.h b/src/update.h index 857f472..c23c978 100644 --- a/src/update.h +++ b/src/update.h @@ -27,11 +27,11 @@ #include #endif -#include +#include #include //stack allocated #include //stack allocated #include // namespace -#include +#include namespace DOM { @@ -42,11 +42,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 TorkUpdate. It handles the @@ -82,7 +82,7 @@ public slots: private slots: void slotProg(); - void torkInstallationExited(KProcess *arkollonproc); + void torkInstallationExited(TDEProcess *arkollonproc); void resolved(KResolverResults result); void parseSFPage(); void parseSFPageHack(); @@ -99,7 +99,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; @@ -114,7 +114,7 @@ private: KResolver m_resolver; TQString currentTorVersion; bool m_alpha; - KHTMLPart *filelist; + TDEHTMLPart *filelist; private: KDirLister tor_lister; KURL tor_url; -- cgit v1.2.1