summaryrefslogtreecommitdiffstats
path: root/src/sound/MidiFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/MidiFile.h')
-rw-r--r--src/sound/MidiFile.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sound/MidiFile.h b/src/sound/MidiFile.h
index 7efeb28..7cbbb6f 100644
--- a/src/sound/MidiFile.h
+++ b/src/sound/MidiFile.h
@@ -38,7 +38,7 @@
// from MIDI Files. Despite the fact you can reuse this
// object it's probably safer just to create it for a
// single way conversion and then throw it away (MIDI
-// to Composition conversion invalidates the internal
+// to Composition conversion tqinvalidates the internal
// MIDI model).
//
// Derived from SoundFile but still had some features
@@ -66,13 +66,14 @@ class Studio;
class MidiFile : public TQObject, public SoundFile
{
Q_OBJECT
+ TQ_OBJECT
public:
typedef enum
{
MIDI_SINGLE_TRACK_FILE = 0x00,
MIDI_SIMULTANEOUS_TRACK_FILE = 0x01,
- MIDI_SEQUENTIAL_TRACK_FILE = 0x02,
+ MIDI_SETQUENTIAL_TRACK_FILE = 0x02,
MIDI_CONVERTED_TO_APPLICATION = 0xFE,
MIDI_FILE_NOT_LOADED = 0xFF
} MIDIFileFormatType;