summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxyframe.cpp
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/oxyframe.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxyframe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/oxyframe.cpp b/noncore/apps/oxygen/oxyframe.cpp
index 2ce40e7..5a4dbbe 100644
--- a/noncore/apps/oxygen/oxyframe.cpp
+++ b/noncore/apps/oxygen/oxyframe.cpp
@@ -27,15 +27,15 @@ OxyFrame::OxyFrame(QWidget *parent, const char *name, QString symbol )
27 this->setLineWidth( 0 ); 27 this->setLineWidth( 0 );
28 this->setMidLineWidth( 1 ); 28 this->setMidLineWidth( 1 );
29 this->setFrameShadow( QFrame::Sunken ); 29 this->setFrameShadow( QFrame::Sunken );
30 setMinimumSize(6,6); 30 setMinimumSize(6,6);
31 setScaledContents( true ); 31 setScaledContents( true );
32 QFont font; 32 QFont font;
33 font.setWeight(QFont::Light); 33 font.setWeight(QFont::Light);
34 font.setPixelSize(3); 34 font.setPixelSize(3);
35 setFont( font ); 35 setFont( font );
36 setText( symbol ); 36 setText( symbol );
37} 37}
38 38
39void OxyFrame::mousePressEvent ( QMouseEvent * e ){ 39void OxyFrame::mousePressEvent ( QMouseEvent* /*e*/ ){
40 emit num( N ); 40 emit num( N );
41}; 41};