summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxyframe.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/oxygen/oxyframe.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxyframe.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/oxyframe.h b/noncore/apps/oxygen/oxyframe.h
new file mode 100644
index 0000000..01f888d
--- a/dev/null
+++ b/noncore/apps/oxygen/oxyframe.h
@@ -0,0 +1,26 @@
+
+/***************************************************************************
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * ( at your option ) any later version. *
+ * *
+ **************************************************************************/
+#ifndef _OXYFRAME_H
+#define _OXYFRAME_H
+
+
+#include <qframe.h>
+
+class OxyFrame : public QFrame
+{
+ Q_OBJECT
+
+ public:
+ OxyFrame( QWidget *parent=0, const char *name=0);
+
+
+};
+
+#endif