diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 12:47:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 12:47:12 +0900 |
commit | 08dceee6d4a57448c85479d4f3f1a7440716c576 (patch) | |
tree | ab8c2088e0f8d19315ef9d9516cb72a6f238f61b /kexi/widget | |
parent | f0b641b9e163a2173e944ac86bc86e91668336c7 (diff) | |
download | koffice-08dceee6d4a57448c85479d4f3f1a7440716c576.tar.gz koffice-08dceee6d4a57448c85479d4f3f1a7440716c576.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kexi/widget')
-rw-r--r-- | kexi/widget/tableview/kexiblobtableedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/widget/tableview/kexiblobtableedit.cpp b/kexi/widget/tableview/kexiblobtableedit.cpp index b02a74a6..e54cf4d0 100644 --- a/kexi/widget/tableview/kexiblobtableedit.cpp +++ b/kexi/widget/tableview/kexiblobtableedit.cpp @@ -43,7 +43,7 @@ #include <kmimemagic.h> #include <kuserprofile.h> #include <kservice.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kopenwith.h> #include <kurl.h> #include <karrowbutton.h> |