diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:35 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:35 +0900 |
| commit | 3e7afb77fa6046426eeb62d412b27a5cdae44140 (patch) | |
| tree | 0245be4b5db15fd9105937fe60b632fe3cc6726d /superkaramba/src/disksensor.cpp | |
| parent | b8a64a11d77bec27b397eaf1b5598a26574b79d7 (diff) | |
| download | tdeutils-3e7afb77fa6046426eeb62d412b27a5cdae44140.tar.gz tdeutils-3e7afb77fa6046426eeb62d412b27a5cdae44140.zip | |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'superkaramba/src/disksensor.cpp')
| -rw-r--r-- | superkaramba/src/disksensor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/disksensor.cpp b/superkaramba/src/disksensor.cpp index 50f23ff..01bff9c 100644 --- a/superkaramba/src/disksensor.cpp +++ b/superkaramba/src/disksensor.cpp @@ -13,7 +13,7 @@ #include <tqtextstream.h> #include <tqstring.h> #include <tqregexp.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kprocio.h> DiskSensor::DiskSensor( int msec ) : Sensor( msec ) |
