summaryrefslogtreecommitdiff
path: root/libopie2/examples/opieui/osplitter_example/osplitter_example.h
Side-by-side diff
Diffstat (limited to 'libopie2/examples/opieui/osplitter_example/osplitter_example.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/examples/opieui/osplitter_example/osplitter_example.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/libopie2/examples/opieui/osplitter_example/osplitter_example.h b/libopie2/examples/opieui/osplitter_example/osplitter_example.h
deleted file mode 100644
index 0cf28aa..0000000
--- a/libopie2/examples/opieui/osplitter_example/osplitter_example.h
+++ b/dev/null
@@ -1,19 +0,0 @@
-/*
- * 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