From fb3718a55f355cd22f9eb9fa4e89cd3b84b8c9ca Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:05:43 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/gui/editors/notation/NoteFontViewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/editors/notation/NoteFontViewer.cpp') 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); -- cgit v1.2.3