diff options
Diffstat (limited to 'kommander/editor')
-rw-r--r-- | kommander/editor/mainwindow.cpp | 2 | ||||
-rw-r--r-- | kommander/editor/mainwindowactions.cpp | 2 | ||||
-rw-r--r-- | kommander/editor/messagelog.cpp | 2 |
3 files changed, 3 insertions, 3 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> |