aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keypair_details/KeySetExpireDateDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/keypair_details/KeySetExpireDateDialog.cpp')
-rw-r--r--src/ui/keypair_details/KeySetExpireDateDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeySetExpireDateDialog.cpp b/src/ui/keypair_details/KeySetExpireDateDialog.cpp
index ad5b1d61..756916bb 100644
--- a/src/ui/keypair_details/KeySetExpireDateDialog.cpp
+++ b/src/ui/keypair_details/KeySetExpireDateDialog.cpp
@@ -114,7 +114,7 @@ void KeySetExpireDateDialog::init() {
connect(ui->noExpirationCheckBox, SIGNAL(stateChanged(int)), this,
SLOT(slotNonExpiredChecked(int)));
- connect(ui->buttonBox, &QDialogButtonBox::accepted, this,
+ connect(ui->button_box_, &QDialogButtonBox::accepted, this,
&KeySetExpireDateDialog::slotConfirm);
connect(this, SIGNAL(signalKeyExpireDateUpdated()),
SignalStation::GetInstance(), SIGNAL(KeyDatabaseRefresh()));