aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'keymgmt.h')
-rwxr-xr-xkeymgmt.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/keymgmt.h b/keymgmt.h
index 1c1b138..22a8b66 100755
--- a/keymgmt.h
+++ b/keymgmt.h
@@ -50,19 +50,19 @@ public:
QAction *importKeyFromKeyServerAct;
public slots:
- void importKeyFromFile();
- void importKeyFromClipboard();
- void importKeyFromKeyServer();
- void importKeys(QByteArray inBuffer);
- void exportKeyToFile();
- void exportKeyToClipboard();
- void deleteSelectedKeys();
- void deleteCheckedKeys();
- void generateKeyDialog();
- void showKeyDetails();
+ void slotImportKeyFromFile();
+ void slotImportKeyFromClipboard();
+ void slotImportKeyFromKeyServer();
+ void slotImportKeys(QByteArray inBuffer);
+ void slotExportKeyToFile();
+ void slotExportKeyToClipboard();
+ void slotDeleteSelectedKeys();
+ void slotDeleteCheckedKeys();
+ void slotGenerateKeyDialog();
+ void slotShowKeyDetails();
signals:
- void statusBarChanged(QString);
+ void signalStatusBarChanged(QString);
private:
void createMenus();