summaryrefslogtreecommitdiffstats
path: root/src/sound/MappedEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/MappedEvent.h')
-rw-r--r--src/sound/MappedEvent.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sound/MappedEvent.h b/src/sound/MappedEvent.h
index cc4e3f3..f5151b2 100644
--- a/src/sound/MappedEvent.h
+++ b/src/sound/MappedEvent.h
@@ -19,7 +19,7 @@
COPYING included with this distribution for more information.
*/
-#include <qdatastream.h>
+#include <tqdatastream.h>
#include "Composition.h" // for RealTime
#include "Event.h"
@@ -459,10 +459,10 @@ public:
MappedEvent& operator=(const MappedEvent &mE);
- friend QDataStream& operator>>(QDataStream &dS, MappedEvent *mE);
- friend QDataStream& operator<<(QDataStream &dS, MappedEvent *mE);
- friend QDataStream& operator>>(QDataStream &dS, MappedEvent &mE);
- friend QDataStream& operator<<(QDataStream &dS, const MappedEvent &mE);
+ friend TQDataStream& operator>>(TQDataStream &dS, MappedEvent *mE);
+ friend TQDataStream& operator<<(TQDataStream &dS, MappedEvent *mE);
+ friend TQDataStream& operator>>(TQDataStream &dS, MappedEvent &mE);
+ friend TQDataStream& operator<<(TQDataStream &dS, const MappedEvent &mE);
/// Add a single byte to the event's datablock (for SysExs)
void addDataByte(MidiByte byte);