diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-27 15:41:14 +0200 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-27 15:41:14 +0200 |
| commit | 9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073 (patch) | |
| tree | f7d69a78c827261d6298d19daa685072b7ab14ba /verifynotification.h | |
| parent | umlaute are handled correctly while signing (diff) | |
| download | gpg4usb-9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073.tar.gz gpg4usb-9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073.zip | |
changed includes to class declarations where possible and moved includes and class declarations to header files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@522 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifynotification.h')
| -rw-r--r-- | verifynotification.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/verifynotification.h b/verifynotification.h index 37adfcf..641d43e 100644 --- a/verifynotification.h +++ b/verifynotification.h @@ -1,16 +1,15 @@ #ifndef VERIFYNOTIFICATION_H #define VERIFYNOTIFICATION_H -#include <QLabel> -#include <QHBoxLayout> -#include <QMenu> -#include <QPushButton> - -#include <QWidget> - #include "keyserverimportdialog.h" #include "context.h" #include <gpgme.h> +#include <QWidget> + +class QLabel; +class QHBoxLayout; +class QMenu; +class QPushButton; typedef enum { |
