summaryrefslogtreecommitdiff
path: root/examples/opieui/osplitter_example/osplitter_example.h
Side-by-side diff
Diffstat (limited to 'examples/opieui/osplitter_example/osplitter_example.h') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/opieui/osplitter_example/osplitter_example.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/opieui/osplitter_example/osplitter_example.h b/examples/opieui/osplitter_example/osplitter_example.h
new file mode 100644
index 0000000..0cf28aa
--- a/dev/null
+++ b/examples/opieui/osplitter_example/osplitter_example.h
@@ -0,0 +1,19 @@
+/*
+ * May be used, copied and modified wihtout any limitation
+ */
+
+#ifndef OSPlitter_EXAMPLE_H
+#define OSPlitter_EXAMPLE_H
+
+#include <qvbox.h>
+
+class OSplitterExample : public QWidget {
+ Q_OBJECT
+public:
+ static QString appName() { return QString::fromLatin1("osplitter_example"); }
+ OSplitterExample( QWidget *parent, const char* name, WFlags fl );
+
+};
+
+
+#endif