summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-02 12:37:16 +0900
committerMichele Calgaro <[email protected]>2024-12-02 12:43:16 +0900
commit26da488fe3323a671571d794eb6fbe880ac1a753 (patch)
treed161f17ad7a8364a67ace4b951770bd8d0708b4d
parentdd3cae907d947301ab74df307850d786bb642f57 (diff)
downloadkvpnc-26da488fe3323a671571d794eb6fbe880ac1a753.tar.gz
kvpnc-26da488fe3323a671571d794eb6fbe880ac1a753.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--src/kvpnc.h4
-rw-r--r--src/mainview.cpp2
-rw-r--r--src/mainview.h2
3 files changed, 3 insertions, 5 deletions
diff --git a/src/kvpnc.h b/src/kvpnc.h
index 9d6579e..e331fdb 100644
--- a/src/kvpnc.h
+++ b/src/kvpnc.h
@@ -33,16 +33,14 @@
#include <tqptrlist.h>
#include <tqlabel.h>
#include <tqtextstream.h>
-#include <tqpixmap.h>
#include <tqpoint.h>
#include <tqsize.h>
#include <tqpopupmenu.h>
#include <tdeapplication.h>
#include <tdemainwindow.h>
#include <tdeaction.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kwizard.h>
-#include <kprocess.h>
#include <knotifyclient.h>
#include <knotifydialog.h>
#include <kfeedback.h>
diff --git a/src/mainview.cpp b/src/mainview.cpp
index e3a2166..caa5e81 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -19,7 +19,7 @@
***************************************************************************/
#include <tdelocale.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqpushbutton.h>
#include <tqlineedit.h>
#include <klineedit.h>
diff --git a/src/mainview.h b/src/mainview.h
index e8bf453..d006dd9 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -22,7 +22,7 @@
#include <tqstring.h>
#include <tqwidget.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tqprocess.h>
#include <tdeconfig.h>
#include "mainviewbase.h"