diff options
Diffstat (limited to 'keydetailsdialog.h')
-rw-r--r-- | keydetailsdialog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keydetailsdialog.h b/keydetailsdialog.h index f1150ed..241689b 100644 --- a/keydetailsdialog.h +++ b/keydetailsdialog.h @@ -25,6 +25,7 @@ #include "context.h" #include <gpgme.h> +QT_BEGIN_NAMESPACE class QDateTime; class QVBoxLayout; class QDialogButtonBox; @@ -33,13 +34,14 @@ class QGroupBox; class QLabel; class QGridLayout; class QPushButton; +QT_END_NAMESPACE class KeyDetailsDialog : public QDialog { Q_OBJECT public: - KeyDetailsDialog(GpgME::Context* ctx, gpgme_key_t key); + KeyDetailsDialog(GpgME::Context* ctx, gpgme_key_t key, QWidget *parent = 0); private slots: void exportPrivateKey(); |