X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=src%2Fgalleryhelper.h;h=80e7c77b2355998184767eb7f854a8041ce7105c;hb=f64ec59e63bc8379b80393ff7c8e241e448e8234;hp=d10e19d2c22293bfcfaf5e0aca0e63553c1e9c4d;hpb=73bb83f1b7216276411bf79508f7e367b266e50f;p=harmattan%2Fcameraplus diff --git a/src/galleryhelper.h b/src/galleryhelper.h index d10e19d..80e7c77 100644 --- a/src/galleryhelper.h +++ b/src/galleryhelper.h @@ -3,7 +3,7 @@ /*! * This file is part of CameraPlus. * - * Copyright (C) 2012 Mohammed Sameer + * Copyright (C) 2012-2013 Mohammed Sameer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -23,12 +23,11 @@ #ifndef GALLERY_HELPER_H #define GALLERY_HELPER_H -#include +#include "dbusservice.h" class QUrl; -class GalleryInterface; -class GalleryHelper : public QObject { +class GalleryHelper : public DbusService { Q_OBJECT public: @@ -37,9 +36,6 @@ public: Q_INVOKABLE bool show(const QUrl& path); Q_INVOKABLE bool launch(); - -private: - GalleryInterface *m_iface; }; #endif /* GALLERY_HELPER_H */