diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:08:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 13:08:55 +0900 |
commit | 1ed3dd1927342d86578a3a076ee759e2e2e6a11a (patch) | |
tree | 6cb42973dbbe38176485323eb7cd2e051b43438d /kommander/editor/mainwindow.cpp | |
parent | f6db0ffe74a86ec7a0236015359c3edc94f9bfca (diff) | |
download | tdewebdev-1ed3dd1927342d86578a3a076ee759e2e2e6a11a.tar.gz tdewebdev-1ed3dd1927342d86578a3a076ee759e2e2e6a11a.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kommander/editor/mainwindow.cpp')
-rw-r--r-- | kommander/editor/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/mainwindow.cpp b/kommander/editor/mainwindow.cpp index fd5059ec..9f926a95 100644 --- a/kommander/editor/mainwindow.cpp +++ b/kommander/editor/mainwindow.cpp @@ -89,7 +89,7 @@ #include <tdemessagebox.h> #include <kommanderversion.h> #include <kommanderwidget.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstatusbar.h> #include <tdetoolbar.h> #include <kurl.h> |