summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/backends/qgpgme/qgpgmecryptoconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/lib/backends/qgpgme/qgpgmecryptoconfig.h')
-rw-r--r--certmanager/lib/backends/qgpgme/qgpgmecryptoconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/certmanager/lib/backends/qgpgme/qgpgmecryptoconfig.h b/certmanager/lib/backends/qgpgme/qgpgmecryptoconfig.h
index 710fa168..5fbc9f63 100644
--- a/certmanager/lib/backends/qgpgme/qgpgmecryptoconfig.h
+++ b/certmanager/lib/backends/qgpgme/qgpgmecryptoconfig.h
@@ -38,7 +38,7 @@
#include <tqstringlist.h>
#include <tqobject.h>
#include <tqvariant.h>
-class KProcIO;
+class TDEProcIO;
class QGpgMECryptoConfigComponent;
class QGpgMECryptoConfigEntry;
@@ -65,7 +65,7 @@ public:
virtual void sync( bool runtime );
private slots:
- void slotCollectStdOut( KProcIO* proc );
+ void slotCollectStdOut( TDEProcIO* proc );
private:
/// @param showErrors if true, a messagebox will be shown if e.g. gpgconf wasn't found
void runGpgConf( bool showErrors );
@@ -95,7 +95,7 @@ public:
void sync( bool runtime );
private slots:
- void slotCollectStdOut( KProcIO* proc );
+ void slotCollectStdOut( TDEProcIO* proc );
private:
void runGpgConf();