diff options
author | 2023-01-27 02:57:48 +0530 | |
---|---|---|
committer | 2023-01-27 10:10:17 +0530 | |
commit | 011db4495d98932cbffa5fc2268ee1a3e2984aa6 (patch) | |
tree | a071bf7c135d254bb7976e022839c49475d7552c /src/automatictheme.cpp | |
parent | 56c55a949854f9dd73b60e353be35bd31407cee0 (diff) | |
download | whatsie-011db4495d98932cbffa5fc2268ee1a3e2984aa6.tar.gz whatsie-011db4495d98932cbffa5fc2268ee1a3e2984aa6.zip |
chore: cleanup
- move methods to page
Diffstat (limited to 'src/automatictheme.cpp')
-rw-r--r-- | src/automatictheme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/automatictheme.cpp b/src/automatictheme.cpp index 6e14623..3cf33c8 100644 --- a/src/automatictheme.cpp +++ b/src/automatictheme.cpp @@ -1,7 +1,7 @@ #include "automatictheme.h" #include "ui_automatictheme.h" -#include "SunClock.hpp" +#include "sunclock.hpp" #include <QMessageBox> AutomaticTheme::AutomaticTheme(QWidget *parent) |