aboutsummaryrefslogtreecommitdiff
path: root/src/forms
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-19 02:10:31 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-19 02:10:31 +0100
commit49ee5ed6e80b8f06337f92d14e2cab1c1512c1e3 (patch)
treee35d5472c2a3ed129f5a6a6826f9999b033cc548 /src/forms
parentConfiguration creates missing items based on defaults (diff)
downloadsmolbote-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.cpp2
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>