diff options
Diffstat (limited to 'src/gui/editors/notation/NoteFontViewer.h')
-rw-r--r-- | src/gui/editors/notation/NoteFontViewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/NoteFontViewer.h b/src/gui/editors/notation/NoteFontViewer.h index 17b41a7..69c62c6 100644 --- a/src/gui/editors/notation/NoteFontViewer.h +++ b/src/gui/editors/notation/NoteFontViewer.h @@ -47,7 +47,7 @@ class NoteFontViewer : public KDialogBase TQ_OBJECT public: - NoteFontViewer(TQWidget *tqparent, TQString noteFontName, + NoteFontViewer(TQWidget *parent, TQString noteFontName, TQStringList systemFontNames, int pixelSize); protected slots: |