diff --git a/src/commands/edit/EventQuantizeCommand.h b/src/commands/edit/EventQuantizeCommand.h index 384d18f..ae589cc 100644 --- a/src/commands/edit/EventQuantizeCommand.h +++ b/src/commands/edit/EventQuantizeCommand.h @@ -41,7 +41,7 @@ class EventSelection; class EventQuantizeCommand : public TQObject, public BasicCommand { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/document/MultiViewCommandHistory.h b/src/document/MultiViewCommandHistory.h index d79ed03..cb45480 100644 --- a/src/document/MultiViewCommandHistory.h +++ b/src/document/MultiViewCommandHistory.h @@ -52,7 +52,7 @@ namespace Rosegarden class MultiViewCommandHistory : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/document/RosegardenGUIDoc.h b/src/document/RosegardenGUIDoc.h index 553442c..fb88f1c 100644 --- a/src/document/RosegardenGUIDoc.h +++ b/src/document/RosegardenGUIDoc.h @@ -86,7 +86,7 @@ static const int MERGE_KEEP_NEW_TIMINGS = (1 << 3); class RosegardenGUIDoc : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/application/LircClient.h b/src/gui/application/LircClient.h index 6b1dd89..b45afaf 100644 --- a/src/gui/application/LircClient.h +++ b/src/gui/application/LircClient.h @@ -41,7 +41,7 @@ namespace Rosegarden class LircClient : public TQObject { - Q_OBJECT + TQ_OBJECT public: LircClient(void); diff --git a/src/gui/application/LircCommander.h b/src/gui/application/LircCommander.h index 8158418..9a6211e 100644 --- a/src/gui/application/LircCommander.h +++ b/src/gui/application/LircCommander.h @@ -43,7 +43,7 @@ class LircClient; class LircCommander : public TQObject { - Q_OBJECT + TQ_OBJECT public: LircCommander(LircClient *lirc, RosegardenGUIApp *rgGUIApp); diff --git a/src/gui/application/RosegardenApplication.h b/src/gui/application/RosegardenApplication.h index bd18174..c437996 100644 --- a/src/gui/application/RosegardenApplication.h +++ b/src/gui/application/RosegardenApplication.h @@ -45,7 +45,7 @@ namespace Rosegarden */ class RosegardenApplication : public KUniqueApplication { - Q_OBJECT + TQ_OBJECT public: RosegardenApplication(): KUniqueApplication(), m_noSequencerMode(false) {} diff --git a/src/gui/application/RosegardenGUIApp.h b/src/gui/application/RosegardenGUIApp.h index 4083d48..c881f2c 100644 --- a/src/gui/application/RosegardenGUIApp.h +++ b/src/gui/application/RosegardenGUIApp.h @@ -106,7 +106,7 @@ class AudioManagerDialog; */ class RosegardenGUIApp : public KDockMainWindow, virtual public RosegardenIface { - Q_OBJECT + TQ_OBJECT friend class RosegardenGUIView; diff --git a/src/gui/application/RosegardenGUIView.h b/src/gui/application/RosegardenGUIView.h index 244eb9d..5f13150 100644 --- a/src/gui/application/RosegardenGUIView.h +++ b/src/gui/application/RosegardenGUIView.h @@ -73,7 +73,7 @@ class LevelInfo; */ class RosegardenGUIView : public TQVBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/application/StartupTester.h b/src/gui/application/StartupTester.h index 7d6bd81..5bd13c2 100644 --- a/src/gui/application/StartupTester.h +++ b/src/gui/application/StartupTester.h @@ -36,7 +36,7 @@ namespace Rosegarden class StartupTester : public TQObject, public TQThread { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/configuration/AudioConfigurationPage.h b/src/gui/configuration/AudioConfigurationPage.h index 345298c..feae41e 100644 --- a/src/gui/configuration/AudioConfigurationPage.h +++ b/src/gui/configuration/AudioConfigurationPage.h @@ -47,7 +47,7 @@ class RosegardenGUIDoc; class AudioConfigurationPage : public TabbedConfigurationPage { - Q_OBJECT + TQ_OBJECT public: AudioConfigurationPage(RosegardenGUIDoc *doc, diff --git a/src/gui/configuration/AudioPropertiesPage.h b/src/gui/configuration/AudioPropertiesPage.h index c940cb5..23a20c7 100644 --- a/src/gui/configuration/AudioPropertiesPage.h +++ b/src/gui/configuration/AudioPropertiesPage.h @@ -46,7 +46,7 @@ class RosegardenGUIDoc; */ class AudioPropertiesPage : public TabbedConfigurationPage { - Q_OBJECT + TQ_OBJECT public: AudioPropertiesPage(RosegardenGUIDoc *doc, diff --git a/src/gui/configuration/ColourConfigurationPage.h b/src/gui/configuration/ColourConfigurationPage.h index 1f0ad18..2fe33c8 100644 --- a/src/gui/configuration/ColourConfigurationPage.h +++ b/src/gui/configuration/ColourConfigurationPage.h @@ -46,7 +46,7 @@ class RosegardenGUIDoc; */ class ColourConfigurationPage : public TabbedConfigurationPage { - Q_OBJECT + TQ_OBJECT public: ColourConfigurationPage(RosegardenGUIDoc *doc, diff --git a/src/gui/configuration/ConfigurationPage.h b/src/gui/configuration/ConfigurationPage.h index 491cd22..4d8bf72 100644 --- a/src/gui/configuration/ConfigurationPage.h +++ b/src/gui/configuration/ConfigurationPage.h @@ -44,7 +44,7 @@ class RosegardenGUIDoc; */ class ConfigurationPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/configuration/DocumentMetaConfigurationPage.h b/src/gui/configuration/DocumentMetaConfigurationPage.h index 8227b91..852f1b5 100644 --- a/src/gui/configuration/DocumentMetaConfigurationPage.h +++ b/src/gui/configuration/DocumentMetaConfigurationPage.h @@ -45,7 +45,7 @@ class HeadersConfigurationPage; */ class DocumentMetaConfigurationPage : public TabbedConfigurationPage { - Q_OBJECT + TQ_OBJECT public: DocumentMetaConfigurationPage(RosegardenGUIDoc *doc, diff --git a/src/gui/configuration/GeneralConfigurationPage.h b/src/gui/configuration/GeneralConfigurationPage.h index 0845314..f126e1f 100644 --- a/src/gui/configuration/GeneralConfigurationPage.h +++ b/src/gui/configuration/GeneralConfigurationPage.h @@ -50,7 +50,7 @@ class RosegardenGUIDoc; */ class GeneralConfigurationPage : public TabbedConfigurationPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/configuration/HeadersConfigurationPage.h b/src/gui/configuration/HeadersConfigurationPage.h index ca6fdbc..0e28e38 100644 --- a/src/gui/configuration/HeadersConfigurationPage.h +++ b/src/gui/configuration/HeadersConfigurationPage.h @@ -37,7 +37,7 @@ class RosegardenGUIDoc; class HeadersConfigurationPage : public TQVBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/configuration/LatencyConfigurationPage.h b/src/gui/configuration/LatencyConfigurationPage.h index a160692..2d07051 100644 --- a/src/gui/configuration/LatencyConfigurationPage.h +++ b/src/gui/configuration/LatencyConfigurationPage.h @@ -47,7 +47,7 @@ class RosegardenGUIDoc; */ class LatencyConfigurationPage : public TabbedConfigurationPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/configuration/MIDIConfigurationPage.h b/src/gui/configuration/MIDIConfigurationPage.h index 957a8a1..b93a1d9 100644 --- a/src/gui/configuration/MIDIConfigurationPage.h +++ b/src/gui/configuration/MIDIConfigurationPage.h @@ -48,7 +48,7 @@ class RosegardenGUIDoc; class MIDIConfigurationPage : public TabbedConfigurationPage { - Q_OBJECT + TQ_OBJECT public: MIDIConfigurationPage(RosegardenGUIDoc *doc, diff --git a/src/gui/configuration/MatrixConfigurationPage.h b/src/gui/configuration/MatrixConfigurationPage.h index 014c8b8..4b05c5a 100644 --- a/src/gui/configuration/MatrixConfigurationPage.h +++ b/src/gui/configuration/MatrixConfigurationPage.h @@ -42,7 +42,7 @@ namespace Rosegarden */ class MatrixConfigurationPage : public TabbedConfigurationPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/configuration/NotationConfigurationPage.h b/src/gui/configuration/NotationConfigurationPage.h index fbc9f7f..45ac6da 100644 --- a/src/gui/configuration/NotationConfigurationPage.h +++ b/src/gui/configuration/NotationConfigurationPage.h @@ -50,7 +50,7 @@ class QuantizeParameters; */ class NotationConfigurationPage : public TabbedConfigurationPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/configuration/TabbedConfigurationPage.h b/src/gui/configuration/TabbedConfigurationPage.h index 533629a..8a34472 100644 --- a/src/gui/configuration/TabbedConfigurationPage.h +++ b/src/gui/configuration/TabbedConfigurationPage.h @@ -44,7 +44,7 @@ class RosegardenGUIDoc; */ class TabbedConfigurationPage : public ConfigurationPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/AddTracksDialog.h b/src/gui/dialogs/AddTracksDialog.h index 34e03ec..f6c2ac0 100644 --- a/src/gui/dialogs/AddTracksDialog.h +++ b/src/gui/dialogs/AddTracksDialog.h @@ -34,7 +34,7 @@ namespace Rosegarden class AddTracksDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/AudioManagerDialog.h b/src/gui/dialogs/AudioManagerDialog.h index 33b51a1..95f716b 100644 --- a/src/gui/dialogs/AudioManagerDialog.h +++ b/src/gui/dialogs/AudioManagerDialog.h @@ -55,7 +55,7 @@ class AudioFile; class AudioManagerDialog : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/AudioPlayingDialog.h b/src/gui/dialogs/AudioPlayingDialog.h index 4d56b8b..6592e27 100644 --- a/src/gui/dialogs/AudioPlayingDialog.h +++ b/src/gui/dialogs/AudioPlayingDialog.h @@ -38,7 +38,7 @@ namespace Rosegarden class AudioPlayingDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/AudioPluginDialog.h b/src/gui/dialogs/AudioPluginDialog.h index 526be55..88479cb 100644 --- a/src/gui/dialogs/AudioPluginDialog.h +++ b/src/gui/dialogs/AudioPluginDialog.h @@ -54,7 +54,7 @@ class AudioPluginInstance; class AudioPluginDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/AudioSplitDialog.h b/src/gui/dialogs/AudioSplitDialog.h index 394b944..b041c2a 100644 --- a/src/gui/dialogs/AudioSplitDialog.h +++ b/src/gui/dialogs/AudioSplitDialog.h @@ -43,7 +43,7 @@ class RosegardenGUIDoc; class AudioSplitDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AudioSplitDialog(TQWidget *parent, diff --git a/src/gui/dialogs/BeatsBarsDialog.h b/src/gui/dialogs/BeatsBarsDialog.h index 471bd0c..ca1b8ed 100644 --- a/src/gui/dialogs/BeatsBarsDialog.h +++ b/src/gui/dialogs/BeatsBarsDialog.h @@ -39,7 +39,7 @@ namespace Rosegarden */ class BeatsBarsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/ClefDialog.h b/src/gui/dialogs/ClefDialog.h index 166d9c2..8daf143 100644 --- a/src/gui/dialogs/ClefDialog.h +++ b/src/gui/dialogs/ClefDialog.h @@ -41,7 +41,7 @@ class NotePixmapFactory; class ClefDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/CompositionLengthDialog.h b/src/gui/dialogs/CompositionLengthDialog.h index f180122..6d8e2df 100644 --- a/src/gui/dialogs/CompositionLengthDialog.h +++ b/src/gui/dialogs/CompositionLengthDialog.h @@ -39,7 +39,7 @@ class Composition; class CompositionLengthDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: CompositionLengthDialog(TQWidget *parent, diff --git a/src/gui/dialogs/ConfigureDialog.h b/src/gui/dialogs/ConfigureDialog.h index c780e2e..6b4303d 100644 --- a/src/gui/dialogs/ConfigureDialog.h +++ b/src/gui/dialogs/ConfigureDialog.h @@ -38,7 +38,7 @@ class RosegardenGUIDoc; class ConfigureDialog : public ConfigureDialogBase { - Q_OBJECT + TQ_OBJECT public: ConfigureDialog(RosegardenGUIDoc *doc, diff --git a/src/gui/dialogs/ConfigureDialogBase.h b/src/gui/dialogs/ConfigureDialogBase.h index 76395e8..065b943 100644 --- a/src/gui/dialogs/ConfigureDialogBase.h +++ b/src/gui/dialogs/ConfigureDialogBase.h @@ -39,7 +39,7 @@ class ConfigurationPage; class ConfigureDialogBase : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ConfigureDialogBase(TQWidget *parent=0, diff --git a/src/gui/dialogs/CountdownBar.h b/src/gui/dialogs/CountdownBar.h index 3862f47..788cd88 100644 --- a/src/gui/dialogs/CountdownBar.h +++ b/src/gui/dialogs/CountdownBar.h @@ -37,7 +37,7 @@ namespace Rosegarden class CountdownBar : public TQFrame { - Q_OBJECT + TQ_OBJECT public: CountdownBar(TQWidget *parent, int width, int height); diff --git a/src/gui/dialogs/CountdownDialog.h b/src/gui/dialogs/CountdownDialog.h index 8115ea8..ba7dc79 100644 --- a/src/gui/dialogs/CountdownDialog.h +++ b/src/gui/dialogs/CountdownDialog.h @@ -42,7 +42,7 @@ class CountdownBar; class CountdownDialog : public TQDialog // KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/EventEditDialog.h b/src/gui/dialogs/EventEditDialog.h index 28b6416..006323b 100644 --- a/src/gui/dialogs/EventEditDialog.h +++ b/src/gui/dialogs/EventEditDialog.h @@ -44,7 +44,7 @@ class PropertyName; class EventEditDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/EventFilterDialog.h b/src/gui/dialogs/EventFilterDialog.h index 251de29..2431627 100644 --- a/src/gui/dialogs/EventFilterDialog.h +++ b/src/gui/dialogs/EventFilterDialog.h @@ -56,7 +56,7 @@ class Event; */ class EventFilterDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/EventParameterDialog.h b/src/gui/dialogs/EventParameterDialog.h index 6664db1..c2f3376 100644 --- a/src/gui/dialogs/EventParameterDialog.h +++ b/src/gui/dialogs/EventParameterDialog.h @@ -40,7 +40,7 @@ namespace Rosegarden class EventParameterDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/FileLocateDialog.h b/src/gui/dialogs/FileLocateDialog.h index c82913a..28e924a 100644 --- a/src/gui/dialogs/FileLocateDialog.h +++ b/src/gui/dialogs/FileLocateDialog.h @@ -37,7 +37,7 @@ namespace Rosegarden class FileLocateDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/FileMergeDialog.h b/src/gui/dialogs/FileMergeDialog.h index 6cd2a3e..7431a3c 100644 --- a/src/gui/dialogs/FileMergeDialog.h +++ b/src/gui/dialogs/FileMergeDialog.h @@ -39,7 +39,7 @@ namespace Rosegarden class FileMergeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/FloatEdit.h b/src/gui/dialogs/FloatEdit.h index 28a87ca..7d699f1 100644 --- a/src/gui/dialogs/FloatEdit.h +++ b/src/gui/dialogs/FloatEdit.h @@ -39,7 +39,7 @@ class HSpinBox; class FloatEdit : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/IdentifyTextCodecDialog.h b/src/gui/dialogs/IdentifyTextCodecDialog.h index 17af8ec..31dfd2c 100644 --- a/src/gui/dialogs/IdentifyTextCodecDialog.h +++ b/src/gui/dialogs/IdentifyTextCodecDialog.h @@ -39,7 +39,7 @@ namespace Rosegarden class IdentifyTextCodecDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/ImportDeviceDialog.h b/src/gui/dialogs/ImportDeviceDialog.h index 39d6125..5373837 100644 --- a/src/gui/dialogs/ImportDeviceDialog.h +++ b/src/gui/dialogs/ImportDeviceDialog.h @@ -51,7 +51,7 @@ class RosegardenGUIDoc; class ImportDeviceDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/InterpretDialog.h b/src/gui/dialogs/InterpretDialog.h index 5f6fe3b..a294658 100644 --- a/src/gui/dialogs/InterpretDialog.h +++ b/src/gui/dialogs/InterpretDialog.h @@ -37,7 +37,7 @@ namespace Rosegarden class InterpretDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: InterpretDialog(TQWidget *parent); diff --git a/src/gui/dialogs/IntervalDialog.h b/src/gui/dialogs/IntervalDialog.h index 4ae04a8..3384349 100644 --- a/src/gui/dialogs/IntervalDialog.h +++ b/src/gui/dialogs/IntervalDialog.h @@ -43,7 +43,7 @@ class RosegardenGUIDoc; class IntervalDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: IntervalDialog(TQWidget *parent, bool askChangeKey = false, bool askTransposeSegmentBack = false); diff --git a/src/gui/dialogs/KeySignatureDialog.h b/src/gui/dialogs/KeySignatureDialog.h index e9b3c4c..1901e5b 100644 --- a/src/gui/dialogs/KeySignatureDialog.h +++ b/src/gui/dialogs/KeySignatureDialog.h @@ -45,7 +45,7 @@ class NotePixmapFactory; class KeySignatureDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/LilyPondOptionsDialog.h b/src/gui/dialogs/LilyPondOptionsDialog.h index 443d7bb..ce2c3b2 100644 --- a/src/gui/dialogs/LilyPondOptionsDialog.h +++ b/src/gui/dialogs/LilyPondOptionsDialog.h @@ -42,7 +42,7 @@ class HeadersConfigurationPage; class LilyPondOptionsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/LyricEditDialog.h b/src/gui/dialogs/LyricEditDialog.h index 1367479..649e062 100644 --- a/src/gui/dialogs/LyricEditDialog.h +++ b/src/gui/dialogs/LyricEditDialog.h @@ -42,7 +42,7 @@ class Segment; class LyricEditDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/MakeOrnamentDialog.h b/src/gui/dialogs/MakeOrnamentDialog.h index 31e499d..30f39d1 100644 --- a/src/gui/dialogs/MakeOrnamentDialog.h +++ b/src/gui/dialogs/MakeOrnamentDialog.h @@ -39,7 +39,7 @@ class PitchChooser; class MakeOrnamentDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/ManageMetronomeDialog.h b/src/gui/dialogs/ManageMetronomeDialog.h index dce4c7e..ea35343 100644 --- a/src/gui/dialogs/ManageMetronomeDialog.h +++ b/src/gui/dialogs/ManageMetronomeDialog.h @@ -43,7 +43,7 @@ class InstrumentParameterBox; class ManageMetronomeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/MarkerModifyDialog.h b/src/gui/dialogs/MarkerModifyDialog.h index 0a20643..fc5c30b 100644 --- a/src/gui/dialogs/MarkerModifyDialog.h +++ b/src/gui/dialogs/MarkerModifyDialog.h @@ -41,7 +41,7 @@ class Composition; class MarkerModifyDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: MarkerModifyDialog(TQWidget *parent, diff --git a/src/gui/dialogs/PasteNotationDialog.h b/src/gui/dialogs/PasteNotationDialog.h index 7b71c16..67e0965 100644 --- a/src/gui/dialogs/PasteNotationDialog.h +++ b/src/gui/dialogs/PasteNotationDialog.h @@ -40,7 +40,7 @@ namespace Rosegarden class PasteNotationDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/PitchDialog.h b/src/gui/dialogs/PitchDialog.h index 8cc5dbf..f2c4057 100644 --- a/src/gui/dialogs/PitchDialog.h +++ b/src/gui/dialogs/PitchDialog.h @@ -38,7 +38,7 @@ class PitchChooser; class PitchDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: PitchDialog(TQWidget *parent, TQString title, int defaultPitch = 60); diff --git a/src/gui/dialogs/PitchPickerDialog.h b/src/gui/dialogs/PitchPickerDialog.h index e79db5c..37cc7eb 100644 --- a/src/gui/dialogs/PitchPickerDialog.h +++ b/src/gui/dialogs/PitchPickerDialog.h @@ -35,7 +35,7 @@ namespace Rosegarden class PitchPickerDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/QuantizeDialog.h b/src/gui/dialogs/QuantizeDialog.h index 29fb8fe..56e2bc6 100644 --- a/src/gui/dialogs/QuantizeDialog.h +++ b/src/gui/dialogs/QuantizeDialog.h @@ -38,7 +38,7 @@ class QuantizeParameters; class QuantizeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/RescaleDialog.h b/src/gui/dialogs/RescaleDialog.h index 6830bee..8f7a8c2 100644 --- a/src/gui/dialogs/RescaleDialog.h +++ b/src/gui/dialogs/RescaleDialog.h @@ -40,7 +40,7 @@ class Composition; class RescaleDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/ShowSequencerStatusDialog.h b/src/gui/dialogs/ShowSequencerStatusDialog.h index bc54e9a..e20ca26 100644 --- a/src/gui/dialogs/ShowSequencerStatusDialog.h +++ b/src/gui/dialogs/ShowSequencerStatusDialog.h @@ -36,7 +36,7 @@ namespace Rosegarden class ShowSequencerStatusDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ShowSequencerStatusDialog(TQWidget *parent); diff --git a/src/gui/dialogs/SimpleEventEditDialog.h b/src/gui/dialogs/SimpleEventEditDialog.h index 6dc0786..f61b749 100644 --- a/src/gui/dialogs/SimpleEventEditDialog.h +++ b/src/gui/dialogs/SimpleEventEditDialog.h @@ -47,7 +47,7 @@ class RosegardenGUIDoc; class SimpleEventEditDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: SimpleEventEditDialog(TQWidget *parent, diff --git a/src/gui/dialogs/SplitByPitchDialog.h b/src/gui/dialogs/SplitByPitchDialog.h index 6e5d9db..faa9268 100644 --- a/src/gui/dialogs/SplitByPitchDialog.h +++ b/src/gui/dialogs/SplitByPitchDialog.h @@ -39,7 +39,7 @@ class PitchChooser; class SplitByPitchDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: SplitByPitchDialog(TQWidget *parent); diff --git a/src/gui/dialogs/SplitByRecordingSrcDialog.h b/src/gui/dialogs/SplitByRecordingSrcDialog.h index ad67198..8790b45 100644 --- a/src/gui/dialogs/SplitByRecordingSrcDialog.h +++ b/src/gui/dialogs/SplitByRecordingSrcDialog.h @@ -40,7 +40,7 @@ class RosegardenGUIDoc; class SplitByRecordingSrcDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: SplitByRecordingSrcDialog(TQWidget *parent, RosegardenGUIDoc *doc); diff --git a/src/gui/dialogs/TempoDialog.h b/src/gui/dialogs/TempoDialog.h index f6bec01..1c181ce 100644 --- a/src/gui/dialogs/TempoDialog.h +++ b/src/gui/dialogs/TempoDialog.h @@ -47,7 +47,7 @@ class HSpinBox; class TempoDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: enum TempoDialogAction { diff --git a/src/gui/dialogs/TextEventDialog.h b/src/gui/dialogs/TextEventDialog.h index 79fd40d..96af04b 100644 --- a/src/gui/dialogs/TextEventDialog.h +++ b/src/gui/dialogs/TextEventDialog.h @@ -44,7 +44,7 @@ class NotePixmapFactory; class TextEventDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/TimeDialog.h b/src/gui/dialogs/TimeDialog.h index 9e0e0ba..119573c 100644 --- a/src/gui/dialogs/TimeDialog.h +++ b/src/gui/dialogs/TimeDialog.h @@ -40,7 +40,7 @@ class Composition; class TimeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /// for absolute times diff --git a/src/gui/dialogs/TimeSignatureDialog.h b/src/gui/dialogs/TimeSignatureDialog.h index 82c73df..008bb8d 100644 --- a/src/gui/dialogs/TimeSignatureDialog.h +++ b/src/gui/dialogs/TimeSignatureDialog.h @@ -44,7 +44,7 @@ class Composition; class TimeSignatureDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/TransportDialog.h b/src/gui/dialogs/TransportDialog.h index d6471bb..1b7504b 100644 --- a/src/gui/dialogs/TransportDialog.h +++ b/src/gui/dialogs/TransportDialog.h @@ -48,7 +48,7 @@ class MappedEvent; class TransportDialog : public TQWidget { -Q_OBJECT +TQ_OBJECT public: TransportDialog(TQWidget *parent=0, diff --git a/src/gui/dialogs/TriggerSegmentDialog.h b/src/gui/dialogs/TriggerSegmentDialog.h index 8ce0ada..d08011a 100644 --- a/src/gui/dialogs/TriggerSegmentDialog.h +++ b/src/gui/dialogs/TriggerSegmentDialog.h @@ -41,7 +41,7 @@ class Composition; class TriggerSegmentDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/TupletDialog.h b/src/gui/dialogs/TupletDialog.h index c55d8fe..6b35c59 100644 --- a/src/gui/dialogs/TupletDialog.h +++ b/src/gui/dialogs/TupletDialog.h @@ -43,7 +43,7 @@ namespace Rosegarden class TupletDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/dialogs/UseOrnamentDialog.h b/src/gui/dialogs/UseOrnamentDialog.h index 4307259..eb34da9 100644 --- a/src/gui/dialogs/UseOrnamentDialog.h +++ b/src/gui/dialogs/UseOrnamentDialog.h @@ -45,7 +45,7 @@ class Composition; class UseOrnamentDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: 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 > 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 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 diff --git a/src/gui/general/BaseTool.h b/src/gui/general/BaseTool.h index e636a9c..e294c73 100644 --- a/src/gui/general/BaseTool.h +++ b/src/gui/general/BaseTool.h @@ -43,7 +43,7 @@ namespace Rosegarden */ class BaseTool : public TQObject { - Q_OBJECT + TQ_OBJECT friend class BaseToolBox; diff --git a/src/gui/general/BaseToolBox.h b/src/gui/general/BaseToolBox.h index 27617fc..6023387 100644 --- a/src/gui/general/BaseToolBox.h +++ b/src/gui/general/BaseToolBox.h @@ -44,7 +44,7 @@ class BaseTool; */ class BaseToolBox : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/general/EditToolBox.h b/src/gui/general/EditToolBox.h index 9d4c9cf..f4d2898 100644 --- a/src/gui/general/EditToolBox.h +++ b/src/gui/general/EditToolBox.h @@ -42,7 +42,7 @@ class EditView; */ class EditToolBox : public BaseToolBox { - Q_OBJECT + TQ_OBJECT public: EditToolBox(EditView* parent); diff --git a/src/gui/general/EditView.h b/src/gui/general/EditView.h index 4b562af..9b3b8aa 100644 --- a/src/gui/general/EditView.h +++ b/src/gui/general/EditView.h @@ -65,7 +65,7 @@ class ActiveItem; class EditView : public EditViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/general/EditViewBase.h b/src/gui/general/EditViewBase.h index a69fc35..d553e8c 100644 --- a/src/gui/general/EditViewBase.h +++ b/src/gui/general/EditViewBase.h @@ -57,7 +57,7 @@ class EditTool; class EditViewBase : public KDockMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/general/PresetHandlerDialog.h b/src/gui/general/PresetHandlerDialog.h index bbc8e9e..91ff8de 100644 --- a/src/gui/general/PresetHandlerDialog.h +++ b/src/gui/general/PresetHandlerDialog.h @@ -44,7 +44,7 @@ class PresetGroup; class PresetHandlerDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/general/ProgressReporter.h b/src/gui/general/ProgressReporter.h index 91e7a85..ba624fb 100644 --- a/src/gui/general/ProgressReporter.h +++ b/src/gui/general/ProgressReporter.h @@ -35,7 +35,7 @@ namespace Rosegarden class ProgressReporter : public TQObject { - Q_OBJECT + TQ_OBJECT public: ProgressReporter(TQObject* parent, const char* name = 0); diff --git a/src/gui/general/RosegardenCanvasView.h b/src/gui/general/RosegardenCanvasView.h index 6991f4f..155f72b 100644 --- a/src/gui/general/RosegardenCanvasView.h +++ b/src/gui/general/RosegardenCanvasView.h @@ -48,7 +48,7 @@ namespace Rosegarden class RosegardenCanvasView : public TQCanvasView { - Q_OBJECT + TQ_OBJECT public: RosegardenCanvasView(TQCanvas*, diff --git a/src/gui/general/RosegardenScrollView.h b/src/gui/general/RosegardenScrollView.h index e09079c..ce03919 100644 --- a/src/gui/general/RosegardenScrollView.h +++ b/src/gui/general/RosegardenScrollView.h @@ -47,7 +47,7 @@ namespace Rosegarden */ class RosegardenScrollView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: RosegardenScrollView(TQWidget* parent=0, const char* name=0, WFlags f=0); diff --git a/src/gui/kdeext/KLedButton.h b/src/gui/kdeext/KLedButton.h index 205cced..6681729 100644 --- a/src/gui/kdeext/KLedButton.h +++ b/src/gui/kdeext/KLedButton.h @@ -45,7 +45,7 @@ namespace Rosegarden * Copyright (C) 2000 Stefan Schimanski <1Stein@gmx.de> */ class KLedButton : public KLed { - Q_OBJECT + TQ_OBJECT public: KLedButton(const TQColor &col=TQt::green, TQWidget *parent=0, const char *name=0); diff --git a/src/gui/kdeext/TDEStartupLogo.h b/src/gui/kdeext/TDEStartupLogo.h index 56169f8..ebc4ab2 100644 --- a/src/gui/kdeext/TDEStartupLogo.h +++ b/src/gui/kdeext/TDEStartupLogo.h @@ -28,7 +28,7 @@ class TDEStartupLogo : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/kdeext/klearlook.h b/src/gui/kdeext/klearlook.h index d68b41c..332f3d6 100644 --- a/src/gui/kdeext/klearlook.h +++ b/src/gui/kdeext/klearlook.h @@ -185,7 +185,7 @@ extern "C" { #endif class KlearlookStyle : public TDEStyle { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/rulers/ChordNameRuler.h b/src/gui/rulers/ChordNameRuler.h index a668daa..b7d1f53 100644 --- a/src/gui/rulers/ChordNameRuler.h +++ b/src/gui/rulers/ChordNameRuler.h @@ -53,7 +53,7 @@ class Composition; class ChordNameRuler : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/rulers/ControlRuler.h b/src/gui/rulers/ControlRuler.h index b23a581..6db1cb2 100644 --- a/src/gui/rulers/ControlRuler.h +++ b/src/gui/rulers/ControlRuler.h @@ -59,7 +59,7 @@ class EditViewBase; */ class ControlRuler : public RosegardenCanvasView, public SegmentObserver { - Q_OBJECT + TQ_OBJECT friend class ControlItem; diff --git a/src/gui/rulers/LoopRuler.h b/src/gui/rulers/LoopRuler.h index 4484eee..1de5f08 100644 --- a/src/gui/rulers/LoopRuler.h +++ b/src/gui/rulers/LoopRuler.h @@ -50,7 +50,7 @@ class RosegardenGUIDoc; */ class LoopRuler : public TQWidget, public HZoomable { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/rulers/MarkerRuler.h b/src/gui/rulers/MarkerRuler.h index e3037bb..e03140b 100644 --- a/src/gui/rulers/MarkerRuler.h +++ b/src/gui/rulers/MarkerRuler.h @@ -46,7 +46,7 @@ class RosegardenGUIDoc; class MarkerRuler : public TQWidget, public HZoomable, public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/rulers/PercussionPitchRuler.h b/src/gui/rulers/PercussionPitchRuler.h index 77158ee..804096f 100644 --- a/src/gui/rulers/PercussionPitchRuler.h +++ b/src/gui/rulers/PercussionPitchRuler.h @@ -43,7 +43,7 @@ class MidiKeyMapping; class PercussionPitchRuler : public PitchRuler { - Q_OBJECT + TQ_OBJECT public: PercussionPitchRuler(TQWidget *parent, diff --git a/src/gui/rulers/PitchRuler.h b/src/gui/rulers/PitchRuler.h index be0dce7..17cd332 100644 --- a/src/gui/rulers/PitchRuler.h +++ b/src/gui/rulers/PitchRuler.h @@ -36,7 +36,7 @@ namespace Rosegarden class PitchRuler : public TQWidget { - Q_OBJECT + TQ_OBJECT public: PitchRuler(TQWidget *parent); diff --git a/src/gui/rulers/PropertyBox.h b/src/gui/rulers/PropertyBox.h index 2195d70..84620cd 100644 --- a/src/gui/rulers/PropertyBox.h +++ b/src/gui/rulers/PropertyBox.h @@ -43,7 +43,7 @@ namespace Rosegarden */ class PropertyBox : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/rulers/PropertyViewRuler.h b/src/gui/rulers/PropertyViewRuler.h index f818cae..d9a0f6d 100644 --- a/src/gui/rulers/PropertyViewRuler.h +++ b/src/gui/rulers/PropertyViewRuler.h @@ -47,7 +47,7 @@ class RulerScale; */ class PropertyViewRuler : public TQWidget, public HZoomable { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/rulers/RawNoteRuler.h b/src/gui/rulers/RawNoteRuler.h index d2c2b16..9e9a5e3 100644 --- a/src/gui/rulers/RawNoteRuler.h +++ b/src/gui/rulers/RawNoteRuler.h @@ -51,7 +51,7 @@ class DefaultVelocityColour; class RawNoteRuler : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/rulers/StandardRuler.h b/src/gui/rulers/StandardRuler.h index 2aea445..9c48e24 100644 --- a/src/gui/rulers/StandardRuler.h +++ b/src/gui/rulers/StandardRuler.h @@ -43,7 +43,7 @@ class SnapGrid; class StandardRuler : public TQVBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/rulers/TempoRuler.h b/src/gui/rulers/TempoRuler.h index 1cd8edc..c341123 100644 --- a/src/gui/rulers/TempoRuler.h +++ b/src/gui/rulers/TempoRuler.h @@ -57,7 +57,7 @@ class Composition; class TempoRuler : public TQWidget, public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/rulers/TextRuler.h b/src/gui/rulers/TextRuler.h index fac2f6f..ac78f44 100644 --- a/src/gui/rulers/TextRuler.h +++ b/src/gui/rulers/TextRuler.h @@ -54,7 +54,7 @@ class RulerScale; class TextRuler : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/seqmanager/MidiFilterDialog.h b/src/gui/seqmanager/MidiFilterDialog.h index 9469ec0..bdda76a 100644 --- a/src/gui/seqmanager/MidiFilterDialog.h +++ b/src/gui/seqmanager/MidiFilterDialog.h @@ -38,7 +38,7 @@ class RosegardenGUIDoc; class MidiFilterDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: MidiFilterDialog(TQWidget *parent, diff --git a/src/gui/seqmanager/SequenceManager.h b/src/gui/seqmanager/SequenceManager.h index ffbed77..22e301e 100644 --- a/src/gui/seqmanager/SequenceManager.h +++ b/src/gui/seqmanager/SequenceManager.h @@ -62,7 +62,7 @@ class AudioManagerDialog; class SequenceManager : public TQObject, public CompositionObserver { - Q_OBJECT + TQ_OBJECT public: SequenceManager(RosegardenGUIDoc *doc, diff --git a/src/gui/studio/AudioMixerWindow.h b/src/gui/studio/AudioMixerWindow.h index 540a20a..7c40491 100644 --- a/src/gui/studio/AudioMixerWindow.h +++ b/src/gui/studio/AudioMixerWindow.h @@ -51,7 +51,7 @@ class AudioRouteMenu; class AudioMixerWindow : public MixerWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/studio/BankEditorDialog.h b/src/gui/studio/BankEditorDialog.h index 4bb2857..6c21efb 100644 --- a/src/gui/studio/BankEditorDialog.h +++ b/src/gui/studio/BankEditorDialog.h @@ -57,7 +57,7 @@ class MidiDevice; class BankEditorDialog : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/studio/DeviceEditorDialog.h b/src/gui/studio/DeviceEditorDialog.h index 0fcd5cf..e3c479e 100644 --- a/src/gui/studio/DeviceEditorDialog.h +++ b/src/gui/studio/DeviceEditorDialog.h @@ -42,7 +42,7 @@ class RosegardenGUIDoc; class DeviceEditorDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: DeviceEditorDialog(TQWidget *parent, RosegardenGUIDoc *document); diff --git a/src/gui/studio/DeviceManagerDialog.h b/src/gui/studio/DeviceManagerDialog.h index ecb49b7..340248b 100644 --- a/src/gui/studio/DeviceManagerDialog.h +++ b/src/gui/studio/DeviceManagerDialog.h @@ -46,7 +46,7 @@ class MidiDevice; class DeviceManagerDialog : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: DeviceManagerDialog(TQWidget *parent, RosegardenGUIDoc *document); diff --git a/src/gui/studio/MidiKeyMappingEditor.h b/src/gui/studio/MidiKeyMappingEditor.h index c609bea..aaa717c 100644 --- a/src/gui/studio/MidiKeyMappingEditor.h +++ b/src/gui/studio/MidiKeyMappingEditor.h @@ -42,7 +42,7 @@ class BankEditorDialog; class MidiKeyMappingEditor : public NameSetEditor { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/studio/MidiMixerWindow.h b/src/gui/studio/MidiMixerWindow.h index 815b4fd..1c0a1ad 100644 --- a/src/gui/studio/MidiMixerWindow.h +++ b/src/gui/studio/MidiMixerWindow.h @@ -47,7 +47,7 @@ class Fader; class MidiMixerWindow : public MixerWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/studio/MidiProgramsEditor.h b/src/gui/studio/MidiProgramsEditor.h index 63608f7..f17f2c4 100644 --- a/src/gui/studio/MidiProgramsEditor.h +++ b/src/gui/studio/MidiProgramsEditor.h @@ -45,7 +45,7 @@ class BankEditorDialog; class MidiProgramsEditor : public NameSetEditor { - Q_OBJECT + TQ_OBJECT public: MidiProgramsEditor(BankEditorDialog *bankEditor, diff --git a/src/gui/studio/MixerWindow.h b/src/gui/studio/MixerWindow.h index 58730eb..342efd9 100644 --- a/src/gui/studio/MixerWindow.h +++ b/src/gui/studio/MixerWindow.h @@ -41,7 +41,7 @@ class RosegardenGUIDoc; class MixerWindow: public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/studio/NameSetEditor.h b/src/gui/studio/NameSetEditor.h index d260f72..aed67f6 100644 --- a/src/gui/studio/NameSetEditor.h +++ b/src/gui/studio/NameSetEditor.h @@ -46,7 +46,7 @@ class BankEditorDialog; class NameSetEditor : public TQVGroupBox { - Q_OBJECT + TQ_OBJECT public: virtual void clearAll() = 0; diff --git a/src/gui/studio/RemapInstrumentDialog.h b/src/gui/studio/RemapInstrumentDialog.h index d97f775..eb99e1c 100644 --- a/src/gui/studio/RemapInstrumentDialog.h +++ b/src/gui/studio/RemapInstrumentDialog.h @@ -44,7 +44,7 @@ class MultiViewCommandHistory; class RemapInstrumentDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: RemapInstrumentDialog(TQWidget *parent, diff --git a/src/gui/studio/SynthPluginManagerDialog.h b/src/gui/studio/SynthPluginManagerDialog.h index 40df4a0..eac4df3 100644 --- a/src/gui/studio/SynthPluginManagerDialog.h +++ b/src/gui/studio/SynthPluginManagerDialog.h @@ -45,7 +45,7 @@ class AudioPluginManager; class SynthPluginManagerDialog : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/studio/TimerCallbackAssistant.h b/src/gui/studio/TimerCallbackAssistant.h index 9edf5e2..47fb163 100644 --- a/src/gui/studio/TimerCallbackAssistant.h +++ b/src/gui/studio/TimerCallbackAssistant.h @@ -38,7 +38,7 @@ namespace Rosegarden class TimerCallbackAssistant : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/widgets/AudioFaderBox.h b/src/gui/widgets/AudioFaderBox.h index 4d9840b..5be5b7c 100644 --- a/src/gui/widgets/AudioFaderBox.h +++ b/src/gui/widgets/AudioFaderBox.h @@ -49,7 +49,7 @@ class AudioRouteMenu; class AudioFaderBox : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/widgets/AudioRouteMenu.h b/src/gui/widgets/AudioRouteMenu.h index 094f163..f408e4b 100644 --- a/src/gui/widgets/AudioRouteMenu.h +++ b/src/gui/widgets/AudioRouteMenu.h @@ -41,7 +41,7 @@ class Instrument; class AudioRouteMenu : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/widgets/CollapsingFrame.h b/src/gui/widgets/CollapsingFrame.h index f6891ba..66f3888 100644 --- a/src/gui/widgets/CollapsingFrame.h +++ b/src/gui/widgets/CollapsingFrame.h @@ -39,7 +39,7 @@ namespace Rosegarden class CollapsingFrame : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/widgets/ColourTable.h b/src/gui/widgets/ColourTable.h index d64d84a..24efc19 100644 --- a/src/gui/widgets/ColourTable.h +++ b/src/gui/widgets/ColourTable.h @@ -43,7 +43,7 @@ class ColourMap; class ColourTable : public TQTable { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/widgets/CurrentProgressDialog.h b/src/gui/widgets/CurrentProgressDialog.h index 2ff4a19..dae2a08 100644 --- a/src/gui/widgets/CurrentProgressDialog.h +++ b/src/gui/widgets/CurrentProgressDialog.h @@ -36,7 +36,7 @@ class ProgressDialog; class CurrentProgressDialog : public TQObject { - Q_OBJECT + TQ_OBJECT public: static CurrentProgressDialog* getInstance(); diff --git a/src/gui/widgets/DiatonicPitchChooser.h b/src/gui/widgets/DiatonicPitchChooser.h index a5efac3..43f8d0b 100644 --- a/src/gui/widgets/DiatonicPitchChooser.h +++ b/src/gui/widgets/DiatonicPitchChooser.h @@ -41,7 +41,7 @@ class PitchDragLabel; class DiatonicPitchChooser : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: DiatonicPitchChooser(TQString title, diff --git a/src/gui/widgets/Fader.h b/src/gui/widgets/Fader.h index fb6774d..0470cd4 100644 --- a/src/gui/widgets/Fader.h +++ b/src/gui/widgets/Fader.h @@ -45,7 +45,7 @@ class TextFloat; class Fader : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/widgets/Label.h b/src/gui/widgets/Label.h index 13b2dd9..8d20f4b 100644 --- a/src/gui/widgets/Label.h +++ b/src/gui/widgets/Label.h @@ -36,7 +36,7 @@ namespace Rosegarden class Label : public TQLabel { - Q_OBJECT + TQ_OBJECT public: Label(TQWidget *parent = 0, const char *name=0): diff --git a/src/gui/widgets/MidiFaderWidget.h b/src/gui/widgets/MidiFaderWidget.h index c405ba8..eff481a 100644 --- a/src/gui/widgets/MidiFaderWidget.h +++ b/src/gui/widgets/MidiFaderWidget.h @@ -42,7 +42,7 @@ class AudioVUMeter; class MidiFaderWidget : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/widgets/PitchChooser.h b/src/gui/widgets/PitchChooser.h index 03e94ed..8d78bfd 100644 --- a/src/gui/widgets/PitchChooser.h +++ b/src/gui/widgets/PitchChooser.h @@ -40,7 +40,7 @@ class PitchDragLabel; class PitchChooser : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: PitchChooser(TQString title, diff --git a/src/gui/widgets/PitchDragLabel.h b/src/gui/widgets/PitchDragLabel.h index 8ee3df8..6666d18 100644 --- a/src/gui/widgets/PitchDragLabel.h +++ b/src/gui/widgets/PitchDragLabel.h @@ -41,7 +41,7 @@ class NotePixmapFactory; class PitchDragLabel : public TQWidget { - Q_OBJECT + TQ_OBJECT public: PitchDragLabel(TQWidget *parent, diff --git a/src/gui/widgets/PluginControl.h b/src/gui/widgets/PluginControl.h index 54e57f0..efd2dcb 100644 --- a/src/gui/widgets/PluginControl.h +++ b/src/gui/widgets/PluginControl.h @@ -42,7 +42,7 @@ class Studio; class PluginControl : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/widgets/ProgressBar.h b/src/gui/widgets/ProgressBar.h index 7ead3e6..0fbc822 100644 --- a/src/gui/widgets/ProgressBar.h +++ b/src/gui/widgets/ProgressBar.h @@ -36,7 +36,7 @@ namespace Rosegarden class ProgressBar : public KProgress { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/widgets/ProgressDialog.h b/src/gui/widgets/ProgressDialog.h index 92f6332..6fcf598 100644 --- a/src/gui/widgets/ProgressDialog.h +++ b/src/gui/widgets/ProgressDialog.h @@ -40,7 +40,7 @@ namespace Rosegarden class ProgressDialog : public KProgressDialog { - Q_OBJECT + TQ_OBJECT public: ProgressDialog(TQWidget * creator = 0, diff --git a/src/gui/widgets/QDeferScrollView.h b/src/gui/widgets/QDeferScrollView.h index e2f1ae5..81707cb 100644 --- a/src/gui/widgets/QDeferScrollView.h +++ b/src/gui/widgets/QDeferScrollView.h @@ -52,7 +52,7 @@ namespace Rosegarden */ class QDeferScrollView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: QDeferScrollView(TQWidget* parent=0, const char *name=0, WFlags f=0); diff --git a/src/gui/widgets/QuantizeParameters.h b/src/gui/widgets/QuantizeParameters.h index b57834e..ebe9b2c 100644 --- a/src/gui/widgets/QuantizeParameters.h +++ b/src/gui/widgets/QuantizeParameters.h @@ -46,7 +46,7 @@ class Quantizer; class QuantizeParameters : public TQFrame { - Q_OBJECT + TQ_OBJECT public: enum QuantizerType { Grid, Legato, Notation }; diff --git a/src/gui/widgets/Rotary.h b/src/gui/widgets/Rotary.h index e243dfe..05add5a 100644 --- a/src/gui/widgets/Rotary.h +++ b/src/gui/widgets/Rotary.h @@ -41,7 +41,7 @@ namespace Rosegarden class Rotary : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/widgets/ScrollBox.h b/src/gui/widgets/ScrollBox.h index aec5e49..69c279a 100644 --- a/src/gui/widgets/ScrollBox.h +++ b/src/gui/widgets/ScrollBox.h @@ -43,7 +43,7 @@ namespace Rosegarden class ScrollBox: public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/widgets/ScrollBoxDialog.h b/src/gui/widgets/ScrollBoxDialog.h index fee8ac7..c547e8f 100644 --- a/src/gui/widgets/ScrollBoxDialog.h +++ b/src/gui/widgets/ScrollBoxDialog.h @@ -39,7 +39,7 @@ namespace Rosegarden class ScrollBoxDialog : public KDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/gui/widgets/SpinBox.h b/src/gui/widgets/SpinBox.h index 14bf12b..c180f2f 100644 --- a/src/gui/widgets/SpinBox.h +++ b/src/gui/widgets/SpinBox.h @@ -42,7 +42,7 @@ namespace Rosegarden */ class SpinBox : public TQSpinBox { - Q_OBJECT + TQ_OBJECT public: SpinBox(TQWidget *parent = 0, const char *name=0); diff --git a/src/gui/widgets/TimeWidget.h b/src/gui/widgets/TimeWidget.h index f411b04..8a6e692 100644 --- a/src/gui/widgets/TimeWidget.h +++ b/src/gui/widgets/TimeWidget.h @@ -45,7 +45,7 @@ class Composition; class TimeWidget : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/src/gui/widgets/TristateCheckBox.h b/src/gui/widgets/TristateCheckBox.h index 3cf757a..f98da43 100644 --- a/src/gui/widgets/TristateCheckBox.h +++ b/src/gui/widgets/TristateCheckBox.h @@ -41,7 +41,7 @@ namespace Rosegarden */ class TristateCheckBox : public TQCheckBox { -Q_OBJECT +TQ_OBJECT public: TristateCheckBox(TQWidget *parent=0, diff --git a/src/gui/widgets/VUMeter.h b/src/gui/widgets/VUMeter.h index b87b962..758e7a4 100644 --- a/src/gui/widgets/VUMeter.h +++ b/src/gui/widgets/VUMeter.h @@ -41,7 +41,7 @@ class VelocityColour; class VUMeter : public TQLabel { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/widgets/WheelyButton.h b/src/gui/widgets/WheelyButton.h index b4c59f0..12c9511 100644 --- a/src/gui/widgets/WheelyButton.h +++ b/src/gui/widgets/WheelyButton.h @@ -37,7 +37,7 @@ namespace Rosegarden class WheelyButton : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/sequencer/RosegardenSequencerApp.h b/src/sequencer/RosegardenSequencerApp.h index c432a8f..de34218 100644 --- a/src/sequencer/RosegardenSequencerApp.h +++ b/src/sequencer/RosegardenSequencerApp.h @@ -76,7 +76,7 @@ class RosegardenSequencerApp : public TDEMainWindow, virtual public RosegardenSequencerIface, public ExternalTransport { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/sound/AudioFileManager.h b/src/sound/AudioFileManager.h index e260c9f..08552f4 100644 --- a/src/sound/AudioFileManager.h +++ b/src/sound/AudioFileManager.h @@ -59,7 +59,7 @@ typedef std::vector::const_iterator AudioFileManagerIterator; class AudioFileManager : public TQObject, public XmlExportable { - Q_OBJECT + TQ_OBJECT public: AudioFileManager(); diff --git a/src/sound/AudioFileTimeStretcher.h b/src/sound/AudioFileTimeStretcher.h index 74e2b96..d8a7663 100644 --- a/src/sound/AudioFileTimeStretcher.h +++ b/src/sound/AudioFileTimeStretcher.h @@ -33,7 +33,7 @@ class AudioFileManager; class AudioFileTimeStretcher : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/sound/MidiFile.h b/src/sound/MidiFile.h index c08626d..fe6222a 100644 --- a/src/sound/MidiFile.h +++ b/src/sound/MidiFile.h @@ -64,7 +64,7 @@ class Studio; class MidiFile : public TQObject, public SoundFile { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/sound/PeakFile.h b/src/sound/PeakFile.h index 0d94480..a495b83 100644 --- a/src/sound/PeakFile.h +++ b/src/sound/PeakFile.h @@ -52,7 +52,7 @@ typedef std::pair SplitPointPair; class PeakFile : public TQObject, public SoundFile { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/sound/PeakFileManager.h b/src/sound/PeakFileManager.h index ca06dab..adaaa9c 100644 --- a/src/sound/PeakFileManager.h +++ b/src/sound/PeakFileManager.h @@ -46,7 +46,7 @@ class RealTime; class PeakFileManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: // updatePercentage tells this object how often to throw a