summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/NoteCharacter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/NoteCharacter.h')
-rw-r--r--src/gui/editors/notation/NoteCharacter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/NoteCharacter.h b/src/gui/editors/notation/NoteCharacter.h
index 3b27e87..b5f3b84 100644
--- a/src/gui/editors/notation/NoteCharacter.h
+++ b/src/gui/editors/notation/NoteCharacter.h
@@ -37,7 +37,7 @@ class TQCanvasPixmap;
namespace Rosegarden
{
-class NoteCharacterDrawRep : public QPointArray
+class NoteCharacterDrawRep : public TQPointArray
{
public:
NoteCharacterDrawRep(int size = 0) : TQPointArray(size) { }