[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/libs/plasma
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2008-04-30 21:47:48
Message-ID: 1209592068.347775.16954.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 802858 by aseigo:

put ShadowItem in the Plasma namespace


 M  +5 -0      shadowitem.cpp  
 M  +4 -0      shadowitem_p.h  


--- trunk/KDE/kdebase/workspace/libs/plasma/shadowitem.cpp #802857:802858
@@ -25,6 +25,9 @@
 #include <QImage>
 #include <QDebug>
 
+namespace Plasma
+{
+
 ShadowItem::ShadowItem(QGraphicsItem *item)
 {
     setZValue(20);
@@ -102,3 +105,5 @@
 {
     return m_offset;
 }
+
+}
--- trunk/KDE/kdebase/workspace/libs/plasma/shadowitem_p.h #802857:802858
@@ -22,6 +22,8 @@
 
 #include <QtGui/QGraphicsPixmapItem>
 
+namespace Plasma
+{
 
 class ShadowItem : public QGraphicsPixmapItem
 {
@@ -43,4 +45,6 @@
     QPointF m_offset;
 };
 
+}
+
 #endif
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic