diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:06 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:06 +0900 |
| commit | 9a9de18eb7ccd5afe5d01c17576a42e7aca6b321 (patch) | |
| tree | 4db04a553120a11f0cee3d96d15518b869f977da /filesharing/simple/fileshare.cpp | |
| parent | 82186365e83cdd422c84d3c5abb89d9fed923846 (diff) | |
| download | tdenetwork-9a9de18eb7ccd5afe5d01c17576a42e7aca6b321.tar.gz tdenetwork-9a9de18eb7ccd5afe5d01c17576a42e7aca6b321.zip | |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'filesharing/simple/fileshare.cpp')
| -rw-r--r-- | filesharing/simple/fileshare.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesharing/simple/fileshare.cpp b/filesharing/simple/fileshare.cpp index d1e23711..73888a81 100644 --- a/filesharing/simple/fileshare.cpp +++ b/filesharing/simple/fileshare.cpp @@ -42,7 +42,7 @@ #include <tdeapplication.h> #include <kuser.h> #include <kurl.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <krichtextlabel.h> #include "../advanced/propsdlgplugin/propertiespage.h" |
