Rename orientationChanged to onOrientationChanged
[harmattan/cameraplus] / src / harmattan / orientation.h
index 8d46f80..183ffd1 100644 (file)
@@ -61,7 +61,7 @@ signals:
   void orientationChanged();
 
 private slots:
-  void orientationChanged(const MeeGo::QmOrientationReading& value);
+  void onOrientationChanged(const MeeGo::QmOrientationReading& value);
 
 private:
   MeeGo::QmOrientation *m_orientation;