summaryrefslogtreecommitdiffstats
path: root/kcontrol/screensaver/kssmonitor.h
blob: 93f05653d0b184494c2cf0b054ef7fe1271efcf5 (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( TQWidget *parent ) : KSWidget( parent ) {}

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

#endif