removed useless KDebug statement
svn path=/trunk/KDE/kdebase/workspace/; revision=1121944
This commit is contained in:
parent
56095681ed
commit
299574c546
1 changed files with 0 additions and 3 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue