diff options
author | Michele Calgaro <[email protected]> | 2024-12-15 22:24:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-15 22:24:05 +0900 |
commit | 26e3cac5e42567748211a9693024b6c7bfad09ed (patch) | |
tree | 314b6edd761592d9195cb1990f2d90f1a3675f36 /src/update.h | |
parent | f21ba59c778db150b652900c5c106423c0085d11 (diff) | |
download | tork-26e3cac5e42567748211a9693024b6c7bfad09ed.tar.gz tork-26e3cac5e42567748211a9693024b6c7bfad09ed.zip |
Use TDEProcIO class
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/update.h')
-rw-r--r-- | src/update.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/update.h b/src/update.h index e221ec7..662c6d1 100644 --- a/src/update.h +++ b/src/update.h @@ -45,7 +45,7 @@ class KURL; class TDEProcess; class KURLRequester; class KProgressDialog; -class KProcIO; +class TDEProcIO; class TDEHTMLPart; /** @@ -100,7 +100,7 @@ private: double numericizeVersion(TQString &version); TQString getMirror(); TDEProcess *childproc; - KProcIO *versionproc; + TDEProcIO *versionproc; TQString tempFileName; TQString errorMessage; TQString pidFileName; |