diff options
Diffstat (limited to 'src/gui/editors/notation/NoteFontViewer.cpp')
-rw-r--r-- | src/gui/editors/notation/NoteFontViewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/NoteFontViewer.cpp b/src/gui/editors/notation/NoteFontViewer.cpp index d3dc2a3..709041e 100644 --- a/src/gui/editors/notation/NoteFontViewer.cpp +++ b/src/gui/editors/notation/NoteFontViewer.cpp @@ -87,7 +87,7 @@ NoteFontViewer::NoteFontViewer(TQWidget *parent, TQString noteFontName, i18n("Note Font Viewer: %1").arg(noteFontName), Close) { TQVBox *box = makeVBoxMainWidget(); - KToolBar* controls = new KToolBar(box); + TDEToolBar* controls = new TDEToolBar(box); controls->setMargin(3); (void) new TQLabel(i18n(" Component: "), controls); |