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

« back to all changes in this revision

Viewing changes to libmuon/settings/NotifySettingsPage.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:
23
23
 
24
24
#include "SettingsPageBase.h"
25
25
 
26
 
#include "libmuonprivate_export.h"
 
26
#include "libMuonCommon_export.h"
27
27
 
28
28
class QDBusInterface;
29
29
class QCheckBox;
30
30
class QRadioButton;
31
31
 
32
 
class MUONPRIVATE_EXPORT NotifySettingsPage : public SettingsPageBase
 
32
class MUONCOMMON_EXPORT NotifySettingsPage : public SettingsPageBase
33
33
{
34
34
    Q_OBJECT
35
35