diff options
Diffstat (limited to 'keyserverimportdialog.h')
-rw-r--r-- | keyserverimportdialog.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/keyserverimportdialog.h b/keyserverimportdialog.h index 18aa913..50c2025 100644 --- a/keyserverimportdialog.h +++ b/keyserverimportdialog.h @@ -23,14 +23,16 @@ #ifndef KEYSERVERIMPORTDIALOG_H #define KEYSERVERIMPORTDIALOG_H -#include <QDialog> -#include <QDir> -#include <QNetworkAccessManager> -#include <QUrl> - #include "context.h" +#include <QNetworkAccessManager> +#include <QtNetwork> QT_BEGIN_NAMESPACE +class QDialog; +class QDir; +class QUrl; +class QtGui; +class QPixmap; class QNetworkReply; class QComboBox; class QLabel; |