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
/
kswidget.h
blob
18e8d227fa10c2a01cb00808f0def5de2e6fe565
1
#ifndef KSWIDGET_H
2
#define KSWIDGET_H
3
4
#include <QWidget>
5
#include <X11/X.h>
6
7
class
KSWidget
:
public
QWidget
8
{
9
Q_OBJECT
10
public
:
11
explicit
KSWidget
(
QWidget
*
parent
=
NULL
,
Qt
::
WindowFlags flags
=
0
);
12
virtual
~
KSWidget
();
13
private
:
14
Colormap colormap
;
15
};
16
17
#endif