~ubuntu-branches/ubuntu/wily/kid3/wily-proposed

« back to all changes in this revision

Viewing changes to src/core/utils/qtcompatmac.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2012-05-14 18:27:44 UTC
  • mfrom: (1.1.14) (2.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20120514182744-4tul4661q4rao8vm
Tags: 2.1-2
Remove patch 01-gcc4.7-ftbfs, it was merged with 2.1 to another location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * \author Urs Fleisch
7
7
 * \date 31 Oct 2006
8
8
 *
9
 
 * Copyright (C) 2006-2009  Urs Fleisch
 
9
 * Copyright (C) 2006-2012  Urs Fleisch
10
10
 *
11
11
 * This file is part of Kid3.
12
12
 *
44
44
 
45
45
#define QCM_translate(s) QCoreApplication::translate("@default", s)
46
46
 
 
47
#if QT_VERSION >= 0x040600
 
48
 
 
49
#define QCM_QIcon_fromTheme(n) QIcon::fromTheme(n, QIcon(":/images/" n ".png"))
 
50
 
 
51
#else
 
52
 
 
53
#define QCM_QIcon_fromTheme(n) QIcon(":/images/" n ".png")
 
54
 
 
55
#endif
 
56
 
47
57
#endif
48
58
 
49
59
#endif // QTCOMPATMAC_H