aboutsummaryrefslogtreecommitdiffstats
path: root/include/MainWindow.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-12 02:14:58 +0000
committerSaturneric <[email protected]>2021-05-12 02:14:58 +0000
commit26691b14d7d3294769c1cb0d0e099efd75dcc6c6 (patch)
tree7e16cb949955e635bada530ba7fd23a43ef8e4bb /include/MainWindow.h
parentSrouce Files Tidy and Reform (diff)
downloadGpgFrontend-26691b14d7d3294769c1cb0d0e099efd75dcc6c6.tar.gz
GpgFrontend-26691b14d7d3294769c1cb0d0e099efd75dcc6c6.zip
File Structure Modified.
Change Headers and Source Files Name. Modified CMake Structure.
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"
/**