Changelog for 0.0.8
[harmattan/cameraplus] / declarative / zoom.h
index cb17131..2f847e0 100644 (file)
@@ -3,7 +3,7 @@
 /*!
  * This file is part of CameraPlus.
  *
- * Copyright (C) 2012 Mohammed Sameer <msameer@foolab.org>
+ * Copyright (C) 2012-2013 Mohammed Sameer <msameer@foolab.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
 #ifndef ZOOM_H
 #define ZOOM_H
 
-#include <QObject>
+#include "capability.h"
 
 class QtCamZoom;
 class QtCamDevice;
 
-class Zoom : public QObject {
+class Zoom : public Capability {
   Q_OBJECT
 
   Q_PROPERTY(qreal value READ value WRITE setValue NOTIFY valueChanged);