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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/certmanager/lib/backends/qgpgme/qgpgmecryptoconfig.h b/certmanager/lib/backends/qgpgme/qgpgmecryptoconfig.h
index 712ce24e..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;
@@ -48,7 +48,7 @@ class QGpgMECryptoConfigEntry;
*/
class QGpgMECryptoConfig : public TQObject, public Kleo::CryptoConfig {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
@@ -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 );
@@ -80,7 +80,7 @@ class QGpgMECryptoConfigGroup;
/// For docu, see kleo/cryptoconfig.h
class QGpgMECryptoConfigComponent : public TQObject, public Kleo::CryptoConfigComponent {
- Q_OBJECT
+ TQ_OBJECT
public:
QGpgMECryptoConfigComponent( QGpgMECryptoConfig*, const TQString& name, const TQString& description );
@@ -95,7 +95,7 @@ public:
void sync( bool runtime );
private slots:
- void slotCollectStdOut( KProcIO* proc );
+ void slotCollectStdOut( TDEProcIO* proc );
private:
void runGpgConf();