summaryrefslogtreecommitdiffstats
path: root/src/sound/MappedInstrument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/MappedInstrument.h')
-rw-r--r--src/sound/MappedInstrument.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sound/MappedInstrument.h b/src/sound/MappedInstrument.h
index 49f0167..fc6d5e1 100644
--- a/src/sound/MappedInstrument.h
+++ b/src/sound/MappedInstrument.h
@@ -82,10 +82,10 @@ public:
unsigned int getAudioChannels() const { return m_audioChannels; }
void setAudioChannels(unsigned int channels) { m_audioChannels = channels; }
- friend QDataStream& operator>>(QDataStream &dS, MappedInstrument *mI);
- friend QDataStream& operator<<(QDataStream &dS, MappedInstrument *mI);
- friend QDataStream& operator>>(QDataStream &dS, MappedInstrument &mI);
- friend QDataStream& operator<<(QDataStream &dS, const MappedInstrument &mI);
+ friend TQDataStream& operator>>(TQDataStream &dS, MappedInstrument *mI);
+ friend TQDataStream& operator<<(TQDataStream &dS, MappedInstrument *mI);
+ friend TQDataStream& operator>>(TQDataStream &dS, MappedInstrument &mI);
+ friend TQDataStream& operator<<(TQDataStream &dS, const MappedInstrument &mI);
private: