view widgets/EasaierStyle.h @ 190:61681a2bc1e6

keep MIN and MAX compatibility (VC and linux compilation)
author lbajardsilogic
date Tue, 27 Nov 2007 13:26:04 +0000
parents b3c3a5fa185f
children
line wrap: on
line source

#ifndef _EASAIER_STYLE_H_
#define _EASAIER_STYLE_H_

#include <QPlastiqueStyle>
#include <QPalette>

class EasaierStyle : public QPlastiqueStyle{
	 Q_OBJECT
public:
	QPalette standardPalette() const;


};

#endif