Source /tmp/session_bus_address.user before invoking dbus-send in postinst script
[harmattan/cameraplus] / declarative / exposure.h
index 0b2c9ed..421b993 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 EXPOSURE_H
 #define EXPOSURE_H
 
-#include <QObject>
+#include "capability.h"
 
 class QtCamExposure;
 class QtCamDevice;
 
-class Exposure : public QObject {
+class Exposure : public Capability {
   Q_OBJECT
 
   Q_PROPERTY(unsigned int value READ value WRITE setValue NOTIFY valueChanged);