use Plasma namespace
svn path=/trunk/KDE/kdelibs/; revision=1017553
This commit is contained in:
parent
77160a9e50
commit
40db26d969
@ -27,6 +27,8 @@
|
|||||||
#include <Plasma/FrameSvg>
|
#include <Plasma/FrameSvg>
|
||||||
#include <Plasma/Animator>
|
#include <Plasma/Animator>
|
||||||
#include <Plasma/Theme>
|
#include <Plasma/Theme>
|
||||||
|
namespace Plasma
|
||||||
|
{
|
||||||
|
|
||||||
class ItemBackgroundPrivate
|
class ItemBackgroundPrivate
|
||||||
{
|
{
|
||||||
@ -154,3 +156,6 @@ void ItemBackground::animationUpdate(qreal progress)
|
|||||||
}
|
}
|
||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -27,8 +27,6 @@ namespace Plasma {
|
|||||||
class FrameSvg;
|
class FrameSvg;
|
||||||
}
|
}
|
||||||
|
|
||||||
class ItemBackgroundPrivate;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class ItemBackground plasma/widgets/itembackground.h
|
* @class ItemBackground plasma/widgets/itembackground.h
|
||||||
*
|
*
|
||||||
@ -36,6 +34,10 @@ class ItemBackgroundPrivate;
|
|||||||
*
|
*
|
||||||
* @since 4.4
|
* @since 4.4
|
||||||
*/
|
*/
|
||||||
|
namespace Plasma
|
||||||
|
{
|
||||||
|
class ItemBackgroundPrivate;
|
||||||
|
|
||||||
class ItemBackground : public QGraphicsWidget
|
class ItemBackground : public QGraphicsWidget
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@ -65,5 +67,6 @@ private Q_SLOTS:
|
|||||||
private:
|
private:
|
||||||
ItemBackgroundPrivate *d;
|
ItemBackgroundPrivate *d;
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user