diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:08:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 13:08:06 +0900 |
commit | 9a9de18eb7ccd5afe5d01c17576a42e7aca6b321 (patch) | |
tree | 4db04a553120a11f0cee3d96d15518b869f977da /kppp | |
parent | 82186365e83cdd422c84d3c5abb89d9fed923846 (diff) | |
download | tdenetwork-9a9de18eb7ccd5afe5d01c17576a42e7aca6b321.tar.gz tdenetwork-9a9de18eb7ccd5afe5d01c17576a42e7aca6b321.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kppp')
-rw-r--r-- | kppp/accounting.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/accounting.h b/kppp/accounting.h index f3670f7b..5a33c4c2 100644 --- a/kppp/accounting.h +++ b/kppp/accounting.h @@ -27,7 +27,7 @@ #define __ACCOUNTING__H__ #include <tqobject.h> -#include <kprocess.h> +#include <tdeprocess.h> #include "ruleset.h" class PPPStats; |