Move these classes into the Plasma namespace.
svn path=/trunk/KDE/kdelibs/; revision=1125931
This commit is contained in:
parent
e96539da54
commit
309ae1dc84
@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
|
namespace Plasma
|
||||||
|
{
|
||||||
|
|
||||||
static inline qreal gaussian(qreal x, qreal sigma)
|
static inline qreal gaussian(qreal x, qreal sigma)
|
||||||
{
|
{
|
||||||
@ -244,3 +246,5 @@ void HaloPainter::paint(QPainter *painter, const QRect &textRect) const
|
|||||||
painter->drawPixmap(hr.topLeft(), *pixmap);
|
painter->drawPixmap(hr.topLeft(), *pixmap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} // namespace Plasma
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
class QRect;
|
class QRect;
|
||||||
class QPainter;
|
class QPainter;
|
||||||
|
|
||||||
|
namespace Plasma {
|
||||||
|
|
||||||
class TileSet
|
class TileSet
|
||||||
{
|
{
|
||||||
@ -73,5 +74,7 @@ private:
|
|||||||
mutable QCache<int, QPixmap> m_haloCache;
|
mutable QCache<int, QPixmap> m_haloCache;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
} // namespace Plasma
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user