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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/core/settings/light-and-power/settings.h b/core/settings/light-and-power/settings.h
index 27c09a7..77f90d6 100644
--- a/core/settings/light-and-power/settings.h
+++ b/core/settings/light-and-power/settings.h
@@ -18,35 +18,37 @@
**
**********************************************************************/
#ifndef SETTINGS_H
#define SETTINGS_H
-#include <qstrlist.h>
+#include <qstrlist.h>
#include <qasciidict.h>
#include "lightsettingsbase.h"
class LightSettings : public LightSettingsBase
-{
+{
Q_OBJECT
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();
+ void slotSliderTicks( int steps );
private:
int initbright;
+ int initbright_ac;
};
#endif // SETTINGS_H