diff options
Diffstat (limited to 'src/gui/editors/notation/FontViewFrame.h')
-rw-r--r-- | src/gui/editors/notation/FontViewFrame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/FontViewFrame.h b/src/gui/editors/notation/FontViewFrame.h index 524e393..fbfc95a 100644 --- a/src/gui/editors/notation/FontViewFrame.h +++ b/src/gui/editors/notation/FontViewFrame.h @@ -46,7 +46,7 @@ class FontViewFrame : public TQFrame TQ_OBJECT public: - FontViewFrame(int pixelSize, TQWidget *tqparent = 0, const char *name = 0); + FontViewFrame(int pixelSize, TQWidget *parent = 0, const char *name = 0); virtual ~FontViewFrame(); TQSize tqsizeHint() const; |