From 49ee5ed6e80b8f06337f92d14e2cab1c1512c1e3 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 19 Jan 2018 02:10:31 +0100 Subject: Refactoring MainWindow - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted --- src/forms/searchform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/forms') 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 -- cgit v1.2.1