summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/PasteNotationDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/PasteNotationDialog.cpp')
-rw-r--r--src/gui/dialogs/PasteNotationDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/PasteNotationDialog.cpp b/src/gui/dialogs/PasteNotationDialog.cpp
index 8ea23b0..cb0aa43 100644
--- a/src/gui/dialogs/PasteNotationDialog.cpp
+++ b/src/gui/dialogs/PasteNotationDialog.cpp
@@ -39,9 +39,9 @@
namespace Rosegarden
{
-PasteNotationDialog::PasteNotationDialog(TQWidget *tqparent,
+PasteNotationDialog::PasteNotationDialog(TQWidget *parent,
PasteEventsCommand::PasteType defaultType) :
- KDialogBase(tqparent, 0, true, i18n("Paste"), Ok | Cancel | Help ),
+ KDialogBase(parent, 0, true, i18n("Paste"), Ok | Cancel | Help ),
m_defaultType(defaultType)
{
setHelp("nv-paste-types");