summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxyframe.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/oxygen/oxyframe.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxyframe.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/oxyframe.h b/noncore/apps/oxygen/oxyframe.h
index 9c7dab5..6ff9e27 100644
--- a/noncore/apps/oxygen/oxyframe.h
+++ b/noncore/apps/oxygen/oxyframe.h
@@ -19,6 +19,11 @@ class OxyFrame : public QFrame
public:
OxyFrame( QWidget *parent=0, const char *name=0);
+
+ void mousePressEvent( QMouseEvent *);
+
+ signals:
+ void clicked();
};
#endif