remove commented code
REVIEW: 105197
This commit is contained in:
parent
7340ac59e0
commit
0f226823a2
1 changed files with 0 additions and 3 deletions
|
@ -31,9 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#include <KDE/KIcon>
|
#include <KDE/KIcon>
|
||||||
#include <KDE/KIconEffect>
|
#include <KDE/KIconEffect>
|
||||||
#include <KDE/KIconLoader>
|
#include <KDE/KIconLoader>
|
||||||
// #include <KDE/KLocalizedString>
|
|
||||||
#include <KDE/KService>
|
#include <KDE/KService>
|
||||||
// #include <KDE/KServiceTypeTrader>
|
|
||||||
#include <KDE/KStandardDirs>
|
#include <KDE/KStandardDirs>
|
||||||
|
|
||||||
namespace KWin
|
namespace KWin
|
||||||
|
@ -44,7 +42,6 @@ namespace TabBox
|
||||||
LayoutPreview::LayoutPreview(QWidget* parent)
|
LayoutPreview::LayoutPreview(QWidget* parent)
|
||||||
: QDeclarativeView(parent)
|
: QDeclarativeView(parent)
|
||||||
{
|
{
|
||||||
// setAttribute(Qt::WA_TranslucentBackground);
|
|
||||||
setAutoFillBackground(false);
|
setAutoFillBackground(false);
|
||||||
QPalette pal = palette();
|
QPalette pal = palette();
|
||||||
pal.setColor(backgroundRole(), Qt::transparent);
|
pal.setColor(backgroundRole(), Qt::transparent);
|
||||||
|
|
Loading…
Reference in a new issue