repo.or.cz
/
kdebase
/
uwolfer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add (and install) svg for the new krunner interface.
[kdebase/uwolfer.git]
/
workspace
/
kcontrol
/
screensaver
/
kssmonitor.h
blob
72122e979f6efbcd6358b719f38dbbac013a9667
1
#ifndef KSSMONITOR_H
2
#define KSSMONITOR_H
3
4
#include
"kswidget.h"
5
6
class
KSSMonitor
:
public
KSWidget
7
{
8
public
:
9
KSSMonitor
(
QWidget
*
parent
) :
KSWidget
(
parent
) {}
10
11
// we don't want no steenking palette change
12
virtual
void
setPalette
(
const
QPalette
& ) {}
13
};
14
15
#endif