summaryrefslogtreecommitdiffstats
path: root/src/gui/editors
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors')
-rw-r--r--src/gui/editors/eventlist/EventView.h2
-rw-r--r--src/gui/editors/guitar/GuitarChordEditorDialog.h2
-rw-r--r--src/gui/editors/guitar/GuitarChordSelectorDialog.h2
-rw-r--r--src/gui/editors/matrix/MatrixCanvasView.h2
-rw-r--r--src/gui/editors/matrix/MatrixMover.h2
-rw-r--r--src/gui/editors/matrix/MatrixPainter.h2
-rw-r--r--src/gui/editors/matrix/MatrixParameterBox.h2
-rw-r--r--src/gui/editors/matrix/MatrixResizer.h2
-rw-r--r--src/gui/editors/matrix/MatrixSelector.h2
-rw-r--r--src/gui/editors/matrix/MatrixTool.h2
-rw-r--r--src/gui/editors/matrix/MatrixToolBox.h2
-rw-r--r--src/gui/editors/matrix/MatrixView.h6
-rw-r--r--src/gui/editors/matrix/PianoKeyboard.h2
-rw-r--r--src/gui/editors/notation/ClefInserter.h2
-rw-r--r--src/gui/editors/notation/FontViewFrame.h2
-rw-r--r--src/gui/editors/notation/GuitarChordInserter.h2
-rw-r--r--src/gui/editors/notation/HeadersGroup.h2
-rw-r--r--src/gui/editors/notation/NotationCanvasView.h2
-rw-r--r--src/gui/editors/notation/NotationEraser.h2
-rw-r--r--src/gui/editors/notation/NotationSelector.h2
-rw-r--r--src/gui/editors/notation/NotationToolBox.h2
-rw-r--r--src/gui/editors/notation/NotationView.h2
-rw-r--r--src/gui/editors/notation/NoteFontViewer.h2
-rw-r--r--src/gui/editors/notation/NoteInserter.h2
-rw-r--r--src/gui/editors/notation/RestInserter.h2
-rw-r--r--src/gui/editors/notation/TextInserter.h2
-rw-r--r--src/gui/editors/notation/TrackHeader.h2
-rw-r--r--src/gui/editors/parameters/AudioInstrumentParameterPanel.h2
-rw-r--r--src/gui/editors/parameters/InstrumentParameterBox.h2
-rw-r--r--src/gui/editors/parameters/InstrumentParameterPanel.h2
-rw-r--r--src/gui/editors/parameters/MIDIInstrumentParameterPanel.h2
-rw-r--r--src/gui/editors/parameters/RosegardenParameterArea.h2
-rw-r--r--src/gui/editors/parameters/RosegardenParameterBox.h2
-rw-r--r--src/gui/editors/parameters/SegmentParameterBox.h2
-rw-r--r--src/gui/editors/parameters/TrackParameterBox.h2
-rw-r--r--src/gui/editors/segment/ControlEditorDialog.h2
-rw-r--r--src/gui/editors/segment/ControlParameterEditDialog.h2
-rw-r--r--src/gui/editors/segment/MarkerEditor.h2
-rw-r--r--src/gui/editors/segment/PlayList.h2
-rw-r--r--src/gui/editors/segment/PlayListDialog.h2
-rw-r--r--src/gui/editors/segment/TrackButtons.h2
-rw-r--r--src/gui/editors/segment/TrackEditor.h2
-rw-r--r--src/gui/editors/segment/TrackLabel.h2
-rw-r--r--src/gui/editors/segment/TriggerSegmentManager.h2
-rw-r--r--src/gui/editors/segment/segmentcanvas/AudioPreviewUpdater.h2
-rw-r--r--src/gui/editors/segment/segmentcanvas/CompositionModel.h2
-rw-r--r--src/gui/editors/segment/segmentcanvas/CompositionModelImpl.h2
-rw-r--r--src/gui/editors/segment/segmentcanvas/CompositionView.h2
-rw-r--r--src/gui/editors/segment/segmentcanvas/SegmentEraser.h2
-rw-r--r--src/gui/editors/segment/segmentcanvas/SegmentJoiner.h2
-rw-r--r--src/gui/editors/segment/segmentcanvas/SegmentMover.h2
-rw-r--r--src/gui/editors/segment/segmentcanvas/SegmentPencil.h2
-rw-r--r--src/gui/editors/segment/segmentcanvas/SegmentResizer.h2
-rw-r--r--src/gui/editors/segment/segmentcanvas/SegmentSelector.h2
-rw-r--r--src/gui/editors/segment/segmentcanvas/SegmentSplitter.h2
-rw-r--r--src/gui/editors/segment/segmentcanvas/SegmentToolBox.h2
-rw-r--r--src/gui/editors/tempo/TempoView.h2
57 files changed, 59 insertions, 59 deletions
diff --git a/src/gui/editors/eventlist/EventView.h b/src/gui/editors/eventlist/EventView.h
index 4097228..6c5a4ab 100644
--- a/src/gui/editors/eventlist/EventView.h
+++ b/src/gui/editors/eventlist/EventView.h
@@ -54,7 +54,7 @@ class Event;
class EventView : public EditViewBase, public SegmentObserver
{
- Q_OBJECT
+ TQ_OBJECT
// Event filters
diff --git a/src/gui/editors/guitar/GuitarChordEditorDialog.h b/src/gui/editors/guitar/GuitarChordEditorDialog.h
index b957272..2111325 100644
--- a/src/gui/editors/guitar/GuitarChordEditorDialog.h
+++ b/src/gui/editors/guitar/GuitarChordEditorDialog.h
@@ -39,7 +39,7 @@ class FingeringBox;
class GuitarChordEditorDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/guitar/GuitarChordSelectorDialog.h b/src/gui/editors/guitar/GuitarChordSelectorDialog.h
index 858ee78..5fec758 100644
--- a/src/gui/editors/guitar/GuitarChordSelectorDialog.h
+++ b/src/gui/editors/guitar/GuitarChordSelectorDialog.h
@@ -43,7 +43,7 @@ class FingeringBox;
class GuitarChordSelectorDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
enum { COMPLEXITY_BEGINNER, COMPLEXITY_COMMON, COMPLEXITY_ALL };
diff --git a/src/gui/editors/matrix/MatrixCanvasView.h b/src/gui/editors/matrix/MatrixCanvasView.h
index 64c3523..0de6db5 100644
--- a/src/gui/editors/matrix/MatrixCanvasView.h
+++ b/src/gui/editors/matrix/MatrixCanvasView.h
@@ -44,7 +44,7 @@ class MatrixElement;
class MatrixCanvasView : public RosegardenCanvasView
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/matrix/MatrixMover.h b/src/gui/editors/matrix/MatrixMover.h
index 57e6aaf..c0c74e2 100644
--- a/src/gui/editors/matrix/MatrixMover.h
+++ b/src/gui/editors/matrix/MatrixMover.h
@@ -43,7 +43,7 @@ class Event;
class MatrixMover : public MatrixTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class MatrixToolBox;
diff --git a/src/gui/editors/matrix/MatrixPainter.h b/src/gui/editors/matrix/MatrixPainter.h
index 8ec8c1e..6beddc2 100644
--- a/src/gui/editors/matrix/MatrixPainter.h
+++ b/src/gui/editors/matrix/MatrixPainter.h
@@ -43,7 +43,7 @@ class Event;
class MatrixPainter : public MatrixTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class MatrixToolBox;
diff --git a/src/gui/editors/matrix/MatrixParameterBox.h b/src/gui/editors/matrix/MatrixParameterBox.h
index ee79bf2..1ceb4db 100644
--- a/src/gui/editors/matrix/MatrixParameterBox.h
+++ b/src/gui/editors/matrix/MatrixParameterBox.h
@@ -43,7 +43,7 @@ class EventSelection;
class MatrixParameterBox : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/matrix/MatrixResizer.h b/src/gui/editors/matrix/MatrixResizer.h
index b1704ec..aeebb71 100644
--- a/src/gui/editors/matrix/MatrixResizer.h
+++ b/src/gui/editors/matrix/MatrixResizer.h
@@ -43,7 +43,7 @@ class Event;
class MatrixResizer : public MatrixTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class MatrixToolBox;
diff --git a/src/gui/editors/matrix/MatrixSelector.h b/src/gui/editors/matrix/MatrixSelector.h
index 0267aee..7601f31 100644
--- a/src/gui/editors/matrix/MatrixSelector.h
+++ b/src/gui/editors/matrix/MatrixSelector.h
@@ -46,7 +46,7 @@ class EditTool;
class MatrixSelector : public MatrixTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class MatrixToolBox;
diff --git a/src/gui/editors/matrix/MatrixTool.h b/src/gui/editors/matrix/MatrixTool.h
index 04eacd4..765f994 100644
--- a/src/gui/editors/matrix/MatrixTool.h
+++ b/src/gui/editors/matrix/MatrixTool.h
@@ -40,7 +40,7 @@ class SnapGrid;
class MatrixTool : public EditTool
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/matrix/MatrixToolBox.h b/src/gui/editors/matrix/MatrixToolBox.h
index 4a86467..889e7ee 100644
--- a/src/gui/editors/matrix/MatrixToolBox.h
+++ b/src/gui/editors/matrix/MatrixToolBox.h
@@ -38,7 +38,7 @@ class MatrixStaff;
class MatrixToolBox : public EditToolBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
MatrixToolBox(MatrixView* parent);
diff --git a/src/gui/editors/matrix/MatrixView.h b/src/gui/editors/matrix/MatrixView.h
index cba9ced..9709c50 100644
--- a/src/gui/editors/matrix/MatrixView.h
+++ b/src/gui/editors/matrix/MatrixView.h
@@ -78,7 +78,7 @@ class LevelInfo;
*/
class MatrixView : public EditView
{
- Q_OBJECT
+ TQ_OBJECT
friend class MatrixSelector;
@@ -666,12 +666,12 @@ protected:
};
// Commented this out - was a MatrixView inner class, but we get a warning
-// that Q_OBJECT can't be used in an inner class - gl
+// that TQ_OBJECT can't be used in an inner class - gl
//
// class NoteSender : public TQObject
// {
-// Q_OBJECT
+// TQ_OBJECT
//
// public:
diff --git a/src/gui/editors/matrix/PianoKeyboard.h b/src/gui/editors/matrix/PianoKeyboard.h
index 9580ccf..4d7b33f 100644
--- a/src/gui/editors/matrix/PianoKeyboard.h
+++ b/src/gui/editors/matrix/PianoKeyboard.h
@@ -41,7 +41,7 @@ namespace Rosegarden
class PianoKeyboard : public PitchRuler
{
- Q_OBJECT
+ TQ_OBJECT
public:
PianoKeyboard(TQWidget *parent, int keys = 88);
diff --git a/src/gui/editors/notation/ClefInserter.h b/src/gui/editors/notation/ClefInserter.h
index afdf44f..6d12dcd 100644
--- a/src/gui/editors/notation/ClefInserter.h
+++ b/src/gui/editors/notation/ClefInserter.h
@@ -44,7 +44,7 @@ class NotationView;
*/
class ClefInserter : public NotationTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class NotationToolBox;
diff --git a/src/gui/editors/notation/FontViewFrame.h b/src/gui/editors/notation/FontViewFrame.h
index c2fe4f0..90d16ae 100644
--- a/src/gui/editors/notation/FontViewFrame.h
+++ b/src/gui/editors/notation/FontViewFrame.h
@@ -39,7 +39,7 @@ namespace Rosegarden
class FontViewFrame : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/notation/GuitarChordInserter.h b/src/gui/editors/notation/GuitarChordInserter.h
index caac4f7..cfcd65c 100644
--- a/src/gui/editors/notation/GuitarChordInserter.h
+++ b/src/gui/editors/notation/GuitarChordInserter.h
@@ -44,7 +44,7 @@ class GuitarChordSelectorDialog;
*/
class GuitarChordInserter : public NotationTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class NotationToolBox;
diff --git a/src/gui/editors/notation/HeadersGroup.h b/src/gui/editors/notation/HeadersGroup.h
index 56ce6d2..b562f22 100644
--- a/src/gui/editors/notation/HeadersGroup.h
+++ b/src/gui/editors/notation/HeadersGroup.h
@@ -50,7 +50,7 @@ class TrackHeader;
class HeadersGroup : public TQVBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/src/gui/editors/notation/NotationCanvasView.h b/src/gui/editors/notation/NotationCanvasView.h
index 8382f12..1734411 100644
--- a/src/gui/editors/notation/NotationCanvasView.h
+++ b/src/gui/editors/notation/NotationCanvasView.h
@@ -62,7 +62,7 @@ class LinedStaffManager;
class NotationCanvasView : public RosegardenCanvasView
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/notation/NotationEraser.h b/src/gui/editors/notation/NotationEraser.h
index 9d76a7b..01a8009 100644
--- a/src/gui/editors/notation/NotationEraser.h
+++ b/src/gui/editors/notation/NotationEraser.h
@@ -43,7 +43,7 @@ class NotationView;
*/
class NotationEraser : public NotationTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class NotationToolBox;
diff --git a/src/gui/editors/notation/NotationSelector.h b/src/gui/editors/notation/NotationSelector.h
index 5a58318..f31879d 100644
--- a/src/gui/editors/notation/NotationSelector.h
+++ b/src/gui/editors/notation/NotationSelector.h
@@ -50,7 +50,7 @@ class Event;
*/
class NotationSelector : public NotationTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class NotationToolBox;
diff --git a/src/gui/editors/notation/NotationToolBox.h b/src/gui/editors/notation/NotationToolBox.h
index f29240a..78d354a 100644
--- a/src/gui/editors/notation/NotationToolBox.h
+++ b/src/gui/editors/notation/NotationToolBox.h
@@ -43,7 +43,7 @@ class EditTool;
*/
class NotationToolBox : public EditToolBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
NotationToolBox(NotationView* parent);
diff --git a/src/gui/editors/notation/NotationView.h b/src/gui/editors/notation/NotationView.h
index 63ab87d..49b599f 100644
--- a/src/gui/editors/notation/NotationView.h
+++ b/src/gui/editors/notation/NotationView.h
@@ -106,7 +106,7 @@ class NotationView : public EditView,
friend class NotationSelectionPaster;
friend class LilyPondExporter;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/notation/NoteFontViewer.h b/src/gui/editors/notation/NoteFontViewer.h
index 8a0d1d1..a888438 100644
--- a/src/gui/editors/notation/NoteFontViewer.h
+++ b/src/gui/editors/notation/NoteFontViewer.h
@@ -40,7 +40,7 @@ class FontViewFrame;
class NoteFontViewer : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/notation/NoteInserter.h b/src/gui/editors/notation/NoteInserter.h
index 0b2a172..ab77654 100644
--- a/src/gui/editors/notation/NoteInserter.h
+++ b/src/gui/editors/notation/NoteInserter.h
@@ -48,7 +48,7 @@ class Event;
*/
class NoteInserter : public NotationTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class NotationToolBox;
diff --git a/src/gui/editors/notation/RestInserter.h b/src/gui/editors/notation/RestInserter.h
index c74e2d5..f856aad 100644
--- a/src/gui/editors/notation/RestInserter.h
+++ b/src/gui/editors/notation/RestInserter.h
@@ -44,7 +44,7 @@ class Event;
*/
class RestInserter : public NoteInserter
{
- Q_OBJECT
+ TQ_OBJECT
friend class NotationToolBox;
diff --git a/src/gui/editors/notation/TextInserter.h b/src/gui/editors/notation/TextInserter.h
index cbffb72..b2dc715 100644
--- a/src/gui/editors/notation/TextInserter.h
+++ b/src/gui/editors/notation/TextInserter.h
@@ -44,7 +44,7 @@ class NotationView;
*/
class TextInserter : public NotationTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class NotationToolBox;
diff --git a/src/gui/editors/notation/TrackHeader.h b/src/gui/editors/notation/TrackHeader.h
index f6e1d07..2458d22 100644
--- a/src/gui/editors/notation/TrackHeader.h
+++ b/src/gui/editors/notation/TrackHeader.h
@@ -49,7 +49,7 @@ class Segment;
class TrackHeader : public TQLabel
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/src/gui/editors/parameters/AudioInstrumentParameterPanel.h b/src/gui/editors/parameters/AudioInstrumentParameterPanel.h
index 164a4eb..3dd6523 100644
--- a/src/gui/editors/parameters/AudioInstrumentParameterPanel.h
+++ b/src/gui/editors/parameters/AudioInstrumentParameterPanel.h
@@ -43,7 +43,7 @@ class AudioFaderBox;
class AudioInstrumentParameterPanel : public InstrumentParameterPanel
{
- Q_OBJECT
+ TQ_OBJECT
public:
AudioInstrumentParameterPanel(RosegardenGUIDoc* doc, TQWidget* parent);
diff --git a/src/gui/editors/parameters/InstrumentParameterBox.h b/src/gui/editors/parameters/InstrumentParameterBox.h
index 5db2035..1496963 100644
--- a/src/gui/editors/parameters/InstrumentParameterBox.h
+++ b/src/gui/editors/parameters/InstrumentParameterBox.h
@@ -49,7 +49,7 @@ class AudioInstrumentParameterPanel;
*/
class InstrumentParameterBox : public RosegardenParameterBox
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/gui/editors/parameters/InstrumentParameterPanel.h b/src/gui/editors/parameters/InstrumentParameterPanel.h
index 7f85a65..2d04cb8 100644
--- a/src/gui/editors/parameters/InstrumentParameterPanel.h
+++ b/src/gui/editors/parameters/InstrumentParameterPanel.h
@@ -46,7 +46,7 @@ typedef std::vector<std::pair<int, RotaryPair> > RotaryMap;
class InstrumentParameterPanel : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
InstrumentParameterPanel(RosegardenGUIDoc *doc, TQWidget* parent);
diff --git a/src/gui/editors/parameters/MIDIInstrumentParameterPanel.h b/src/gui/editors/parameters/MIDIInstrumentParameterPanel.h
index f5297e8..bcc2d86 100644
--- a/src/gui/editors/parameters/MIDIInstrumentParameterPanel.h
+++ b/src/gui/editors/parameters/MIDIInstrumentParameterPanel.h
@@ -48,7 +48,7 @@ class Instrument;
class MIDIInstrumentParameterPanel : public InstrumentParameterPanel
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/parameters/RosegardenParameterArea.h b/src/gui/editors/parameters/RosegardenParameterArea.h
index c631063..295a474 100644
--- a/src/gui/editors/parameters/RosegardenParameterArea.h
+++ b/src/gui/editors/parameters/RosegardenParameterArea.h
@@ -48,7 +48,7 @@ class RosegardenParameterBox;
*/
class RosegardenParameterArea : public TQWidgetStack
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/parameters/RosegardenParameterBox.h b/src/gui/editors/parameters/RosegardenParameterBox.h
index 510044a..c857fe4 100644
--- a/src/gui/editors/parameters/RosegardenParameterBox.h
+++ b/src/gui/editors/parameters/RosegardenParameterBox.h
@@ -47,7 +47,7 @@ namespace Rosegarden
class RosegardenParameterBox : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
RosegardenParameterBox(const TQString &shortLabel, // e.g. i18n("Track")
diff --git a/src/gui/editors/parameters/SegmentParameterBox.h b/src/gui/editors/parameters/SegmentParameterBox.h
index 426fa4d..2a88e4f 100644
--- a/src/gui/editors/parameters/SegmentParameterBox.h
+++ b/src/gui/editors/parameters/SegmentParameterBox.h
@@ -56,7 +56,7 @@ class Composition;
class SegmentParameterBox : public RosegardenParameterBox,
public CompositionObserver
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/gui/editors/parameters/TrackParameterBox.h b/src/gui/editors/parameters/TrackParameterBox.h
index 729f31f..0f1cea7 100644
--- a/src/gui/editors/parameters/TrackParameterBox.h
+++ b/src/gui/editors/parameters/TrackParameterBox.h
@@ -54,7 +54,7 @@ class RosegardenGUIDoc;
class TrackParameterBox : public RosegardenParameterBox
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/gui/editors/segment/ControlEditorDialog.h b/src/gui/editors/segment/ControlEditorDialog.h
index f686ec5..6d8dba6 100644
--- a/src/gui/editors/segment/ControlEditorDialog.h
+++ b/src/gui/editors/segment/ControlEditorDialog.h
@@ -46,7 +46,7 @@ class MultiViewCommandHistory;
class ControlEditorDialog : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/segment/ControlParameterEditDialog.h b/src/gui/editors/segment/ControlParameterEditDialog.h
index 5ef23f8..5c0d0e6 100644
--- a/src/gui/editors/segment/ControlParameterEditDialog.h
+++ b/src/gui/editors/segment/ControlParameterEditDialog.h
@@ -43,7 +43,7 @@ class RosegardenGUIDoc;
class ControlParameterEditDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
ControlParameterEditDialog(TQWidget *parent,
diff --git a/src/gui/editors/segment/MarkerEditor.h b/src/gui/editors/segment/MarkerEditor.h
index 51b88ea..aa4126c 100644
--- a/src/gui/editors/segment/MarkerEditor.h
+++ b/src/gui/editors/segment/MarkerEditor.h
@@ -47,7 +47,7 @@ class MultiViewCommandHistory;
class MarkerEditor : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/segment/PlayList.h b/src/gui/editors/segment/PlayList.h
index 1d37709..449193a 100644
--- a/src/gui/editors/segment/PlayList.h
+++ b/src/gui/editors/segment/PlayList.h
@@ -42,7 +42,7 @@ class PlayListView;
class PlayList : public TQVBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/segment/PlayListDialog.h b/src/gui/editors/segment/PlayListDialog.h
index 9675e8d..e1675ee 100644
--- a/src/gui/editors/segment/PlayListDialog.h
+++ b/src/gui/editors/segment/PlayListDialog.h
@@ -39,7 +39,7 @@ class PlayList;
class PlayListDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/segment/TrackButtons.h b/src/gui/editors/segment/TrackButtons.h
index 7431b57..3038074 100644
--- a/src/gui/editors/segment/TrackButtons.h
+++ b/src/gui/editors/segment/TrackButtons.h
@@ -50,7 +50,7 @@ class Instrument;
class TrackButtons : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/segment/TrackEditor.h b/src/gui/editors/segment/TrackEditor.h
index 24cefe4..e025353 100644
--- a/src/gui/editors/segment/TrackEditor.h
+++ b/src/gui/editors/segment/TrackEditor.h
@@ -64,7 +64,7 @@ class StandardRuler;
*/
class TrackEditor : public TQWidget, virtual public TrackEditorIface
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/src/gui/editors/segment/TrackLabel.h b/src/gui/editors/segment/TrackLabel.h
index 0ea027c..a91ae53 100644
--- a/src/gui/editors/segment/TrackLabel.h
+++ b/src/gui/editors/segment/TrackLabel.h
@@ -46,7 +46,7 @@ namespace Rosegarden
*/
class TrackLabel : public TQWidgetStack
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/gui/editors/segment/TriggerSegmentManager.h b/src/gui/editors/segment/TriggerSegmentManager.h
index 7010672..a56f28f 100644
--- a/src/gui/editors/segment/TriggerSegmentManager.h
+++ b/src/gui/editors/segment/TriggerSegmentManager.h
@@ -46,7 +46,7 @@ class MultiViewCommandHistory;
class TriggerSegmentManager : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/segment/segmentcanvas/AudioPreviewUpdater.h b/src/gui/editors/segment/segmentcanvas/AudioPreviewUpdater.h
index 93723a4..ee5abf5 100644
--- a/src/gui/editors/segment/segmentcanvas/AudioPreviewUpdater.h
+++ b/src/gui/editors/segment/segmentcanvas/AudioPreviewUpdater.h
@@ -45,7 +45,7 @@ class AudioPreviewThread;
class AudioPreviewUpdater : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/segment/segmentcanvas/CompositionModel.h b/src/gui/editors/segment/segmentcanvas/CompositionModel.h
index 3f80428..0930498 100644
--- a/src/gui/editors/segment/segmentcanvas/CompositionModel.h
+++ b/src/gui/editors/segment/segmentcanvas/CompositionModel.h
@@ -52,7 +52,7 @@ typedef std::vector<TQImage> PixmapArray;
class CompositionModel : public TQObject, public CompositionObserver, public SegmentObserver
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/segment/segmentcanvas/CompositionModelImpl.h b/src/gui/editors/segment/segmentcanvas/CompositionModelImpl.h
index 5ae4435..d0bcc66 100644
--- a/src/gui/editors/segment/segmentcanvas/CompositionModelImpl.h
+++ b/src/gui/editors/segment/segmentcanvas/CompositionModelImpl.h
@@ -58,7 +58,7 @@ class AudioPreviewThread;
class CompositionModelImpl : public CompositionModel
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/gui/editors/segment/segmentcanvas/CompositionView.h b/src/gui/editors/segment/segmentcanvas/CompositionView.h
index cc266f7..7a8dc13 100644
--- a/src/gui/editors/segment/segmentcanvas/CompositionView.h
+++ b/src/gui/editors/segment/segmentcanvas/CompositionView.h
@@ -60,7 +60,7 @@ class CompositionRect;
class CompositionView : public RosegardenScrollView
{
- Q_OBJECT
+ TQ_OBJECT
public:
CompositionView(RosegardenGUIDoc*, CompositionModel*,
diff --git a/src/gui/editors/segment/segmentcanvas/SegmentEraser.h b/src/gui/editors/segment/segmentcanvas/SegmentEraser.h
index 1c6d159..69a7e8a 100644
--- a/src/gui/editors/segment/segmentcanvas/SegmentEraser.h
+++ b/src/gui/editors/segment/segmentcanvas/SegmentEraser.h
@@ -39,7 +39,7 @@ class CompositionView;
class SegmentEraser : public SegmentTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class SegmentToolBox;
diff --git a/src/gui/editors/segment/segmentcanvas/SegmentJoiner.h b/src/gui/editors/segment/segmentcanvas/SegmentJoiner.h
index 2ee01c3..212fd25 100644
--- a/src/gui/editors/segment/segmentcanvas/SegmentJoiner.h
+++ b/src/gui/editors/segment/segmentcanvas/SegmentJoiner.h
@@ -39,7 +39,7 @@ class CompositionView;
class SegmentJoiner : public SegmentTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class SegmentToolBox;
diff --git a/src/gui/editors/segment/segmentcanvas/SegmentMover.h b/src/gui/editors/segment/segmentcanvas/SegmentMover.h
index 38b1749..75070ec 100644
--- a/src/gui/editors/segment/segmentcanvas/SegmentMover.h
+++ b/src/gui/editors/segment/segmentcanvas/SegmentMover.h
@@ -40,7 +40,7 @@ class CompositionView;
class SegmentMover : public SegmentTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class SegmentToolBox;
diff --git a/src/gui/editors/segment/segmentcanvas/SegmentPencil.h b/src/gui/editors/segment/segmentcanvas/SegmentPencil.h
index 2283f40..1fb0fec 100644
--- a/src/gui/editors/segment/segmentcanvas/SegmentPencil.h
+++ b/src/gui/editors/segment/segmentcanvas/SegmentPencil.h
@@ -43,7 +43,7 @@ class CompositionView;
class SegmentPencil : public SegmentTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class SegmentToolBox;
diff --git a/src/gui/editors/segment/segmentcanvas/SegmentResizer.h b/src/gui/editors/segment/segmentcanvas/SegmentResizer.h
index f94f7b4..cffbd65 100644
--- a/src/gui/editors/segment/segmentcanvas/SegmentResizer.h
+++ b/src/gui/editors/segment/segmentcanvas/SegmentResizer.h
@@ -44,7 +44,7 @@ class CompositionView;
*/
class SegmentResizer : public SegmentTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class SegmentToolBox;
diff --git a/src/gui/editors/segment/segmentcanvas/SegmentSelector.h b/src/gui/editors/segment/segmentcanvas/SegmentSelector.h
index d99e84e..6308148 100644
--- a/src/gui/editors/segment/segmentcanvas/SegmentSelector.h
+++ b/src/gui/editors/segment/segmentcanvas/SegmentSelector.h
@@ -40,7 +40,7 @@ class CompositionView;
class SegmentSelector : public SegmentTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class SegmentToolBox;
diff --git a/src/gui/editors/segment/segmentcanvas/SegmentSplitter.h b/src/gui/editors/segment/segmentcanvas/SegmentSplitter.h
index b689385..385fe15 100644
--- a/src/gui/editors/segment/segmentcanvas/SegmentSplitter.h
+++ b/src/gui/editors/segment/segmentcanvas/SegmentSplitter.h
@@ -41,7 +41,7 @@ class CompositionView;
class SegmentSplitter : public SegmentTool
{
- Q_OBJECT
+ TQ_OBJECT
friend class SegmentToolBox;
diff --git a/src/gui/editors/segment/segmentcanvas/SegmentToolBox.h b/src/gui/editors/segment/segmentcanvas/SegmentToolBox.h
index fe7ee23..bf29d8b 100644
--- a/src/gui/editors/segment/segmentcanvas/SegmentToolBox.h
+++ b/src/gui/editors/segment/segmentcanvas/SegmentToolBox.h
@@ -39,7 +39,7 @@ class CompositionView;
class SegmentToolBox : public BaseToolBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
SegmentToolBox(CompositionView* parent, RosegardenGUIDoc*);
diff --git a/src/gui/editors/tempo/TempoView.h b/src/gui/editors/tempo/TempoView.h
index 24db36e..96a672e 100644
--- a/src/gui/editors/tempo/TempoView.h
+++ b/src/gui/editors/tempo/TempoView.h
@@ -58,7 +58,7 @@ class Composition;
class TempoView : public EditViewBase, public CompositionObserver
{
- Q_OBJECT
+ TQ_OBJECT
enum Filter