summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/PitchChooser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/PitchChooser.cpp')
-rw-r--r--src/gui/widgets/PitchChooser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/PitchChooser.cpp b/src/gui/widgets/PitchChooser.cpp
index 543ec42..d56b028 100644
--- a/src/gui/widgets/PitchChooser.cpp
+++ b/src/gui/widgets/PitchChooser.cpp
@@ -40,7 +40,7 @@ namespace Rosegarden
PitchChooser::PitchChooser(TQString title,
TQWidget *parent,
int defaultPitch) :
- TQGroupBox(1, Qt::Horizontal, title, parent),
+ TQGroupBox(1, TQt::Horizontal, title, parent),
m_defaultPitch(defaultPitch)
{
m_pitchDragLabel = new PitchDragLabel(this, defaultPitch);