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 /kopete/plugins/connectionstatus/connectionstatusplugin.cpp | |
parent | 82186365e83cdd422c84d3c5abb89d9fed923846 (diff) | |
download | tdenetwork-master.tar.gz tdenetwork-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kopete/plugins/connectionstatus/connectionstatusplugin.cpp')
-rw-r--r-- | kopete/plugins/connectionstatus/connectionstatusplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/connectionstatus/connectionstatusplugin.cpp b/kopete/plugins/connectionstatus/connectionstatusplugin.cpp index b754a34c..79156de3 100644 --- a/kopete/plugins/connectionstatus/connectionstatusplugin.cpp +++ b/kopete/plugins/connectionstatus/connectionstatusplugin.cpp @@ -21,7 +21,7 @@ #include <kdebug.h> #include <kgenericfactory.h> -#include <kprocess.h> +#include <tdeprocess.h> #include "kopeteaccountmanager.h" |