summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/settings.h
Side-by-side diff
Diffstat (limited to 'core/settings/light-and-power/settings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/light-and-power/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/settings/light-and-power/settings.h b/core/settings/light-and-power/settings.h
index cec08e3..27c09a7 100644
--- a/core/settings/light-and-power/settings.h
+++ b/core/settings/light-and-power/settings.h
@@ -34,12 +34,14 @@ public:
LightSettings( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~LightSettings();
protected:
void accept();
void reject();
+
+ void done ( int r );
private slots:
void applyBrightness();
private:
int initbright;