summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxyframe.h
authortille <tille>2002-11-17 17:41:36 (UTC)
committer tille <tille>2002-11-17 17:41:36 (UTC)
commit8b7363e22c3d8ba53baf14e6eb31ea3958b43e9c (patch) (unidiff)
treef9ada7584e39e37402e588b9c67f276c845ee832 /noncore/apps/oxygen/oxyframe.h
parentc7e7142bc83a8f3d526452bce56c410f4e88c750 (diff)
downloadopie-8b7363e22c3d8ba53baf14e6eb31ea3958b43e9c.zip
opie-8b7363e22c3d8ba53baf14e6eb31ea3958b43e9c.tar.gz
opie-8b7363e22c3d8ba53baf14e6eb31ea3958b43e9c.tar.bz2
added atom symbols in table
Diffstat (limited to 'noncore/apps/oxygen/oxyframe.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxyframe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/apps/oxygen/oxyframe.h b/noncore/apps/oxygen/oxyframe.h
index 4543504..9736ea9 100644
--- a/noncore/apps/oxygen/oxyframe.h
+++ b/noncore/apps/oxygen/oxyframe.h
@@ -18,14 +18,14 @@
18#define _OXYFRAME_H 18#define _OXYFRAME_H
19 19
20 20
21#include <qframe.h> 21#include <qlabel.h>
22 22
23class OxyFrame : public QFrame 23class OxyFrame : public QLabel
24{ 24{
25 Q_OBJECT 25 Q_OBJECT
26 26
27 public: 27 public:
28 OxyFrame( QWidget *parent=0, const char *name=0); 28 OxyFrame( QWidget *parent=0, const char *name=0, QString symbol="" );
29 29
30 void mousePressEvent( QMouseEvent *); 30 void mousePressEvent( QMouseEvent *);
31 31