From 29ba3288d0d342e79d14676a02af555c6d43c3e6 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 13 Oct 2018 14:01:01 +0200 Subject: unstable: KWallet integration --- src/mainwindow/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainwindow/mainwindow.cpp') diff --git a/src/mainwindow/mainwindow.cpp b/src/mainwindow/mainwindow.cpp index 1f81b86..b0c5e5e 100644 --- a/src/mainwindow/mainwindow.cpp +++ b/src/mainwindow/mainwindow.cpp @@ -37,7 +37,7 @@ #include #include #include -#ifdef PLASMA_BLUR +#ifdef PLASMA #include #endif @@ -76,7 +76,7 @@ MainWindow::MainWindow(const std::unique_ptr &config, QWidget *pa ui->setupUi(this); -#ifdef PLASMA_BLUR +#ifdef PLASMA setAttribute(Qt::WA_TranslucentBackground, true); KWindowEffects::enableBlurBehind(this->winId(), true); #endif -- cgit v1.2.1