summaryrefslogtreecommitdiffstats
path: root/kghostview
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-02 13:07:36 +0900
committerMichele Calgaro <[email protected]>2024-12-02 13:07:36 +0900
commit7e1f58b3915521f62a4a11d66254f9c20f64cc0c (patch)
tree287c13b3b0f2f70d866c197703617732bf410497 /kghostview
parent17ad382f9e61a670f02a36db987de47e43282b64 (diff)
downloadtdegraphics-master.tar.gz
tdegraphics-master.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kghostview')
-rw-r--r--kghostview/kgvconfigdialog.cpp2
-rw-r--r--kghostview/kgvdocument.cpp2
-rw-r--r--kghostview/kpswidget.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kghostview/kgvconfigdialog.cpp b/kghostview/kgvconfigdialog.cpp
index e61d9682..b16fca14 100644
--- a/kghostview/kgvconfigdialog.cpp
+++ b/kghostview/kgvconfigdialog.cpp
@@ -28,7 +28,7 @@
#include <kinstance.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kstandarddirs.h>
#include <tdeconfigdialog.h>
diff --git a/kghostview/kgvdocument.cpp b/kghostview/kgvdocument.cpp
index 8a1a6776..94d7fc21 100644
--- a/kghostview/kgvdocument.cpp
+++ b/kghostview/kgvdocument.cpp
@@ -29,7 +29,7 @@
#include <tdemessagebox.h>
#include <kmimetype.h>
#include <kprinter.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdetempfile.h>
#include <tdeio/netaccess.h>
#include <tdelocale.h>
diff --git a/kghostview/kpswidget.cpp b/kghostview/kpswidget.cpp
index 7dd9f1be..e64a6c25 100644
--- a/kghostview/kpswidget.cpp
+++ b/kghostview/kpswidget.cpp
@@ -27,7 +27,7 @@
#include <kdebug.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include "configuration.h"