summaryrefslogtreecommitdiffstats
path: root/src/gui/studio/RemapInstrumentDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/studio/RemapInstrumentDialog.cpp')
-rw-r--r--src/gui/studio/RemapInstrumentDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/studio/RemapInstrumentDialog.cpp b/src/gui/studio/RemapInstrumentDialog.cpp
index a957650..b1aff98 100644
--- a/src/gui/studio/RemapInstrumentDialog.cpp
+++ b/src/gui/studio/RemapInstrumentDialog.cpp
@@ -50,9 +50,9 @@
namespace Rosegarden
{
-RemapInstrumentDialog::RemapInstrumentDialog(TQWidget *parent,
+RemapInstrumentDialog::RemapInstrumentDialog(TQWidget *tqparent,
RosegardenGUIDoc *doc):
- KDialogBase(parent, "", true, i18n("Remap Instrument assigments..."),
+ KDialogBase(tqparent, "", true, i18n("Remap Instrument assigments..."),
Ok | Apply | Cancel),
m_doc(doc)
{