summaryrefslogtreecommitdiffstats
path: root/src/update.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-15 22:24:05 +0900
committerMichele Calgaro <[email protected]>2024-12-15 22:24:05 +0900
commit26e3cac5e42567748211a9693024b6c7bfad09ed (patch)
tree314b6edd761592d9195cb1990f2d90f1a3675f36 /src/update.h
parentf21ba59c778db150b652900c5c106423c0085d11 (diff)
downloadtork-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.h4
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;