aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow/mainwindow.cpp')
-rw-r--r--src/mainwindow/mainwindow.cpp13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/mainwindow/mainwindow.cpp b/src/mainwindow/mainwindow.cpp
index 292d922..558fe49 100644
--- a/src/mainwindow/mainwindow.cpp
+++ b/src/mainwindow/mainwindow.cpp
@@ -9,15 +9,14 @@
#include "mainwindow.h"
#include "addressbar.h"
#include "browser.h"
-#include "conf.hpp"
#include "configuration.h"
#include "menubar.h"
-#include "webengine/webprofilemanager.h"
#include "session/session.h"
#include "session/sessiondialog.h"
#include "subwindow/subwindow.h"
-#include "webengine/webview.h"
#include "webengine/webprofile.h"
+#include "webengine/webprofilemanager.h"
+#include "webengine/webview.h"
#include "widgets/dockwidget.h"
#include "widgets/navigationbar.h"
#include "widgets/searchform.h"
@@ -35,9 +34,6 @@
#include <QStatusBar>
#include <QToolBar>
#include <QUrl>
-#ifdef CONFIG_PLASMA_BLUR
-#include <KWindowEffects>
-#endif
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
@@ -46,11 +42,6 @@ MainWindow::MainWindow(QWidget *parent)
m_menuBar = new MenuBar(this);
this->setMenuBar(m_menuBar);
-#ifdef CONFIG_PLASMA_BLUR
- setAttribute(Qt::WA_TranslucentBackground, true);
- KWindowEffects::enableBlurBehind(this->winId(), true);
-#endif
-
Configuration config;
// create UI