diff options
author | Saturneric <[email protected]> | 2021-05-12 02:14:58 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-12 02:14:58 +0000 |
commit | 26691b14d7d3294769c1cb0d0e099efd75dcc6c6 (patch) | |
tree | 7e16cb949955e635bada530ba7fd23a43ef8e4bb /include/ui/TextEdit.h | |
parent | Srouce Files Tidy and Reform (diff) | |
download | GpgFrontend-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/ui/TextEdit.h (renamed from include/textedit.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/textedit.h b/include/ui/TextEdit.h index 9a7a0cae..6b1b9add 100644 --- a/include/textedit.h +++ b/include/ui/TextEdit.h @@ -22,9 +22,9 @@ #ifndef __TEXTEDIT_H__ #define __TEXTEDIT_H__ -#include "editorpage.h" -#include "helppage.h" -#include "quitdialog.h" +#include "ui/EditorPage.h" +#include "ui/HelpPage.h" +#include "QuitDialog.h" /** |