]> git.pld-linux.org Git - packages/kde4-calligra.git/blame - moc.patch
- rebuild for g++ ABI changes
[packages/kde4-calligra.git] / moc.patch
CommitLineData
605380e2
JR
1diff -ur calligra-2.8.7/kexi/migration/mdb/src/keximdb/mdbmigrate.h calligra-2.8.7-moc/kexi/migration/mdb/src/keximdb/mdbmigrate.h
2--- calligra-2.8.7/kexi/migration/mdb/src/keximdb/mdbmigrate.h 2014-11-30 15:02:18.000000000 +0100
3+++ calligra-2.8.7-moc/kexi/migration/mdb/src/keximdb/mdbmigrate.h 2017-04-22 12:39:35.348672097 +0200
4@@ -21,7 +21,9 @@
5 #ifndef MDBMIGRATE_H
6 #define MDBMIGRATE_H
7
8+#ifndef Q_MOC_RUN
9 #include <mdbtools.h>
10+#endif
11
12 #include <migration/keximigrate.h>
13 #include <db/field.h>
14diff -ur calligra-2.8.7/kexi/plugins/forms/widgets/mapbrowser/MapBrowserWidget.h calligra-2.8.7-moc/kexi/plugins/forms/widgets/mapbrowser/MapBrowserWidget.h
15--- calligra-2.8.7/kexi/plugins/forms/widgets/mapbrowser/MapBrowserWidget.h 2014-11-30 15:02:18.000000000 +0100
16+++ calligra-2.8.7-moc/kexi/plugins/forms/widgets/mapbrowser/MapBrowserWidget.h 2017-04-22 12:31:24.932008982 +0200
17@@ -21,7 +21,9 @@
18 #ifndef MAPBROWSERWIDGET_H
19 #define MAPBROWSERWIDGET_H
20
21+#ifndef Q_MOC_RUN
22 #include <marble/MarbleWidget.h>
23+#endif
24
25 #include "widgetfactory.h"
26 #include "container.h"
27diff -ur calligra-2.8.7/plugins/reporting/maps/KoReportItemMaps.h calligra-2.8.7-moc/plugins/reporting/maps/KoReportItemMaps.h
28--- calligra-2.8.7/plugins/reporting/maps/KoReportItemMaps.h 2014-11-30 15:02:20.000000000 +0100
29+++ calligra-2.8.7-moc/plugins/reporting/maps/KoReportItemMaps.h 2017-04-22 13:52:08.408640585 +0200
30@@ -29,7 +29,9 @@
31 #include <kdebug.h>
32 #include <klocalizedstring.h>
33 #include <kglobalsettings.h>
34+#ifndef Q_MOC_RUN
35 #include <marble/MarbleWidget.h>
36+#endif
37 #include <QMap>
38
39 class QImage;
40Only in calligra-2.8.7-moc/plugins/reporting/maps: KoReportItemMaps.h~
This page took 0.083023 seconds and 4 git commands to generate.