diff options
Diffstat (limited to 'src/mainwindow')
-rw-r--r-- | src/mainwindow/mainwindow.cpp | 6 | ||||
-rw-r--r-- | src/mainwindow/widgets/searchform.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mainwindow/mainwindow.cpp b/src/mainwindow/mainwindow.cpp index 2d7ba09..e280fee 100644 --- a/src/mainwindow/mainwindow.cpp +++ b/src/mainwindow/mainwindow.cpp @@ -8,15 +8,15 @@ #include "mainwindow.h" #include "forms/aboutdialog.h" -#include "src/mainwindow/widgets/searchform.h" +#include "mainwindow/widgets/searchform.h" #include "ui_mainwindow.h" #include "widgets/mainwindowmenubar.h" #include <QDockWidget> #include <QMessageBox> #include <bookmarks/bookmarkswidget.h> #include <downloads/downloadswidget.h> -#include <src/addressbar/urllineedit.h> -#include <lib/bookmarks/bookmarksview.h> +#include "addressbar/urllineedit.h" +#include <bookmarks/bookmarksview.h> //#include <settings/settingsdialog.h> MainWindow::MainWindow(std::shared_ptr<Configuration> config, QWidget *parent) diff --git a/src/mainwindow/widgets/searchform.cpp b/src/mainwindow/widgets/searchform.cpp index 08d4470..afbde98 100644 --- a/src/mainwindow/widgets/searchform.cpp +++ b/src/mainwindow/widgets/searchform.cpp @@ -7,7 +7,7 @@ */ #include "searchform.h" -#include "src/mainwindow/mainwindow.h" +#include "mainwindow/mainwindow.h" #include "ui_searchform.h" SearchForm::SearchForm(MainWindow *parentWindow, QWidget *parent) |