summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:49:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:49:57 +0900
commita5a57af7fad6d06c6313b163ceefbdb197a2b960 (patch)
treeba8f5516fb39eb1618ef1a1a59fdf25f575716b0
parentb864b036f2836da1b5e22babe7187ab1d33cf0c0 (diff)
downloadkdpkg-a5a57af7fad6d06c6313b163ceefbdb197a2b960.tar.gz
kdpkg-a5a57af7fad6d06c6313b163ceefbdb197a2b960.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kdpkg-install/process.h2
-rw-r--r--kdpkg/process.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kdpkg-install/process.h b/kdpkg-install/process.h
index b62580f..d577cfa 100644
--- a/kdpkg-install/process.h
+++ b/kdpkg-install/process.h
@@ -1,7 +1,7 @@
#ifndef PROCESS_H
#define PROCESS_H
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <iostream>
#include <fstream>
diff --git a/kdpkg/process.h b/kdpkg/process.h
index b62580f..d577cfa 100644
--- a/kdpkg/process.h
+++ b/kdpkg/process.h
@@ -1,7 +1,7 @@
#ifndef PROCESS_H
#define PROCESS_H
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <iostream>
#include <fstream>