Changelog for 0.0.8
[harmattan/cameraplus] / declarative / flickerreduction.h
index 6cfe5ef..d82ccf9 100644 (file)
 #ifndef FLICKER_REDUCTION_H
 #define FLICKER_REDUCTION_H
 
-#include <QObject>
+#include "capability.h"
 #include "qtcamflickerreduction.h"
 
 class QtCamDevice;
 
-class FlickerReduction : public QObject {
+class FlickerReduction : public Capability {
   Q_OBJECT
 
   Q_PROPERTY(FlickerReductionMode value READ value WRITE setValue NOTIFY valueChanged);