summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/SystemFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/SystemFont.h')
-rw-r--r--src/gui/editors/notation/SystemFont.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/notation/SystemFont.h b/src/gui/editors/notation/SystemFont.h
index 0acc2dd..a7ae521 100644
--- a/src/gui/editors/notation/SystemFont.h
+++ b/src/gui/editors/notation/SystemFont.h
@@ -26,7 +26,7 @@
#ifndef _RG_SYSTEMFONT_H_
#define _RG_SYSTEMFONT_H_
-#include <qpixmap.h>
+#include <tqpixmap.h>
#include "gui/editors/notation/NoteCharacterNames.h"
@@ -36,7 +36,7 @@ class SystemFontSpec;
namespace Rosegarden
{
-typedef std::pair<QString, int> SystemFontSpec;
+typedef std::pair<TQString, int> SystemFontSpec;
class SystemFont
@@ -46,7 +46,7 @@ public:
PreferGlyphs, PreferCodes, OnlyGlyphs, OnlyCodes
};
- virtual QPixmap renderChar(CharName charName,
+ virtual TQPixmap renderChar(CharName charName,
int glyph, int code,
Strategy strategy,
bool &success) = 0;