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

« back to all changes in this revision

Viewing changes to libmuonapt/MuonStrings.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:
25
25
 
26
26
#include <QApt/Package>
27
27
 
28
 
#include "libmuonprivate_export.h"
 
28
#include "libMuonCommon_export.h"
29
29
 
30
30
namespace QApt {
31
31
    class Transaction;
32
32
}
33
33
 
34
 
class MUONPRIVATE_EXPORT MuonStrings : public QObject
 
34
class MUONCOMMON_EXPORT MuonStrings : public QObject
35
35
{
36
36
    Q_OBJECT
37
37
public: