diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-19 02:10:31 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-19 02:10:31 +0100 |
commit | 49ee5ed6e80b8f06337f92d14e2cab1c1512c1e3 (patch) | |
tree | e35d5472c2a3ed129f5a6a6826f9999b033cc548 /src/forms | |
parent | Configuration creates missing items based on defaults (diff) | |
download | smolbote-49ee5ed6e80b8f06337f92d14e2cab1c1512c1e3.tar.xz |
Refactoring MainWindow
- Added NavigationBar object that manages the navigation buttons
- Removed NavigationButton class that it obsoleted
Diffstat (limited to 'src/forms')
-rw-r--r-- | src/forms/searchform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/forms/searchform.cpp b/src/forms/searchform.cpp index 42e5a1a..bed0dc5 100644 --- a/src/forms/searchform.cpp +++ b/src/forms/searchform.cpp @@ -7,7 +7,7 @@ */ #include "searchform.h" -#include "../mainwindow.h" +#include "src/mainwindow/mainwindow.h" #include "ui_searchform.h" #include <settings/configuration.h> |