Skip to content

Commit 109a310

Browse files
committed
change names
1 parent f5ffee5 commit 109a310

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/Notes.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ HEADERS += \
5151
aboutwindow.h \
5252
customDocument.h \
5353
editorsettingsbutton.h \
54-
styleEditorWindow.h \
55-
framelesswindow.h
54+
framelesswindow.h \
55+
styleeditorwindow.h
5656

5757
FORMS += \
5858
$$PWD/mainwindow.ui \
5959
$$PWD/updaterwindow.ui \
6060
aboutwindow.ui \
61-
styleEditorWindow.ui
61+
styleeditorwindow.ui
6262

6363
RESOURCES += \
6464
$$PWD/images.qrc \

src/mainwindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "notemodel.h"
3232
#include "noteview.h"
3333
#include "updaterwindow.h"
34-
#include "styleEditorWindow.h"
34+
#include "styleeditorwindow.h"
3535
#include "dbmanager.h"
3636
#include "markdownhighlighter.h"
3737
#include "customDocument.h"

src/styleeditorwindow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "styleEditorWindow.h"
2-
#include "ui_styleEditorWindow.h"
1+
#include "styleeditorwindow.h"
2+
#include "ui_styleeditorwindow.h"
33

44
#include <QDebug>
55
#include <QTimer>

src/styleeditorwindow.h

100755100644
File mode changed.

0 commit comments

Comments
 (0)