diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-08-07 17:22:10 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-08-07 17:22:10 -0500 |
commit | a43b95d58f28ea100ddae13433247ddabf30e959 (patch) | |
tree | aa9091e6673880a176929b57426f465f5e4d1f3f /src/gui/editors | |
parent | 8b2b271025f5abc3d9fed1712d7aa2fa700cc8d6 (diff) | |
download | rosegarden-a43b95d58f28ea100ddae13433247ddabf30e959.tar.gz rosegarden-a43b95d58f28ea100ddae13433247ddabf30e959.zip |
Rename the string kde toolbar widget
Diffstat (limited to 'src/gui/editors')
-rw-r--r-- | src/gui/editors/matrix/MatrixView.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/editors/matrix/MatrixView.cpp b/src/gui/editors/matrix/MatrixView.cpp index 5b3e411..049ed6f 100644 --- a/src/gui/editors/matrix/MatrixView.cpp +++ b/src/gui/editors/matrix/MatrixView.cpp @@ -2117,7 +2117,7 @@ MatrixView::initActionsToolbar() // The SnapGrid combo and Snap To... menu items // - TQLabel *sLabel = new TQLabel(i18n(" Grid: "), actionsToolbar, "kde toolbar widget"); + TQLabel *sLabel = new TQLabel(i18n(" Grid: "), actionsToolbar, "tde toolbar widget"); sLabel->setIndent(10); TQPixmap noMap = NotePixmapFactory::toTQPixmap(NotePixmapFactory::makeToolbarPixmap("menu-no-note")); @@ -2156,7 +2156,7 @@ MatrixView::initActionsToolbar() // slow to use unless we make it typeable into, and then it takes // focus away from our more important widgets - TQLabel *vlabel = new TQLabel(i18n(" Velocity: "), actionsToolbar, "kde toolbar widget"); + TQLabel *vlabel = new TQLabel(i18n(" Velocity: "), actionsToolbar, "tde toolbar widget"); vlabel->setIndent(10); m_velocityCombo = new KComboBox(actionsToolbar); @@ -2167,7 +2167,7 @@ MatrixView::initActionsToolbar() // Quantize combo // - TQLabel *qLabel = new TQLabel(i18n(" Quantize: "), actionsToolbar, "kde toolbar widget"); + TQLabel *qLabel = new TQLabel(i18n(" Quantize: "), actionsToolbar, "tde toolbar widget"); qLabel->setIndent(10); m_quantizeCombo = new KComboBox(actionsToolbar); @@ -2217,11 +2217,11 @@ MatrixView::initZoomToolbar() } m_hZoomSlider = new ZoomSlider<double> - (zoomSizes, -1, Qt::Horizontal, zoomToolbar, "kde toolbar widget"); + (zoomSizes, -1, Qt::Horizontal, zoomToolbar, "tde toolbar widget"); m_hZoomSlider->setTracking(true); m_hZoomSlider->setFocusPolicy(TQ_NoFocus); - m_zoomLabel = new TQLabel(zoomToolbar, "kde toolbar widget"); + m_zoomLabel = new TQLabel(zoomToolbar, "tde toolbar widget"); m_zoomLabel->setIndent(10); m_zoomLabel->setFixedWidth(80); |