summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/psewidget.cpp
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/psewidget.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/psewidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/psewidget.cpp b/noncore/apps/oxygen/psewidget.cpp
index b396046..4f990b0 100644
--- a/noncore/apps/oxygen/psewidget.cpp
+++ b/noncore/apps/oxygen/psewidget.cpp
@@ -58,7 +58,7 @@ PSEWidget::PSEWidget(const QStringList &list) : QWidget()
58 vlay->addWidget( oxyDW ); 58 vlay->addWidget( oxyDW );
59} 59}
60 60
61QColor PSEWidget::PSEColor( QString block ) 61QColor PSEWidget::PSEColor( QString block ) const
62{ 62{
63 QColor c; 63 QColor c;
64 if ( block == "s" ) c.setRgb( 213 , 233 , 231 ); 64 if ( block == "s" ) c.setRgb( 213 , 233 , 231 );