turn this into a namespace
svn path=/trunk/KDE/kdebase/workspace/lib/plasma/; revision=672686
This commit is contained in:
parent
ac270ef3e0
commit
e90845573e
@ -23,14 +23,15 @@
|
||||
#include <QGraphicsScene>
|
||||
#include <KUrl>
|
||||
|
||||
#include <plasma_export.h>
|
||||
|
||||
extern "C" {
|
||||
typedef QGraphicsItemGroup* (*startKaramba)(const KUrl &theme, QGraphicsView *view);
|
||||
}
|
||||
|
||||
class KarambaManager
|
||||
namespace KarambaManager
|
||||
{
|
||||
public:
|
||||
static QGraphicsItemGroup* loadKaramba(const KUrl &themePath, QGraphicsScene *scene);
|
||||
PLASMA_EXPORT QGraphicsItemGroup* loadKaramba(const KUrl &themePath, QGraphicsScene *scene);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user