summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/impl/doc/doc_ifaceinfo.h
Unidiff
Diffstat (limited to 'noncore/graphics/opie-eye/impl/doc/doc_ifaceinfo.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/impl/doc/doc_ifaceinfo.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/impl/doc/doc_ifaceinfo.h b/noncore/graphics/opie-eye/impl/doc/doc_ifaceinfo.h
new file mode 100644
index 0000000..73986c9
--- a/dev/null
+++ b/noncore/graphics/opie-eye/impl/doc/doc_ifaceinfo.h
@@ -0,0 +1,21 @@
1/*
2 * GPLv2
3 * zecke@handhelds.org
4 */
5
6#ifndef DOC_IFACE_INFO_H
7#define DOC_IFACE_INFO_H
8
9#include <iface/ifaceinfo.h>
10
11class DocInterfaceInfo : public PInterfaceInfo {
12public:
13 DocInterfaceInfo();
14 virtual ~DocInterfaceInfo();
15
16 QString name()const;
17 QWidget* configWidget(const Config&);
18 void writeConfig( QWidget* wid, Config& );
19};
20
21#endif