diff options
author | Michele Calgaro <[email protected]> | 2024-12-01 22:25:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-01 22:35:33 +0900 |
commit | bdb1b502083e00fe5929f9ca4204bfaa87f15263 (patch) | |
tree | 9da2763c23135af429a077af5e6d95950e4464cd /tdeio/tdefile/tdefilesharedlg.cpp | |
parent | ae2d6f00fb611d1831928a8a57ddd67bc03a38a1 (diff) | |
download | tdelibs-bdb1b502083e00fe5929f9ca4204bfaa87f15263.tar.gz tdelibs-bdb1b502083e00fe5929f9ca4204bfaa87f15263.zip |
Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}.
Add temporary kprocess.h to keep things building.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeio/tdefile/tdefilesharedlg.cpp')
-rw-r--r-- | tdeio/tdefile/tdefilesharedlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/tdefilesharedlg.cpp b/tdeio/tdefile/tdefilesharedlg.cpp index 326e2d21e..ca5b97e45 100644 --- a/tdeio/tdefile/tdefilesharedlg.cpp +++ b/tdeio/tdefile/tdefilesharedlg.cpp @@ -25,7 +25,7 @@ #include <tqbuttongroup.h> #include <tqlayout.h> #include <tqlineedit.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kprocio.h> #include <tdelocale.h> #include <tdeglobalsettings.h> |