~ubuntu-branches/ubuntu/vivid/muon/vivid-proposed

« back to all changes in this revision

Viewing changes to libmuon/notifiers/BackendNotifierModule.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2015-03-24 07:36:31 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: package-import@ubuntu.com-20150324073631-7nmay5episnfkdlt
Tags: upstream-5.2.2
ImportĀ upstreamĀ versionĀ 5.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define BACKENDNOTIFIERMODULE_H
23
23
 
24
24
#include <QObject>
25
 
#include "../libmuonprivate_export.h"
 
25
#include "../libMuonCommon_export.h"
26
26
 
27
 
class MUONPRIVATE_EXPORT BackendNotifierModule : public QObject
 
27
class MUONCOMMON_EXPORT BackendNotifierModule : public QObject
28
28
{
29
29
Q_OBJECT
30
30
public: