diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-14 16:39:42 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-14 16:39:42 +0000 |
commit | 0f0d03f2c357ac2f9eedd53d959a19b5de9805cb (patch) | |
tree | c250a801a1721c56882b2a9ee9c4164fd12530e3 /gpgwin.h | |
parent | updated russian translation (diff) | |
download | gpg4usb-0f0d03f2c357ac2f9eedd53d959a19b5de9805cb.tar.gz gpg4usb-0f0d03f2c357ac2f9eedd53d959a19b5de9805cb.zip |
focus is kept on main window when closing settingsdialog, filecrypt. Added some ifndefs
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@302 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
-rw-r--r-- | gpgwin.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ + +#ifndef __GPGWIN_H__ +#define __GPGWIN_H__ + #include "context.h" #include "keylist.h" #include "attachments.h" @@ -146,3 +150,4 @@ private: KeyMgmt *keyMgmt; }; +#endif // __GPGWIN_H__ |