summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/sensor.h
Side-by-side diff
Diffstat (limited to 'core/settings/light-and-power/sensor.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/light-and-power/sensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/settings/light-and-power/sensor.h b/core/settings/light-and-power/sensor.h
index b484519..092ac6c 100644
--- a/core/settings/light-and-power/sensor.h
+++ b/core/settings/light-and-power/sensor.h
@@ -31,25 +31,25 @@
#include "sensorbase.h"
class Calibration;
class QStringList;
class Sensor : public SensorBase {
Q_OBJECT
public:
Sensor ( QStringList &params, QWidget *parent = 0, const char *name = 0 );
virtual void accept ( );
signals:
void viewBacklight ( int );
private slots:
void pointDrag ( const QPoint & );
private:
QStringList &m_params;
Calibration *m_calib;
};
-#endif \ No newline at end of file
+#endif