diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:08:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 13:08:16 +0900 |
commit | 2aa402ea78930053854ed9468d7557b15d563713 (patch) | |
tree | 45043cb597bf2494d5afc6a754181b110da1db40 /kaddressbook | |
parent | 74926683f153c10d642dd7b330e90d1518ccd088 (diff) | |
download | tdepim-master.tar.gz tdepim-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kaddressbook')
-rw-r--r-- | kaddressbook/xxport/kde2_xxport.cpp | 2 | ||||
-rw-r--r-- | kaddressbook/xxport/pab_xxport.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/xxport/kde2_xxport.cpp b/kaddressbook/xxport/kde2_xxport.cpp index 58ae2afdf..e142cde31 100644 --- a/kaddressbook/xxport/kde2_xxport.cpp +++ b/kaddressbook/xxport/kde2_xxport.cpp @@ -28,7 +28,7 @@ #include <tdeio/netaccess.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include <tdetempfile.h> #include <kurl.h> diff --git a/kaddressbook/xxport/pab_xxport.cpp b/kaddressbook/xxport/pab_xxport.cpp index 59c00f824..7a8c271e3 100644 --- a/kaddressbook/xxport/pab_xxport.cpp +++ b/kaddressbook/xxport/pab_xxport.cpp @@ -29,7 +29,7 @@ #include <tdeio/netaccess.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include <tdetempfile.h> #include <kurl.h> |