aboutsummaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-03-07 14:08:52 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-03-07 14:08:52 +0100
commit5a9d3032869382ec2103e11ef785fe939f93a74f (patch)
tree2df4152aa9121d569da7b26f26986b60d1f61eb5 /src/widgets
parentShow local branch and commit in updater (diff)
downloadsmolbote-5a9d3032869382ec2103e11ef785fe939f93a74f.tar.xz
Reworked CMakeLists to be a bit more readable
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/mainwindowmenubar.cpp2
-rw-r--r--src/widgets/mainwindowtabbar.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/mainwindowmenubar.cpp b/src/widgets/mainwindowmenubar.cpp
index 3c5b042..4aa6cc8 100644
--- a/src/widgets/mainwindowmenubar.cpp
+++ b/src/widgets/mainwindowmenubar.cpp
@@ -9,7 +9,7 @@
#include "mainwindowmenubar.h"
#include "browser.h"
#include "downloads/downloadswidget.h"
-#include "src/mainwindow/mainwindow.h"
+#include "mainwindow/mainwindow.h"
#include <QInputDialog>
MainWindowMenuBar::MainWindowMenuBar(std::shared_ptr<Configuration> config, MainWindow *parent)
diff --git a/src/widgets/mainwindowtabbar.cpp b/src/widgets/mainwindowtabbar.cpp
index 007a2d1..114b0e3 100644
--- a/src/widgets/mainwindowtabbar.cpp
+++ b/src/widgets/mainwindowtabbar.cpp
@@ -7,8 +7,8 @@
*/
#include "mainwindowtabbar.h"
-#include "src/configuration.h"
-#include "src/mainwindow/mainwindow.h"
+#include "configuration.h"
+#include "mainwindow/mainwindow.h"
#include <QContextMenuEvent>
#include <QShortcut>
#include <QMenu>