diff options
Diffstat (limited to '')
-rw-r--r-- | include/ui/KeyImportDetailDialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/KeyImportDetailDialog.h b/include/ui/KeyImportDetailDialog.h index 216cdcd0..243eead3 100644 --- a/include/ui/KeyImportDetailDialog.h +++ b/include/ui/KeyImportDetailDialog.h @@ -32,7 +32,7 @@ class KeyImportDetailDialog : public QDialog Q_OBJECT public: - KeyImportDetailDialog(GpgME::GpgContext *ctx, GpgImportInformation result, bool automatic, QWidget *parent = 0); + KeyImportDetailDialog(GpgFrontend::GpgContext *ctx, GpgImportInformation result, bool automatic, QWidget *parent = 0); private: void createGeneralInfoBox(); @@ -41,7 +41,7 @@ private: static QString getStatusString(int keyStatus); QTableWidget *keysTable{}; - GpgME::GpgContext *mCtx; + GpgFrontend::GpgContext *mCtx; QGroupBox *generalInfoBox{}; QGroupBox *keyInfoBox{}; QDialogButtonBox *buttonBox{}; |