summaryrefslogtreecommitdiffstats
path: root/audio/clam_networkeditor/compile_fix.diff
blob: 904d5e57dfcdea3318029c1dfb188f8cb9e19507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/CLAMWidgets.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/CLAMWidgets.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/CLAMWidgets.hxx	2006-10-03 14:32:09.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/CLAMWidgets.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -1,5 +1,5 @@
 #include <QtDesigner/QDesignerContainerExtension>
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 #include <QtDesigner/QDesignerCustomWidgetCollectionInterface>
 #include <QtCore/QtPlugin>
 
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/ChordRankingPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/ChordRankingPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/ChordRankingPlugin.hxx	2007-04-16 12:10:57.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/ChordRankingPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef ChordRankingPlugin_hxx
 #define ChordRankingPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class ChordRankingPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/ControlSurfaceWidgetPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/ControlSurfaceWidgetPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/ControlSurfaceWidgetPlugin.hxx	2007-04-20 04:46:36.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/ControlSurfaceWidgetPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef ControlSurfaceWidgetPlugin_hxx
 #define ControlSurfaceWidgetPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class ControlSurfaceWidgetPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/KeySpacePlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/KeySpacePlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/KeySpacePlugin.hxx	2007-04-16 12:10:57.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/KeySpacePlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef KeySpacePlugin_hxx
 #define KeySpacePlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class KeySpacePlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/LPModelViewPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/LPModelViewPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/LPModelViewPlugin.hxx	2007-04-16 12:10:57.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/LPModelViewPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef LPModelViewPlugin_hxx
 #define LPModelViewPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class LPModelViewPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/MelCepstrumViewPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/MelCepstrumViewPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/MelCepstrumViewPlugin.hxx	2007-04-16 12:10:57.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/MelCepstrumViewPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef MelCepstrumViewPlugin_hxx
 #define MelCepstrumViewPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class MelCepstrumViewPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/MelSpectrumViewPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/MelSpectrumViewPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/MelSpectrumViewPlugin.hxx	2007-04-16 12:10:57.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/MelSpectrumViewPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef MelSpectrumViewPlugin_hxx
 #define MelSpectrumViewPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class MelSpectrumViewPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/OscilloscopePlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/OscilloscopePlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/OscilloscopePlugin.hxx	2007-04-16 12:10:57.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/OscilloscopePlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef OscilloscopePlugin_hxx
 #define OscilloscopePlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class OscilloscopePlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/PeakViewPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/PeakViewPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/PeakViewPlugin.hxx	2007-04-16 12:10:57.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/PeakViewPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef PeakViewPlugin_hxx
 #define PeakViewPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class PeakViewPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/PixmapWidgetsPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/PixmapWidgetsPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/PixmapWidgetsPlugin.hxx	2007-04-16 12:10:57.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/PixmapWidgetsPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef PixmapSliderPlugin_hxx
 #define PixmapSliderPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class PixmapSliderPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/PolarChromaPeaksPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/PolarChromaPeaksPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/PolarChromaPeaksPlugin.hxx	2007-04-16 12:10:57.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/PolarChromaPeaksPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef PolarChromaPeaksPlugin_hxx
 #define PolarChromaPeaksPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class PolarChromaPeaksPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/ProgressControlWidgetPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/ProgressControlWidgetPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/ProgressControlWidgetPlugin.hxx	2008-07-08 11:36:21.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/ProgressControlWidgetPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef ProgressControlWidgetPlugin_hxx
 #define ProgressControlWidgetPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class ProgressControlWidgetPlugin : public QObject,
                                     public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/QFirstPersonPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/QFirstPersonPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/QFirstPersonPlugin.hxx	2008-03-11 21:24:12.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/QFirstPersonPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef QFirstPersonPlugin_hxx
 #define QFirstPersonPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class QFirstPersonPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/QSynthKnobPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/QSynthKnobPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/QSynthKnobPlugin.hxx	2007-04-16 12:10:57.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/QSynthKnobPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef QSynthKnobPlugin_hxx
 #define QSynthKnobPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class QSynthKnobPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/SegmentationViewPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/SegmentationViewPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/SegmentationViewPlugin.hxx	2008-07-28 05:50:33.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/SegmentationViewPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef SegmentationViewPlugin_hxx
 #define SegmentationViewPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class SegmentationViewPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/SpectrogramPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/SpectrogramPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/SpectrogramPlugin.hxx	2007-08-13 23:08:23.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/SpectrogramPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef SpectrogramPlugin_hxx
 #define SpectrogramPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class SpectrogramPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/SpectrumViewPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/SpectrumViewPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/SpectrumViewPlugin.hxx	2007-04-16 12:10:57.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/SpectrumViewPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef SpectrumViewPlugin_hxx
 #define SpectrumViewPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class SpectrumViewPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/TonnetzPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/TonnetzPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/TonnetzPlugin.hxx	2007-04-16 12:10:57.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/TonnetzPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef TonnetzPlugin_hxx
 #define TonnetzPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class TonnetzPlugin : public QObject,
                              public QDesignerCustomWidgetInterface
diff -Naur NetworkEditor-1.3.0/src/clamWidgetsPlugin/VumeterPlugin.hxx NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/VumeterPlugin.hxx
--- NetworkEditor-1.3.0/src/clamWidgetsPlugin/VumeterPlugin.hxx	2007-04-16 12:10:57.000000000 -0400
+++ NetworkEditor-1.3.0.patched/src/clamWidgetsPlugin/VumeterPlugin.hxx	2009-12-29 03:04:24.000000000 -0500
@@ -24,7 +24,7 @@
 #ifndef VumeterPlugin_hxx
 #define VumeterPlugin_hxx
 
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QDesignerCustomWidgetInterface>
 
 class VumeterPlugin : public QObject,
                              public QDesignerCustomWidgetInterface