diff options
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; |