diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:55 +0900 |
commit | 1ed3dd1927342d86578a3a076ee759e2e2e6a11a (patch) | |
tree | 6cb42973dbbe38176485323eb7cd2e051b43438d /kommander | |
parent | f6db0ffe74a86ec7a0236015359c3edc94f9bfca (diff) | |
download | tdewebdev-1ed3dd1927342d86578a3a076ee759e2e2e6a11a.tar.gz tdewebdev-1ed3dd1927342d86578a3a076ee759e2e2e6a11a.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kommander')
-rw-r--r-- | kommander/editor/mainwindow.cpp | 2 | ||||
-rw-r--r-- | kommander/editor/mainwindowactions.cpp | 2 | ||||
-rw-r--r-- | kommander/editor/messagelog.cpp | 2 | ||||
-rw-r--r-- | kommander/widget/kommanderwidget.cpp | 2 | ||||
-rw-r--r-- | kommander/widget/kommanderwidget.h | 2 | ||||
-rw-r--r-- | kommander/widget/myprocess.cpp | 2 | ||||
-rw-r--r-- | kommander/widget/myprocess.h | 2 | ||||
-rw-r--r-- | kommander/widgets/wizard.cpp | 2 |
8 files changed, 8 insertions, 8 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> diff --git a/kommander/editor/mainwindowactions.cpp b/kommander/editor/mainwindowactions.cpp index d10c0c2f..d0ccda3f 100644 --- a/kommander/editor/mainwindowactions.cpp +++ b/kommander/editor/mainwindowactions.cpp @@ -64,7 +64,7 @@ #include <tdemenubar.h> #include <tdemessagebox.h> #include <tdepopupmenu.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kstandarddirs.h> #include <kstatusbar.h> #include <kstdguiitem.h> diff --git a/kommander/editor/messagelog.cpp b/kommander/editor/messagelog.cpp index cf8bdd25..31af80f0 100644 --- a/kommander/editor/messagelog.cpp +++ b/kommander/editor/messagelog.cpp @@ -22,7 +22,7 @@ #include <tdelistbox.h> #include <tdemessagebox.h> #include <tdepopupmenu.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tqclipboard.h> #include <tqfile.h> diff --git a/kommander/widget/kommanderwidget.cpp b/kommander/widget/kommanderwidget.cpp index 5ccb8375..9c215f7d 100644 --- a/kommander/widget/kommanderwidget.cpp +++ b/kommander/widget/kommanderwidget.cpp @@ -23,7 +23,7 @@ #include <tdelocale.h> #include <kdialogbase.h> #include <tdemessagebox.h> -#include <kprocess.h> +#include <tdeprocess.h> /* QT INCLUDES */ #include <tqcstring.h> diff --git a/kommander/widget/kommanderwidget.h b/kommander/widget/kommanderwidget.h index d3116c80..fa59db0e 100644 --- a/kommander/widget/kommanderwidget.h +++ b/kommander/widget/kommanderwidget.h @@ -19,7 +19,7 @@ #define _HAVE_KOMMANDERWIDGET_H_ /* KDE INCLUDES */ -#include <kprocess.h> +#include <tdeprocess.h> #include "kommander_export.h" /* QT INCLUDES */ diff --git a/kommander/widget/myprocess.cpp b/kommander/widget/myprocess.cpp index 943589c7..3405e34a 100644 --- a/kommander/widget/myprocess.cpp +++ b/kommander/widget/myprocess.cpp @@ -15,7 +15,7 @@ ***************************************************************************/ /* KDE INCLUDES */ #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdelocale.h> /* QT INCLUDES */ diff --git a/kommander/widget/myprocess.h b/kommander/widget/myprocess.h index aed080d9..cda9c92d 100644 --- a/kommander/widget/myprocess.h +++ b/kommander/widget/myprocess.h @@ -17,7 +17,7 @@ #define _HAVE_MYPROCESS_H_ /* KDE INCLUDES */ -#include <kprocess.h> +#include <tdeprocess.h> /* QT INCLUDES */ #include <tqstring.h> diff --git a/kommander/widgets/wizard.cpp b/kommander/widgets/wizard.cpp index 0ae537de..c7932897 100644 --- a/kommander/widgets/wizard.cpp +++ b/kommander/widgets/wizard.cpp @@ -14,7 +14,7 @@ * * ***************************************************************************/ /* KDE INCLUDES */ -#include <kprocess.h> +#include <tdeprocess.h> /* QT INCLUDES */ #include <tqstring.h> |