From bed975413d03d7a3ad1b6e5b0793c98f1a89e271 Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 19 Jan 2012 21:47:03 +0000 Subject: use ressource file for all icons and remove iconpath git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@766 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keymgmt.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'keymgmt.h') diff --git a/keymgmt.h b/keymgmt.h index 6b2198f..1c1b138 100755 --- a/keymgmt.h +++ b/keymgmt.h @@ -44,7 +44,7 @@ class KeyMgmt : public QMainWindow Q_OBJECT public: - KeyMgmt(GpgME::GpgContext* ctx, QString iconpath, QWidget *parent = 0); + KeyMgmt(GpgME::GpgContext* ctx, QWidget *parent = 0); QAction *importKeyFromClipboardAct; QAction *importKeyFromFileAct; QAction *importKeyFromKeyServerAct; @@ -71,7 +71,6 @@ private: void deleteKeysWithWarning(QStringList *uidList); KeyList *mKeyList; - QString mIconPath; GpgME::GpgContext *mCtx; QMenu *fileMenu; QMenu *keyMenu; -- cgit v1.2.3