Kill redundant Connecation element for resolution settings
[harmattan/cameraplus] / declarative / iso.h
index fd0831f..9055ae6 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 ISO_H
 #define ISO_H
 
-#include <QObject>
+#include "capability.h"
 
 class QtCamIso;
 class QtCamDevice;
 
-class Iso : public QObject {
+class Iso : public Capability {
   Q_OBJECT
 
   Q_PROPERTY(unsigned int value READ value WRITE setValue NOTIFY valueChanged);