summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/NoteFontViewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/NoteFontViewer.h')
-rw-r--r--src/gui/editors/notation/NoteFontViewer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/editors/notation/NoteFontViewer.h b/src/gui/editors/notation/NoteFontViewer.h
index b31df03..17b41a7 100644
--- a/src/gui/editors/notation/NoteFontViewer.h
+++ b/src/gui/editors/notation/NoteFontViewer.h
@@ -44,9 +44,10 @@ class FontViewFrame;
class NoteFontViewer : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- NoteFontViewer(TQWidget *parent, TQString noteFontName,
+ NoteFontViewer(TQWidget *tqparent, TQString noteFontName,
TQStringList systemFontNames, int pixelSize);
protected slots: