From a43b95d58f28ea100ddae13433247ddabf30e959 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Aug 2014 17:22:10 -0500 Subject: Rename the string kde toolbar widget --- src/gui/editors/matrix/MatrixView.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gui/editors/matrix/MatrixView.cpp') 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 - (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); -- cgit v1.2.3