From 299574c5465ca03d02a50231f9d303327f96dbc6 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Sun, 2 May 2010 18:56:14 +0000 Subject: [PATCH] removed useless KDebug statement svn path=/trunk/KDE/kdebase/workspace/; revision=1121944 --- clients/oxygen/oxygenclient.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/clients/oxygen/oxygenclient.cpp b/clients/oxygen/oxygenclient.cpp index f5c651647c..0d9a466c93 100644 --- a/clients/oxygen/oxygenclient.cpp +++ b/clients/oxygen/oxygenclient.cpp @@ -37,7 +37,6 @@ #include #include -#include #include #include @@ -113,8 +112,6 @@ namespace Oxygen KCommonDecoration::init(); - kDebug(1212) << " widget: " << widget()->metaObject()->className() << endl; - widget()->setAttribute(Qt::WA_NoSystemBackground ); widget()->setAutoFillBackground( false ); widget()->setAcceptDrops( true );