diff options
Diffstat (limited to '')
-rw-r--r-- | include/ui/KeyServerImportDialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ui/KeyServerImportDialog.h b/include/ui/KeyServerImportDialog.h index 6fd45fc5..46227481 100644 --- a/include/ui/KeyServerImportDialog.h +++ b/include/ui/KeyServerImportDialog.h @@ -34,10 +34,10 @@ class KeyServerImportDialog : public QDialog { Q_OBJECT public: - KeyServerImportDialog(GpgME::GpgContext *ctx, KeyList *keyList, bool automatic, + KeyServerImportDialog(GpgFrontend::GpgContext *ctx, KeyList *keyList, bool automatic, QWidget *parent); - KeyServerImportDialog(GpgME::GpgContext *ctx, QWidget *parent); + KeyServerImportDialog(GpgFrontend::GpgContext *ctx, QWidget *parent); void slotImport(const QStringList& keyIds); @@ -73,7 +73,7 @@ private: QString appPath; QSettings settings; - GpgME::GpgContext *mCtx; + GpgFrontend::GpgContext *mCtx; KeyList *mKeyList{}; QLineEdit *searchLineEdit{}; QComboBox *keyServerComboBox{}; |