diff options
Diffstat (limited to 'src/ui/dialog/keypair_details/KeySetExpireDateDialog.h')
-rw-r--r-- | src/ui/dialog/keypair_details/KeySetExpireDateDialog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/dialog/keypair_details/KeySetExpireDateDialog.h b/src/ui/dialog/keypair_details/KeySetExpireDateDialog.h index b75339a0..55d09b4b 100644 --- a/src/ui/dialog/keypair_details/KeySetExpireDateDialog.h +++ b/src/ui/dialog/keypair_details/KeySetExpireDateDialog.h @@ -75,10 +75,10 @@ class KeySetExpireDateDialog : public GeneralDialog { */ void init(); - std::shared_ptr<Ui_ModifiedExpirationDateTime> ui_; ///< - int current_gpg_context_channel_; ///< - const GpgKeyPtr m_key_; ///< - const SubkeyId m_subkey_; ///< + QSharedPointer<Ui_ModifiedExpirationDateTime> ui_; ///< + int current_gpg_context_channel_; ///< + const GpgKeyPtr m_key_; ///< + const SubkeyId m_subkey_; ///< private slots: /** |