diff options
-rw-r--r-- | attachments.cpp | 5 | ||||
-rw-r--r-- | attachments.h | 5 | ||||
-rw-r--r-- | context.cpp | 7 | ||||
-rw-r--r-- | context.h | 6 | ||||
-rw-r--r-- | gpgwin.cpp | 17 | ||||
-rw-r--r-- | gpgwin.h | 13 | ||||
-rw-r--r-- | keylist.cpp | 7 | ||||
-rw-r--r-- | keylist.h | 5 |
8 files changed, 31 insertions, 34 deletions
diff --git a/attachments.cpp b/attachments.cpp index 60d28b3..3979698 100644 --- a/attachments.cpp +++ b/attachments.cpp @@ -18,11 +18,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ -#include <QVBoxLayout> -#include <QDebug> -#include <QFileDialog> -#include <QMessageBox> -#include <iostream> #include "attachments.h" diff --git a/attachments.h b/attachments.h index 4813b8f..8a1043d 100644 --- a/attachments.h +++ b/attachments.h @@ -22,6 +22,11 @@ #ifndef __ATTACHMENTS_H__ #define __ATTACHMENTS_H__ +#include <QVBoxLayout> +#include <QDebug> +#include <QFileDialog> +#include <QMessageBox> +#include <iostream> #include <QListWidget> #include <QWidget> #include <QAction> diff --git a/context.cpp b/context.cpp index 7e50cd7..132621d 100644 --- a/context.cpp +++ b/context.cpp @@ -19,12 +19,7 @@ * MA 02110-1301, USA. */ -#include <locale.h> -#include <sstream> -#include <QApplication> -#include <QtGui> -#include <QMessageBox> -#include <errno.h> + #include "context.h" #ifdef _WIN32 @@ -22,6 +22,12 @@ #ifndef __SGPGMEPP_CONTEXT_H__ #define __SGPGMEPP_CONTEXT_H__ +#include <locale.h> +#include <sstream> +#include <QApplication> +#include <QtGui> +#include <QMessageBox> +#include <errno.h> #include <gpgme.h> #include <QByteArray> #include <QString> @@ -18,22 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ -#include <QApplication> -#include <QMainWindow> -#include <QPlainTextEdit> -#include <QWidget> -#include <QVBoxLayout> -#include <QGridLayout> -#include <iostream> -#include <QtGui> -#include <QString> -#include <QFileDialog> -#include <QStringList> -#include <QIcon> -#include <QMessageBox> -#include <QVBoxLayout> - -#include "context.h" + #include "gpgwin.h" GpgWin::GpgWin() @@ -18,9 +18,20 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ -#include <QWidget> +#include <QApplication> #include <QMainWindow> +#include <QPlainTextEdit> +#include <QWidget> +#include <QVBoxLayout> +#include <QGridLayout> +#include <iostream> #include <QtGui> +#include <QString> +#include <QFileDialog> +#include <QStringList> +#include <QIcon> +#include <QMessageBox> +#include <QVBoxLayout> #include "context.h" #include "keylist.h" #include "attachments.h" diff --git a/keylist.cpp b/keylist.cpp index c4a62a0..d29c0d4 100644 --- a/keylist.cpp +++ b/keylist.cpp @@ -18,12 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ -#include <QWidget> -#include <QVBoxLayout> -#include <QTableWidgetItem> -#include <QLabel> -#include <QMessageBox> -#include <QtGui> + #include "keylist.h" KeyList::KeyList(QWidget *parent) @@ -23,6 +23,11 @@ #define __KEYLIST_H__ #include <QWidget> +#include <QVBoxLayout> +#include <QTableWidgetItem> +#include <QLabel> +#include <QMessageBox> +#include <QtGui> #include <QTableWidget> #include <QPushButton> #include "context.h" |