remove commented code

REVIEW: 105197
icc-effect-5.14.5
Thomas Lübking 2012-06-09 14:01:20 +02:00
parent 7340ac59e0
commit 0f226823a2
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <KDE/KIcon>
#include <KDE/KIconEffect>
#include <KDE/KIconLoader>
// #include <KDE/KLocalizedString>
#include <KDE/KService>
// #include <KDE/KServiceTypeTrader>
#include <KDE/KStandardDirs>
namespace KWin
@ -44,7 +42,6 @@ namespace TabBox
LayoutPreview::LayoutPreview(QWidget* parent)
: QDeclarativeView(parent)
{
// setAttribute(Qt::WA_TranslucentBackground);
setAutoFillBackground(false);
QPalette pal = palette();
pal.setColor(backgroundRole(), Qt::transparent);