summaryrefslogtreecommitdiffstats
path: root/kcontrol/screensaver/testwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/screensaver/testwin.h')
-rw-r--r--kcontrol/screensaver/testwin.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/kcontrol/screensaver/testwin.h b/kcontrol/screensaver/testwin.h
new file mode 100644
index 000000000..ff77b6b4d
--- /dev/null
+++ b/kcontrol/screensaver/testwin.h
@@ -0,0 +1,14 @@
+#ifndef TESTWIN_H
+#define TESTWIN_H
+
+#include "kswidget.h"
+
+class TestWin : public KSWidget
+{
+ Q_OBJECT
+public:
+ TestWin();
+};
+
+#endif
+