Add (and install) svg for the new krunner interface.
[kdebase/uwolfer.git] / workspace / kcontrol / screensaver / kssmonitor.h
blob72122e979f6efbcd6358b719f38dbbac013a9667
1 #ifndef KSSMONITOR_H
2 #define KSSMONITOR_H
4 #include "kswidget.h"
6 class KSSMonitor : public KSWidget
8 public:
9 KSSMonitor( QWidget *parent ) : KSWidget( parent ) {}
11 // we don't want no steenking palette change
12 virtual void setPalette( const QPalette & ) {}
15 #endif