diff options
author | 2023-03-07 23:12:03 +0600 | |
---|---|---|
committer | 2023-03-07 23:12:03 +0600 | |
commit | 594d9515ac0bc0adf50ae288b85e31c10bd90d27 (patch) | |
tree | 1e583e74017f99f48179235ec1e927e8d17bf7a4 /src/automatictheme.cpp | |
parent | d830bfc8ce7c6763d074beafdde7cab1835d31f9 (diff) | |
download | whatsie-594d9515ac0bc0adf50ae288b85e31c10bd90d27.tar.gz whatsie-594d9515ac0bc0adf50ae288b85e31c10bd90d27.zip |
New upstream version 4.12.1upstream/4.12.1
Diffstat (limited to '')
-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) |