diff options
| author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-11 19:45:35 +0200 |
|---|---|---|
| committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-11 19:45:35 +0200 |
| commit | cf1d9ea66c1dc7798be26afc45c96c01b1cefa8e (patch) | |
| tree | 73ff00c859edd269c0101f5dd948e82c2e58d870 | |
| parent | language-select now has some effect. (diff) | |
| download | gpg4usb-cf1d9ea66c1dc7798be26afc45c96c01b1cefa8e.tar.gz gpg4usb-cf1d9ea66c1dc7798be26afc45c96c01b1cefa8e.zip | |
fix build on win with qt4.4
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@296 34ebc366-c3a9-4b3c-9f84-69acf7962910
| -rwxr-xr-x | settingsdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settingsdialog.h b/settingsdialog.h index 4067e86..173b284 100755 --- a/settingsdialog.h +++ b/settingsdialog.h @@ -28,6 +28,7 @@ #include <QVBoxLayout> #include <QComboBox> #include <QCheckBox> +#include <QHash> class SettingsDialog : public QDialog |
