summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/cryptplugwrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/lib/cryptplugwrapper.h')
-rw-r--r--certmanager/lib/cryptplugwrapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/lib/cryptplugwrapper.h b/certmanager/lib/cryptplugwrapper.h
index 39fd680a..2be5cd56 100644
--- a/certmanager/lib/cryptplugwrapper.h
+++ b/certmanager/lib/cryptplugwrapper.h
@@ -54,7 +54,7 @@
#include <tqpair.h>
#include <tqstringlist.h>
#include <tqstring.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class TDEConfigBase;
@@ -813,7 +813,7 @@ public:
Kleo::DecryptVerifyJob * decryptVerifyJob( bool textmode=false ) const;
Kleo::RefreshKeysJob * refreshKeysJob() const;
- Kleo::SpecialJob * specialJob( const char *, const TQMap<TQString,TQVariant> & ) const { return 0; }
+ Kleo::SpecialJob * specialJob( const char *, const TQStringVariantMap & ) const { return 0; }
GpgME::ImportResult importCertificate( const char* data, size_t length );