diff options
author | Slávek Banko <[email protected]> | 2013-07-27 17:13:06 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-27 18:48:47 +0200 |
commit | a915aa74dc1acdd12de97f9d95a848b3b2a17abb (patch) | |
tree | f65d926875557195c5f6dd840a517e195eeda20e /src/update.h | |
parent | 7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (diff) | |
download | tork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.tar.gz tork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.zip |
Initial TDE conversion
Diffstat (limited to 'src/update.h')
-rw-r--r-- | src/update.h | 14 |
1 files changed, 7 insertions, 7 deletions
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 <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 { @@ -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; |