diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/ADSKsPicker.h (renamed from src/ui/dialog/SubKeysPicker.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/SubKeysPicker.h b/src/ui/dialog/ADSKsPicker.h index a7a1b200..9c431209 100644 --- a/src/ui/dialog/SubKeysPicker.h +++ b/src/ui/dialog/ADSKsPicker.h @@ -41,7 +41,7 @@ class KeyTreeView; * @brief * */ -class SubKeysPicker : public GeneralDialog { +class ADSKsPicker : public GeneralDialog { Q_OBJECT public: @@ -50,8 +50,8 @@ class SubKeysPicker : public GeneralDialog { * * @param parent */ - explicit SubKeysPicker(int channel, const GpgKeyTreeModel::Detector& enable, - QWidget* parent = nullptr); + explicit ADSKsPicker(int channel, const GpgKeyTreeModel::Detector& enable, + QWidget* parent = nullptr); /** * @brief Get the Checked Signers object |