aboutsummaryrefslogtreecommitdiffstats
path: root/keygenthread.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-04-14 16:39:42 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-04-14 16:39:42 +0000
commit0f0d03f2c357ac2f9eedd53d959a19b5de9805cb (patch)
treec250a801a1721c56882b2a9ee9c4164fd12530e3 /keygenthread.h
parentupdated russian translation (diff)
downloadgpg4usb-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 'keygenthread.h')
-rw-r--r--keygenthread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keygenthread.h b/keygenthread.h
index ed69785..e811301 100644
--- a/keygenthread.h
+++ b/keygenthread.h
@@ -19,6 +19,9 @@
* MA 02110-1301, USA.
*/
+#ifndef __KEYGENTHREAD_H__
+#define __KEYGENTHREAD_H__
+
#include <qthread.h>
#include <iostream>
#include <string>
@@ -49,3 +52,4 @@ protected:
void run();
};
+#endif // __KEYGENTHREAD_H__