summaryrefslogtreecommitdiffstats
path: root/kgpg/kgpg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kgpg/kgpg.cpp')
-rw-r--r--kgpg/kgpg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kgpg/kgpg.cpp b/kgpg/kgpg.cpp
index d467905..5273fcf 100644
--- a/kgpg/kgpg.cpp
+++ b/kgpg/kgpg.cpp
@@ -52,7 +52,7 @@
#include <tdetempfile.h>
#include <twin.h>
#include <tdeprocess.h>
-#include <kprocio.h>
+#include <tdeprocio.h>
#include <tdeaboutapplication.h>
#include <kurlrequester.h>
#include <ktip.h>
@@ -594,7 +594,7 @@ void MyView::readOptions()
void MyView::firstRun()
{
- KProcIO *p=new KProcIO();
+ TDEProcIO *p=new TDEProcIO();
*p<<"gpg"<<"--no-tty"<<"--list-secret-keys";
p->start(TDEProcess::Block); //// start gnupg so that it will create a config file
startWizard();