repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add more spacing
[personal-kdebase.git]
/
workspace
/
kcontrol
/
screensaver
/
testwin.h
blob
ff77b6b4d5fa443bbe19e9facd7d69971ccee837
1
#ifndef TESTWIN_H
2
#define TESTWIN_H
3
4
#include
"kswidget.h"
5
6
class
TestWin
:
public
KSWidget
7
{
8
Q_OBJECT
9
public
:
10
TestWin
();
11
};
12
13
#endif
14