summaryrefslogtreecommitdiff
path: root/noncore/styles/metal/plugin.h
blob: 7a38d621e15196f1ea6d93290678f5813f19ae9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __OPIE_METAL_PLUGIN_H__
#define __OPIE_METAL_PLUGIN_H__

#include <qpe/styleinterface.h>


class MetalInterface : public StyleInterface {
public:
	MetalInterface ( );
	virtual ~MetalInterface ( );
	
	QRESULT queryInterface ( const QUuid &, QUnknownInterface ** );
	Q_REFCOUNT
        	
	virtual QStyle *style ( );	
	virtual QString name ( ) const;
	
};

#endif