From aef34909dcfb2ffb637c9d3693e395c15b255cb2 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Thu, 19 Sep 2002 19:34:26 +0000 Subject: wow, this works now :)) Elemental: ich hab' dich! --- (limited to 'noncore/apps/oxygen/oxyframe.h') 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 -- cgit v0.9.0.2