aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keylist.cpp')
-rw-r--r--keylist.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/keylist.cpp b/keylist.cpp
index ff39678..c89b4d8 100644
--- a/keylist.cpp
+++ b/keylist.cpp
@@ -58,12 +58,12 @@ KeyList::KeyList(GpgME::GpgContext *ctx, QWidget *parent)
setLayout(layout);
popupMenu = new QMenu(this);
- connect(mCtx, SIGNAL(keyDBChanged()), this, SLOT(refresh()));
+ connect(mCtx, SIGNAL(signalKeyDBChanged()), this, SLOT(slotRefresh()));
setAcceptDrops(true);
- refresh();
+ slotRefresh();
}
-void KeyList::refresh()
+void KeyList::slotRefresh()
{
QStringList *keyList;
keyList = getChecked();