diff options
-rw-r--r-- | klinkstatus/src/global.cpp | 2 | ||||
-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 | ||||
-rw-r--r-- | quanta/dialogs/dirtydlg.cpp | 2 | ||||
-rw-r--r-- | quanta/project/projectnewweb.cpp | 2 | ||||
-rw-r--r-- | quanta/src/quanta.cpp | 2 | ||||
-rw-r--r-- | quanta/src/quanta_init.cpp | 2 | ||||
-rw-r--r-- | quanta/treeviews/scripttreeview.cpp | 2 | ||||
-rw-r--r-- | quanta/utility/myprocess.h | 2 | ||||
-rw-r--r-- | quanta/utility/tagaction.cpp | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/klinkstatus/src/global.cpp b/klinkstatus/src/global.cpp index 6a24578f..4103056f 100644 --- a/klinkstatus/src/global.cpp +++ b/klinkstatus/src/global.cpp @@ -20,7 +20,7 @@ #include <tdeapplication.h> #include <kstaticdeleter.h> #include <kurl.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <sys/types.h> #include <unistd.h> 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> diff --git a/quanta/dialogs/dirtydlg.cpp b/quanta/dialogs/dirtydlg.cpp index 6f8f2b6c..de5dc127 100644 --- a/quanta/dialogs/dirtydlg.cpp +++ b/quanta/dialogs/dirtydlg.cpp @@ -22,7 +22,7 @@ //kde includes #include <kdialogbase.h> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeio/job.h> #include <tdeio/jobclasses.h> #include <tdeio/netaccess.h> diff --git a/quanta/project/projectnewweb.cpp b/quanta/project/projectnewweb.cpp index 7e904fe8..ad5a9207 100644 --- a/quanta/project/projectnewweb.cpp +++ b/quanta/project/projectnewweb.cpp @@ -26,7 +26,7 @@ // kde includes #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kiconloader.h> #include <tdeio/job.h> #include <tdemessagebox.h> diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp index 46a098df..49457eda 100644 --- a/quanta/src/quanta.cpp +++ b/quanta/src/quanta.cpp @@ -76,7 +76,7 @@ #include <kstatusbar.h> #include <tdepopupmenu.h> #include <kpushbutton.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kprogress.h> #include <ktempdir.h> #include <tdetempfile.h> diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp index 42e72e38..a3de6154 100644 --- a/quanta/src/quanta_init.cpp +++ b/quanta/src/quanta_init.cpp @@ -55,7 +55,7 @@ #include <tdeaction.h> #include <kstdaction.h> #include <tdepopupmenu.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kprogress.h> #include <ktip.h> #include <tdeio/netaccess.h> diff --git a/quanta/treeviews/scripttreeview.cpp b/quanta/treeviews/scripttreeview.cpp index de2e3430..bd951b06 100644 --- a/quanta/treeviews/scripttreeview.cpp +++ b/quanta/treeviews/scripttreeview.cpp @@ -18,7 +18,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <tdepopupmenu.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <krun.h> #include <kstandarddirs.h> #include <ktar.h> diff --git a/quanta/utility/myprocess.h b/quanta/utility/myprocess.h index bb12d2fe..e74c7776 100644 --- a/quanta/utility/myprocess.h +++ b/quanta/utility/myprocess.h @@ -16,7 +16,7 @@ #ifndef MYPROCESS_H #define MYPROCESS_H -#include <kprocess.h> +#include <tdeprocess.h> class MyProcess:public TDEProcess { diff --git a/quanta/utility/tagaction.cpp b/quanta/utility/tagaction.cpp index ed5a9513..95f1dc3e 100644 --- a/quanta/utility/tagaction.cpp +++ b/quanta/utility/tagaction.cpp @@ -29,7 +29,7 @@ //kde includes #include <tdeapplication.h> #include <kdebug.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdelocale.h> #include <tdemessagebox.h> #include <tdeshortcut.h> |