diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-18 17:11:01 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-18 17:11:01 +0200 |
commit | ddf4f8cb9c2c3caa668915b222cccca6bd5e0094 (patch) | |
tree | 70f25ce68f3a90e929cfb7158b3a0cf45f97056f /src/mainwindow | |
parent | Updater: add --dry-run parameter (diff) | |
download | smolbote-ddf4f8cb9c2c3caa668915b222cccca6bd5e0094.tar.xz |
Update vendor.cmake
- add some more comments
- made plugin include paths more generic
Diffstat (limited to 'src/mainwindow')
-rw-r--r-- | src/mainwindow/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow/mainwindow.cpp b/src/mainwindow/mainwindow.cpp index eb4d34f..36fd8a6 100644 --- a/src/mainwindow/mainwindow.cpp +++ b/src/mainwindow/mainwindow.cpp @@ -29,13 +29,13 @@ #include <QToolBar> #include <QUrl> #include <configuration/configuration.h> -#include <webprofile.h> +#include <web/webprofile.h> #include "session.h" #include <QFileDialog> #include <QPrinter> #include <QPrinterInfo> #include <QPrintDialog> -#include "profilemanager.h" +#include <web/profilemanager.h> #include <QVBoxLayout> #ifdef PLASMA_BLUR #include <KWindowEffects> |