diff options
Diffstat (limited to 'src/gui/application/RosegardenGUIApp.h')
-rw-r--r-- | src/gui/application/RosegardenGUIApp.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/gui/application/RosegardenGUIApp.h b/src/gui/application/RosegardenGUIApp.h index 3221ded..6aeeb7a 100644 --- a/src/gui/application/RosegardenGUIApp.h +++ b/src/gui/application/RosegardenGUIApp.h @@ -813,7 +813,7 @@ public slots: * Tempo to Segment length */ void slotTempoToSegmentLength(); - void slotTempoToSegmentLength(TQWidget* tqparent); + void slotTempoToSegmentLength(TQWidget* parent); /** * toggle segment labels @@ -856,22 +856,22 @@ public slots: */ void slotEditTempo(); void slotEditTempo(timeT atTime); - void slotEditTempo(TQWidget *tqparent); - void slotEditTempo(TQWidget *tqparent, timeT atTime); + void slotEditTempo(TQWidget *parent); + void slotEditTempo(TQWidget *parent, timeT atTime); /** * Edit the time signature - called from a Transport signal */ void slotEditTimeSignature(); void slotEditTimeSignature(timeT atTime); - void slotEditTimeSignature(TQWidget *tqparent); - void slotEditTimeSignature(TQWidget *tqparent, timeT atTime); + void slotEditTimeSignature(TQWidget *parent); + void slotEditTimeSignature(TQWidget *parent, timeT atTime); /** * Edit the playback pointer position - called from a Transport signal */ void slotEditTransportTime(); - void slotEditTransportTime(TQWidget *tqparent); + void slotEditTransportTime(TQWidget *parent); /** * Change the length of the composition @@ -1465,7 +1465,7 @@ public slots: * Create a plugin dialog for a given instrument and slot, or * raise an exising one. */ - void slotShowPluginDialog(TQWidget *tqparent, + void slotShowPluginDialog(TQWidget *parent, InstrumentId instrument, int index); |