diff options
author | Michele Calgaro <[email protected]> | 2024-12-01 22:25:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-01 22:35:33 +0900 |
commit | bdb1b502083e00fe5929f9ca4204bfaa87f15263 (patch) | |
tree | 9da2763c23135af429a077af5e6d95950e4464cd /tdeprint | |
parent | ae2d6f00fb611d1831928a8a57ddd67bc03a38a1 (diff) | |
download | tdelibs-bdb1b502083e00fe5929f9ca4204bfaa87f15263.tar.gz tdelibs-bdb1b502083e00fe5929f9ca4204bfaa87f15263.zip |
Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}.
Add temporary kprocess.h to keep things building.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/cups/cupsaddsmb2.h | 2 | ||||
-rw-r--r-- | tdeprint/cups/cupsdconf2/cupsddialog.cpp | 2 | ||||
-rw-r--r-- | tdeprint/cups/kcupsprinterimpl.cpp | 2 | ||||
-rw-r--r-- | tdeprint/cups/kmcupsmanager.cpp | 2 | ||||
-rw-r--r-- | tdeprint/foomatic/kmfoomaticmanager.cpp | 2 | ||||
-rw-r--r-- | tdeprint/kprinter.cpp | 2 | ||||
-rw-r--r-- | tdeprint/kprinterimpl.cpp | 2 | ||||
-rw-r--r-- | tdeprint/kprintpreview.h | 2 | ||||
-rw-r--r-- | tdeprint/kprintprocess.h | 2 | ||||
-rw-r--r-- | tdeprint/kxmlcommand.cpp | 2 | ||||
-rw-r--r-- | tdeprint/lpd/kmlpdmanager.cpp | 2 | ||||
-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 | ||||
-rw-r--r-- | tdeprint/management/kmdbcreator.h | 2 | ||||
-rw-r--r-- | tdeprint/management/kmmainview.cpp | 2 | ||||
-rw-r--r-- | tdeprint/management/smbview.cpp | 2 | ||||
-rw-r--r-- | tdeprint/posterpreview.cpp | 2 | ||||
-rw-r--r-- | tdeprint/tools/escputil/escpwidget.h | 2 |
20 files changed, 20 insertions, 20 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> diff --git a/tdeprint/foomatic/kmfoomaticmanager.cpp b/tdeprint/foomatic/kmfoomaticmanager.cpp index 6953be7cc..ef8a74a0e 100644 --- a/tdeprint/foomatic/kmfoomaticmanager.cpp +++ b/tdeprint/foomatic/kmfoomaticmanager.cpp @@ -24,7 +24,7 @@ #include <tqdom.h> #include <tdelocale.h> #include <kdebug.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <unistd.h> diff --git a/tdeprint/kprinter.cpp b/tdeprint/kprinter.cpp index 35d0dbe20..1f6d51a07 100644 --- a/tdeprint/kprinter.cpp +++ b/tdeprint/kprinter.cpp @@ -41,7 +41,7 @@ #include <knotifyclient.h> #include <kdebug.h> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <klibloader.h> #include <tdemessagebox.h> diff --git a/tdeprint/kprinterimpl.cpp b/tdeprint/kprinterimpl.cpp index 171b1b524..c61feadd8 100644 --- a/tdeprint/kprinterimpl.cpp +++ b/tdeprint/kprinterimpl.cpp @@ -40,7 +40,7 @@ #include <kdebug.h> #include <kmimemagic.h> #include <tdemessagebox.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeconfig.h> #include <stdlib.h> diff --git a/tdeprint/kprintpreview.h b/tdeprint/kprintpreview.h index 678f74454..4aeaff446 100644 --- a/tdeprint/kprintpreview.h +++ b/tdeprint/kprintpreview.h @@ -23,7 +23,7 @@ #include <kdialogbase.h> #include <tqstring.h> -#include <kprocess.h> +#include <tdeprocess.h> class KLibFactory; diff --git a/tdeprint/kprintprocess.h b/tdeprint/kprintprocess.h index 544dd7e1e..e5b42e82e 100644 --- a/tdeprint/kprintprocess.h +++ b/tdeprint/kprintprocess.h @@ -20,7 +20,7 @@ #ifndef KPRINTPROCESS_H #define KPRINTPROCESS_H -#include <kprocess.h> +#include <tdeprocess.h> #include <tqstringlist.h> class KPrintProcess : public KShellProcess diff --git a/tdeprint/kxmlcommand.cpp b/tdeprint/kxmlcommand.cpp index 2d5712674..82731d69f 100644 --- a/tdeprint/kxmlcommand.cpp +++ b/tdeprint/kxmlcommand.cpp @@ -34,7 +34,7 @@ #include <ksimpleconfig.h> #include <kdialogbase.h> #include <kdebug.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <klibloader.h> #include <tdemessagebox.h> diff --git a/tdeprint/lpd/kmlpdmanager.cpp b/tdeprint/lpd/kmlpdmanager.cpp index ab0a9d3dc..0157515ec 100644 --- a/tdeprint/lpd/kmlpdmanager.cpp +++ b/tdeprint/lpd/kmlpdmanager.cpp @@ -35,7 +35,7 @@ #include <tdelocale.h> #include <kstandarddirs.h> #include <tdeconfig.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <pwd.h> #include <unistd.h> 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> diff --git a/tdeprint/management/kmdbcreator.h b/tdeprint/management/kmdbcreator.h index 1aadc5026..156eb81a3 100644 --- a/tdeprint/management/kmdbcreator.h +++ b/tdeprint/management/kmdbcreator.h @@ -23,7 +23,7 @@ #include <tqobject.h> #include <tqstring.h> #include <tqdatetime.h> -#include <kprocess.h> +#include <tdeprocess.h> class TQWidget; class TQProgressDialog; diff --git a/tdeprint/management/kmmainview.cpp b/tdeprint/management/kmmainview.cpp index af03b68d7..bcad038a4 100644 --- a/tdeprint/management/kmmainview.cpp +++ b/tdeprint/management/kmmainview.cpp @@ -55,7 +55,7 @@ #include <ksimpleconfig.h> #include <kstandarddirs.h> #include <tdeapplication.h> -#include <kprocess.h> +#include <tdeprocess.h> #undef m_manager #define m_manager KMFactory::self()->manager() diff --git a/tdeprint/management/smbview.cpp b/tdeprint/management/smbview.cpp index 0363c6338..99cc3bc94 100644 --- a/tdeprint/management/smbview.cpp +++ b/tdeprint/management/smbview.cpp @@ -19,7 +19,7 @@ #include "smbview.h" -#include <kprocess.h> +#include <tdeprocess.h> #include <tdetempfile.h> #include <tqheader.h> #include <tqapplication.h> diff --git a/tdeprint/posterpreview.cpp b/tdeprint/posterpreview.cpp index 2f7109477..1cfb53fd6 100644 --- a/tdeprint/posterpreview.cpp +++ b/tdeprint/posterpreview.cpp @@ -19,7 +19,7 @@ #include "posterpreview.h" -#include <kprocess.h> +#include <tdeprocess.h> #include <tqpainter.h> #include <tqsimplerichtext.h> #include <tqtimer.h> diff --git a/tdeprint/tools/escputil/escpwidget.h b/tdeprint/tools/escputil/escpwidget.h index 21441091f..b6f6abd75 100644 --- a/tdeprint/tools/escputil/escpwidget.h +++ b/tdeprint/tools/escputil/escpwidget.h @@ -21,7 +21,7 @@ #define ESCPWIDGET_H #include <tqwidget.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kurl.h> class TQLabel; |