diff options
Diffstat (limited to 'tdeprint/lpr')
-rw-r--r-- | tdeprint/lpr/kmlprmanager.cpp | 2 | ||||
-rw-r--r-- | tdeprint/lpr/lpchelper.cpp | 2 | ||||
-rw-r--r-- | tdeprint/lpr/lpqhelper.cpp | 2 | ||||
-rw-r--r-- | tdeprint/lpr/matichandler.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tdeprint/lpr/kmlprmanager.cpp b/tdeprint/lpr/kmlprmanager.cpp index f207df9ee..6547f2532 100644 --- a/tdeprint/lpr/kmlprmanager.cpp +++ b/tdeprint/lpr/kmlprmanager.cpp @@ -34,7 +34,7 @@ #include <kstandarddirs.h> #include <kdebug.h> #include <kprinter.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeaction.h> #include <tdemessagebox.h> #include <klibloader.h> diff --git a/tdeprint/lpr/lpchelper.cpp b/tdeprint/lpr/lpchelper.cpp index b366537e5..0e9be16ac 100644 --- a/tdeprint/lpr/lpchelper.cpp +++ b/tdeprint/lpr/lpchelper.cpp @@ -27,7 +27,7 @@ #include <tqregexp.h> #include <kdebug.h> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <stdlib.h> static TQString execute(const TQString& cmd) diff --git a/tdeprint/lpr/lpqhelper.cpp b/tdeprint/lpr/lpqhelper.cpp index 1c02cafc7..051407ac2 100644 --- a/tdeprint/lpr/lpqhelper.cpp +++ b/tdeprint/lpr/lpqhelper.cpp @@ -23,7 +23,7 @@ #include "lprsettings.h" #include <kstandarddirs.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kdebug.h> LpqHelper::LpqHelper(TQObject *parent, const char *name) diff --git a/tdeprint/lpr/matichandler.cpp b/tdeprint/lpr/matichandler.cpp index 07fee1260..8d7bf0b37 100644 --- a/tdeprint/lpr/matichandler.cpp +++ b/tdeprint/lpr/matichandler.cpp @@ -33,7 +33,7 @@ #include <kstandarddirs.h> #include <tdeapplication.h> #include <kdebug.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tqfile.h> #include <tqtextstream.h> #include <tqregexp.h> |