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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/oxyframe.h b/noncore/apps/oxygen/oxyframe.h
index a19f13c..4543504 100644
--- a/noncore/apps/oxygen/oxyframe.h
+++ b/noncore/apps/oxygen/oxyframe.h
@@ -1,34 +1,41 @@
1/***************************************************************************
2 application: : Oxygen
3
4 begin : September 2002
5 copyright : ( C ) 2002 by Carsten Niehaus
6 email : cniehaus@handhelds.org
7 **************************************************************************/
1 8
2/*************************************************************************** 9/***************************************************************************
3 * * 10 * *
4 * This program is free software; you can redistribute it and/or modify * 11 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License as published by * 12 * it under the terms of the GNU General Public License as published by *
6 * the Free Software Foundation; either version 2 of the License, or * 13 * the Free Software Foundation; either version 2 of the License, or *
7 * ( at your option ) any later version. * 14 * ( at your option ) any later version. *
8 * * 15 * *
9 **************************************************************************/ 16 **************************************************************************/
10#ifndef _OXYFRAME_H 17#ifndef _OXYFRAME_H
11#define _OXYFRAME_H 18#define _OXYFRAME_H
12 19
13 20
14#include <qframe.h> 21#include <qframe.h>
15 22
16class OxyFrame : public QFrame 23class OxyFrame : public QFrame
17{ 24{
18 Q_OBJECT 25 Q_OBJECT
19 26
20 public: 27 public:
21 OxyFrame( QWidget *parent=0, const char *name=0); 28 OxyFrame( QWidget *parent=0, const char *name=0);
22 29
23 void mousePressEvent( QMouseEvent *); 30 void mousePressEvent( QMouseEvent *);
24 31
25 QString N; 32 QString N;
26 33
27 signals: 34 signals:
28 /* 35 /*
29 * this signal emits the name ( the elemen-number ) 36 * this signal emits the name ( the elemen-number )
30 */ 37 */
31 void num(QString); 38 void num(QString);
32}; 39};
33 40
34#endif 41#endif