summaryrefslogtreecommitdiffstats
path: root/tdeprint/management
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-01 22:25:19 +0900
committerMichele Calgaro <[email protected]>2024-12-01 22:35:33 +0900
commitbdb1b502083e00fe5929f9ca4204bfaa87f15263 (patch)
tree9da2763c23135af429a077af5e6d95950e4464cd /tdeprint/management
parentae2d6f00fb611d1831928a8a57ddd67bc03a38a1 (diff)
downloadtdelibs-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/management')
-rw-r--r--tdeprint/management/kmdbcreator.h2
-rw-r--r--tdeprint/management/kmmainview.cpp2
-rw-r--r--tdeprint/management/smbview.cpp2
3 files changed, 3 insertions, 3 deletions
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>