include QtXml/QDomElement rather than Qt/QtXml - fixes compilation on OS X
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1816 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2008-10-30 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* plugins/sid/sid_instrument.cpp:
|
||||
* plugins/papu/papu_instrument.cpp:
|
||||
* include/clipboard.h:
|
||||
include QtXml/QDomElement rather than Qt/QtXml - fixes compilation on
|
||||
OS X
|
||||
|
||||
2008-10-29 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* plugins/ladspa_effect/ladspa_effect.cpp:
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#define _CLIPBOARD_H
|
||||
|
||||
#include <QtCore/QMap>
|
||||
#include <Qt/QtXml>
|
||||
#include <QtXml/QDomElement>
|
||||
|
||||
|
||||
class journallingObject;
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <Qt/QtXml>
|
||||
#include <QtGui/QPainter>
|
||||
#include <QtXml/QDomElement>
|
||||
#include "Basic_Gb_Apu.h"
|
||||
|
||||
#include "papu_instrument.h"
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <Qt/QtXml>
|
||||
#include <QtGui/QPainter>
|
||||
#include <QtXml/QDomElement>
|
||||
#include "sid.h"
|
||||
|
||||
#include "sid_instrument.h"
|
||||
|
||||
Reference in New Issue
Block a user