diff options
Diffstat (limited to 'src/gui/editors/guitar/FingeringListBoxItem.cpp')
-rw-r--r-- | src/gui/editors/guitar/FingeringListBoxItem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/guitar/FingeringListBoxItem.cpp b/src/gui/editors/guitar/FingeringListBoxItem.cpp index aeb8fcd..64b7f10 100644 --- a/src/gui/editors/guitar/FingeringListBoxItem.cpp +++ b/src/gui/editors/guitar/FingeringListBoxItem.cpp @@ -27,8 +27,8 @@ namespace Rosegarden { -FingeringListBoxItem::FingeringListBoxItem(const Guitar::Chord& chord, TQListBox* parent, TQPixmap pixmap, TQString fingeringString) - : TQListBoxPixmap(parent, pixmap, fingeringString), +FingeringListBoxItem::FingeringListBoxItem(const Guitar::Chord& chord, TQListBox* tqparent, TQPixmap pixmap, TQString fingeringString) + : TQListBoxPixmap(tqparent, pixmap, fingeringString), m_chord(chord) { } |