removed KDebug
This commit is contained in:
parent
d29a9c43c3
commit
8839e86e50
4 changed files with 1 additions and 14 deletions
|
@ -36,7 +36,6 @@
|
|||
|
||||
#include <KLocalizedString>
|
||||
#include <KColorUtils>
|
||||
#include <KDebug>
|
||||
#include <KStyle>
|
||||
|
||||
#include <QApplication>
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
#include <QtGui/QPainter>
|
||||
#include <KColorUtils>
|
||||
#include <KDebug>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
@ -31,9 +30,7 @@ namespace Oxygen
|
|||
|
||||
//______________________________________________________________________________
|
||||
DecoHelper::DecoHelper():
|
||||
Helper(),
|
||||
_debugArea( KDebug::registerArea( "Oxygen (decoration)" ) )
|
||||
|
||||
Helper()
|
||||
{}
|
||||
|
||||
//______________________________________________________________________________
|
||||
|
|
|
@ -40,10 +40,6 @@ namespace Oxygen
|
|||
virtual ~DecoHelper()
|
||||
{}
|
||||
|
||||
//! dynamically allocated debug area
|
||||
int debugArea( void ) const
|
||||
{ return _debugArea; }
|
||||
|
||||
//! reset all caches
|
||||
virtual void invalidateCaches();
|
||||
|
||||
|
@ -69,9 +65,6 @@ namespace Oxygen
|
|||
|
||||
private:
|
||||
|
||||
//! dynamically allocated debug area
|
||||
int _debugArea;
|
||||
|
||||
//! windeco buttons
|
||||
Cache<QPixmap> _windecoButtonCache;
|
||||
|
||||
|
|
|
@ -31,8 +31,6 @@
|
|||
|
||||
#include <KSharedConfig>
|
||||
#include <KConfigGroup>
|
||||
#include <KDebug>
|
||||
#include <KGlobal>
|
||||
#include <KWindowInfo>
|
||||
#include <kdeversion.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue