summaryrefslogtreecommitdiffstats
path: root/src/gui/seqmanager/SequenceManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/seqmanager/SequenceManager.h')
-rw-r--r--src/gui/seqmanager/SequenceManager.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/gui/seqmanager/SequenceManager.h b/src/gui/seqmanager/SequenceManager.h
index 4713aab..c723e79 100644
--- a/src/gui/seqmanager/SequenceManager.h
+++ b/src/gui/seqmanager/SequenceManager.h
@@ -66,6 +66,7 @@ class AudioManagerDialog;
class SequenceManager : public TQObject, public CompositionObserver
{
Q_OBJECT
+ TQ_OBJECT
public:
SequenceManager(RosegardenGUIDoc *doc,
TransportDialog *transport);
@@ -101,7 +102,7 @@ public:
void fastForwardToEnd();
void setLoop(const timeT &lhs, const timeT &rhs);
- void notifySequencerStatus(TransportStatus status);
+ void notifySequencertqStatus(TransporttqStatus status);
void sendSequencerJump(const RealTime &time);
// Events coming in
@@ -111,7 +112,7 @@ public:
// Before playing and recording. If warnUser is true, show the
// user a warning dialog if there is a problem with the setup.
//
- void checkSoundDriverStatus(bool warnUser);
+ void checkSoundDrivertqStatus(bool warnUser);
/**
* Send program changes and align Instrument lists before playback
@@ -125,8 +126,8 @@ public:
void preparePlayback(bool forceProgramChanges = false);
/// Check and set sequencer status
- void setTransportStatus(const TransportStatus &status);
- TransportStatus getTransportStatus() const { return m_transportStatus; }
+ void setTransporttqStatus(const TransporttqStatus &status);
+ TransporttqStatus getTransporttqStatus() const { return m_transporttqStatus; }
/**
* Suspend the sequencer to allow for a safe DCOP call() i.e. one
@@ -139,7 +140,7 @@ public:
void sendAudioLevel(MappedEvent *mE);
/// Find what has been initialised and what hasn't
- unsigned int getSoundDriverStatus() { return m_soundDriverStatus; }
+ unsigned int getSoundDrivertqStatus() { return m_soundDrivertqStatus; }
/// Reset MIDI controllers
void resetControllers();
@@ -246,7 +247,7 @@ protected:
void resetMetronomeMmapper();
void resetTempoSegmentMmapper();
void resetTimeSigSegmentMmapper();
- void checkRefreshStatus();
+ void checkRefreshtqStatus();
void sendMIDIRecordingDevice(const TQString recordDeviceStr);
void restoreRecordSubscriptions();
bool shouldWarnForImpreciseTimer();
@@ -266,8 +267,8 @@ protected:
bool m_metronomeNeedsRefresh;
// statuses
- TransportStatus m_transportStatus;
- unsigned int m_soundDriverStatus;
+ TransporttqStatus m_transporttqStatus;
+ unsigned int m_soundDrivertqStatus;
// pointer to the transport dialog
TransportDialog *m_transport;