aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-12-02 07:23:01 +0000
committersaturneric <[email protected]>2023-12-02 07:23:01 +0000
commit8a63c3954d6745c5e323dcf3e518219ce6545cc0 (patch)
treea41caf8801d0dceea3a2882626bbfb5b06c279b5 /src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp
parentfix: discover and fix some bugs (diff)
downloadGpgFrontend-8a63c3954d6745c5e323dcf3e518219ce6545cc0.tar.gz
GpgFrontend-8a63c3954d6745c5e323dcf3e518219ce6545cc0.zip
fix: add set owner struct action in keymanager menu
Diffstat (limited to '')
-rw-r--r--src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp b/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp
index 78706059..71a2c14b 100644
--- a/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp
+++ b/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp
@@ -31,7 +31,7 @@
#include "core/GpgModel.h"
#include "core/function/gpg/GpgKeyGetter.h"
#include "core/function/gpg/GpgUIDOperator.h"
-#include "ui/SignalStation.h"
+#include "ui/UISignalStation.h"
namespace GpgFrontend::UI {
KeyNewUIDDialog::KeyNewUIDDialog(const KeyId& key_id, QWidget* parent)
@@ -70,8 +70,8 @@ KeyNewUIDDialog::KeyNewUIDDialog(const KeyId& key_id, QWidget* parent)
this->setModal(true);
connect(this, &KeyNewUIDDialog::SignalUIDCreated,
- SignalStation::GetInstance(),
- &SignalStation::SignalKeyDatabaseRefresh);
+ UISignalStation::GetInstance(),
+ &UISignalStation::SignalKeyDatabaseRefresh);
}
void KeyNewUIDDialog::slot_create_new_uid() {