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, 1 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/oxyframe.h b/noncore/apps/oxygen/oxyframe.h
index 9736ea9..4b25525 100644
--- a/noncore/apps/oxygen/oxyframe.h
+++ b/noncore/apps/oxygen/oxyframe.h
@@ -30,12 +30,12 @@ class OxyFrame : public QLabel
30 void mousePressEvent( QMouseEvent *); 30 void mousePressEvent( QMouseEvent *);
31 31
32 QString N; 32 QString N;
33 33
34 signals: 34 signals:
35 /* 35 /*
36 * this signal emits the name ( the elemen-number ) 36 * this signal emits the name (the element-number)
37 */ 37 */
38 void num(QString); 38 void num(QString);
39}; 39};
40 40
41#endif 41#endif