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.cpp') diff --git a/noncore/apps/oxygen/oxyframe.cpp b/noncore/apps/oxygen/oxyframe.cpp index a7833be..d459d2b 100644 --- a/noncore/apps/oxygen/oxyframe.cpp +++ b/noncore/apps/oxygen/oxyframe.cpp @@ -19,3 +19,6 @@ OxyFrame::OxyFrame(QWidget *parent, const char *name) : QFrame(parent,name) this->setBackgroundColor( QColor( cyan ) ); } +void OxyFrame::mousePressEvent ( QMouseEvent * e ){ + emit clicked(); +}; -- cgit v0.9.0.2