summaryrefslogtreecommitdiffstats
path: root/tdeprint/cups
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/cups')
-rw-r--r--tdeprint/cups/cupsaddsmb2.h2
-rw-r--r--tdeprint/cups/cupsdconf2/cupsddialog.cpp2
-rw-r--r--tdeprint/cups/kcupsprinterimpl.cpp2
-rw-r--r--tdeprint/cups/kmcupsmanager.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/tdeprint/cups/cupsaddsmb2.h b/tdeprint/cups/cupsaddsmb2.h
index 5fa8a3f71..fe04db01d 100644
--- a/tdeprint/cups/cupsaddsmb2.h
+++ b/tdeprint/cups/cupsaddsmb2.h
@@ -22,7 +22,7 @@
#include <tqobject.h>
#include <tqstringlist.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kdialog.h>
class TQProgressBar;
diff --git a/tdeprint/cups/cupsdconf2/cupsddialog.cpp b/tdeprint/cups/cupsdconf2/cupsddialog.cpp
index 066d50953..5b1e3b811 100644
--- a/tdeprint/cups/cupsdconf2/cupsddialog.cpp
+++ b/tdeprint/cups/cupsdconf2/cupsddialog.cpp
@@ -43,7 +43,7 @@
#include <tqwhatsthis.h>
#include <tdeio/passdlg.h>
#include <kguiitem.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqprocess.h>
#include <stdlib.h>
diff --git a/tdeprint/cups/kcupsprinterimpl.cpp b/tdeprint/cups/kcupsprinterimpl.cpp
index 5c2245e8d..9d4fd1420 100644
--- a/tdeprint/cups/kcupsprinterimpl.cpp
+++ b/tdeprint/cups/kcupsprinterimpl.cpp
@@ -27,7 +27,7 @@
#include <tqfile.h>
#include <cups/cups.h>
#include <stdlib.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
static void mapToCupsOptions(const TQMap<TQString,TQString>& opts, TQString& cmd);
diff --git a/tdeprint/cups/kmcupsmanager.cpp b/tdeprint/cups/kmcupsmanager.cpp
index 3e5876451..07538003e 100644
--- a/tdeprint/cups/kmcupsmanager.cpp
+++ b/tdeprint/cups/kmcupsmanager.cpp
@@ -51,7 +51,7 @@
#include <tdeaction.h>
#include <kdialogbase.h>
#include <kextendedsocket.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kbufferedsocket.h>
#include <kfilterdev.h>
#include <cups/cups.h>