summaryrefslogtreecommitdiffstats
path: root/libkdenetwork/gpgmepp/importresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdenetwork/gpgmepp/importresult.h')
-rw-r--r--libkdenetwork/gpgmepp/importresult.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdenetwork/gpgmepp/importresult.h b/libkdenetwork/gpgmepp/importresult.h
index 2bb1b61b..eae58a5d 100644
--- a/libkdenetwork/gpgmepp/importresult.h
+++ b/libkdenetwork/gpgmepp/importresult.h
@@ -70,7 +70,7 @@ namespace GpgME {
class KDE_EXPORT Import {
friend class ImportResult;
- Import( ImportResult::Private * parent, unsigned int idx );
+ Import( ImportResult::Private * tqparent, unsigned int idx );
public:
Import();
Import( const Import & other );
@@ -83,7 +83,7 @@ namespace GpgME {
const char * fingerprint() const;
Error error() const;
- enum Status {
+ enum tqStatus {
Unknown = 0x0,
NewKey = 0x1,
NewUserIDs = 0x2,
@@ -91,7 +91,7 @@ namespace GpgME {
NewSubkeys = 0x8,
ContainedSecretKey = 0x10
};
- Status status() const;
+ tqStatus status() const;
private:
ImportResult::Private * d;