summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/camerabin/camerabinexposure.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/gstreamer/camerabin/camerabinexposure.h')
-rw-r--r--src/plugins/gstreamer/camerabin/camerabinexposure.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/gstreamer/camerabin/camerabinexposure.h b/src/plugins/gstreamer/camerabin/camerabinexposure.h
index 495195fb6..8bcd6d2f0 100644
--- a/src/plugins/gstreamer/camerabin/camerabinexposure.h
+++ b/src/plugins/gstreamer/camerabin/camerabinexposure.h
@@ -48,9 +48,9 @@
#include <gst/gst.h>
#include <glib.h>
-class CameraBinSession;
+QT_BEGIN_NAMESPACE
-QT_USE_NAMESPACE
+class CameraBinSession;
class Q_MULTIMEDIA_EXPORT CameraBinExposure : public QCameraExposureControl
{
@@ -80,4 +80,6 @@ private:
CameraBinSession *m_session;
};
+QT_END_NAMESPACE
+
#endif // CAMERABINEXPOSURECONTROL_MAEMO_H