summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/mainwindow.h b/mainwindow.h
index ec0d882..da1318c 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -1,13 +1,14 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
-#include <QFileDialog>
-#include <QMainWindow>
#include <QDebug>
#include <QDir>
+#include <QFileDialog>
+#include <QLabel>
+#include <QMainWindow>
#include <QMessageBox>
+#include <QProgressBar>
#include <QStatusBar>
-#include <QLabel>
#include "crypt/hybridcrypt.h"
#include "passworddialog.h"