diff options
Diffstat (limited to 'src/ui/main_window/MainWindow.h')
-rw-r--r-- | src/ui/main_window/MainWindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h index b169a73f..5d93a710 100644 --- a/src/ui/main_window/MainWindow.h +++ b/src/ui/main_window/MainWindow.h @@ -30,9 +30,9 @@ #define __GPGWIN_H__ #include "gpg/GpgConstants.h" -#include "gpg/result_analyse/DecryptResultAnalyse.h" -#include "gpg/result_analyse/EncryptResultAnalyse.h" -#include "gpg/result_analyse/SignResultAnalyse.h" +#include "gpg/result_analyse/GpgDecryptResultAnalyse.h" +#include "gpg/result_analyse/GpgEncryptResultAnalyse.h" +#include "gpg/result_analyse/GpgSignResultAnalyse.h" #include "ui/GpgFrontendUI.h" #include "ui/KeyMgmt.h" #include "ui/dialog/WaitingDialog.h" @@ -279,7 +279,7 @@ class MainWindow : public QMainWindow { void create_dock_windows(); /** - * @details Create attachment-dockwindow. + * @details Create attachment dock window. */ void create_attachment_dock(); |