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.cpp | |
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.cpp')
-rw-r--r-- | src/update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.cpp b/src/update.cpp index c4a0e79..7e67eb2 100644 --- a/src/update.cpp +++ b/src/update.cpp @@ -37,7 +37,7 @@ #include <ksystemtray.h> #include <ktar.h> #include <kprogress.h> -#include <kprocio.h> +#include <tdeprocio.h> #include <knotifyclient.h> #include <dom/html_misc.h> #include <tdeapplication.h> |