summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxyframe.h
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/oxyframe.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxyframe.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/apps/oxygen/oxyframe.h b/noncore/apps/oxygen/oxyframe.h
index 01f888d..9c7dab5 100644
--- a/noncore/apps/oxygen/oxyframe.h
+++ b/noncore/apps/oxygen/oxyframe.h
@@ -10,17 +10,15 @@
10#ifndef _OXYFRAME_H 10#ifndef _OXYFRAME_H
11#define _OXYFRAME_H 11#define _OXYFRAME_H
12 12
13 13
14#include <qframe.h> 14#include <qframe.h>
15 15
16class OxyFrame : public QFrame 16class OxyFrame : public QFrame
17{ 17{
18 Q_OBJECT 18 Q_OBJECT
19 19
20 public: 20 public:
21 OxyFrame( QWidget *parent=0, const char *name=0); 21 OxyFrame( QWidget *parent=0, const char *name=0);
22
23
24}; 22};
25 23
26#endif 24#endif