summaryrefslogtreecommitdiffstats
path: root/ksim
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:08:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:08:35 +0900
commit3e7afb77fa6046426eeb62d412b27a5cdae44140 (patch)
tree0245be4b5db15fd9105937fe60b632fe3cc6726d /ksim
parentb8a64a11d77bec27b397eaf1b5598a26574b79d7 (diff)
downloadtdeutils-3e7afb77fa6046426eeb62d412b27a5cdae44140.tar.gz
tdeutils-3e7afb77fa6046426eeb62d412b27a5cdae44140.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksim')
-rw-r--r--ksim/monitors/filesystem/filesystemwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/monitors/filesystem/filesystemwidget.cpp b/ksim/monitors/filesystem/filesystemwidget.cpp
index 21aebff..82f3f7b 100644
--- a/ksim/monitors/filesystem/filesystemwidget.cpp
+++ b/ksim/monitors/filesystem/filesystemwidget.cpp
@@ -26,7 +26,7 @@
#include <tqregexp.h>
#include <tqcursor.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdemessagebox.h>
#include <tdelocale.h>
#include <kiconloader.h>