removed useless KDebug statement

svn path=/trunk/KDE/kdebase/workspace/; revision=1121944
This commit is contained in:
Hugo Pereira Da Costa 2010-05-02 18:56:14 +00:00
parent 56095681ed
commit 299574c546

View file

@ -37,7 +37,6 @@
#include <KLocale>
#include <KColorUtils>
#include <KDebug>
#include <QtGui/QApplication>
#include <QtGui/QLabel>
@ -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 );