aboutsummaryrefslogtreecommitdiffstats
path: root/include/MainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/MainWindow.h (renamed from include/mainwindow.h)20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/mainwindow.h b/include/MainWindow.h
index a72696bf..3e236b16 100644
--- a/include/mainwindow.h
+++ b/include/MainWindow.h
@@ -22,16 +22,16 @@
#ifndef __GPGWIN_H__
#define __GPGWIN_H__
-#include "gpgconstants.h"
-#include "attachments.h"
-#include "keymgmt.h"
-#include "textedit.h"
-#include "fileencryptiondialog.h"
-#include "settingsdialog.h"
-#include "aboutdialog.h"
-#include "verifynotification.h"
-#include "findwidget.h"
-#include "wizard.h"
+#include "gpg/GpgConstants.h"
+#include "ui/Attachments.h"
+#include "ui/KeyMgmt.h"
+#include "ui/TextEdit.h"
+#include "ui/FileEncryptionDialog.h"
+#include "ui/SettingsDialog.h"
+#include "ui/AboutDialog.h"
+#include "ui/VerifyNotification.h"
+#include "ui/FindWidget.h"
+#include "ui/Wizard.h"
/**