diff options
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" /** |