From 0f0d03f2c357ac2f9eedd53d959a19b5de9805cb Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 14 Apr 2010 16:39:42 +0000 Subject: 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 --- settingsdialog.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'settingsdialog.h') diff --git a/settingsdialog.h b/settingsdialog.h index 173b284..88dd424 100755 --- a/settingsdialog.h +++ b/settingsdialog.h @@ -19,6 +19,9 @@ * MA 02110-1301, USA. */ +#ifndef __SETTINGSDIALOG_H__ +#define __SETTINGSDIALOG_H__ + #include #include #include @@ -36,7 +39,7 @@ class SettingsDialog : public QDialog Q_OBJECT public: - SettingsDialog(); + SettingsDialog(QWidget *parent = 0); private: QGroupBox *iconSizeBox; @@ -69,3 +72,4 @@ private slots: QHash listLanguages(); }; +#endif // __SETTINGSDIALOG_H__ -- cgit v1.2.3