diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-09-13 19:08:40 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-09-13 19:08:40 +0000 |
commit | d6aa93e9c3d1f9c58d01e8151a887312494bd4d8 (patch) | |
tree | a43d86bd9d422fe15c8cb482b3a32822d13793f1 /gpgwin.cpp | |
parent | no need for else now ;-) (diff) | |
download | gpg4usb-d6aa93e9c3d1f9c58d01e8151a887312494bd4d8.tar.gz gpg4usb-d6aa93e9c3d1f9c58d01e8151a887312494bd4d8.zip |
moved the include entries from cpp to header files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@163 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r-- | gpgwin.cpp | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -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() |