summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/light.cpp
Unidiff
Diffstat (limited to 'core/settings/light-and-power/light.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/light-and-power/light.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/settings/light-and-power/light.cpp b/core/settings/light-and-power/light.cpp
index 424a64c..1c61787 100644
--- a/core/settings/light-and-power/light.cpp
+++ b/core/settings/light-and-power/light.cpp
@@ -126,2 +126,3 @@ LightSettings::LightSettings( QWidget* parent, const char* name, WFlags )
126 126
127//
127 if (m_cres) { 128 if (m_cres) {
@@ -182,2 +183,3 @@ LightSettings::LightSettings( QWidget* parent, const char* name, WFlags )
182 tabs-> setCurrentPage ( 0 ); 183 tabs-> setCurrentPage ( 0 );
184 brightness->setFocus();
183 } 185 }
@@ -185,2 +187,3 @@ LightSettings::LightSettings( QWidget* parent, const char* name, WFlags )
185 tabs-> setCurrentPage ( 1 ); 187 tabs-> setCurrentPage ( 1 );
188 brightness_ac->setFocus();
186 } 189 }