diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:19:26 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:19:26 +0900 |
commit | c57b4dfc677121eadeff03f1f3fa330882b5b747 (patch) | |
tree | 5e34da75593d5cb3e7074242eb1972435e443639 /src/gui/editors/notation | |
parent | 439c716aab9200d6a24a2f2bdfda5e5812dcd3bc (diff) | |
download | rosegarden-c57b4dfc677121eadeff03f1f3fa330882b5b747.tar.gz rosegarden-c57b4dfc677121eadeff03f1f3fa330882b5b747.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/gui/editors/notation')
-rw-r--r-- | src/gui/editors/notation/ClefInserter.h | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/FontViewFrame.h | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/GuitarChordInserter.h | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/HeadersGroup.h | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/NotationCanvasView.h | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/NotationEraser.h | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/NotationSelector.h | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/NotationToolBox.h | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/NotationView.h | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/NoteFontViewer.h | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/NoteInserter.h | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/RestInserter.h | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/TextInserter.h | 2 | ||||
-rw-r--r-- | src/gui/editors/notation/TrackHeader.h | 2 |
14 files changed, 14 insertions, 14 deletions
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: /** |