summaryrefslogtreecommitdiffstats
path: root/kcontrol/screensaver/kssmonitor.h
blob: 72122e979f6efbcd6358b719f38dbbac013a9667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef KSSMONITOR_H
#define KSSMONITOR_H

#include "kswidget.h"

class KSSMonitor : public KSWidget
{
public:
    KSSMonitor( QWidget *parent ) : KSWidget( parent ) {}

    // we don't want no steenking palette change
    virtual void setPalette( const QPalette & ) {}
};

#endif