summaryrefslogtreecommitdiffstats
path: root/src/gui/general/MidiPitchLabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/general/MidiPitchLabel.cpp')
-rw-r--r--src/gui/general/MidiPitchLabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/general/MidiPitchLabel.cpp b/src/gui/general/MidiPitchLabel.cpp
index 47a748b..f2d714d 100644
--- a/src/gui/general/MidiPitchLabel.cpp
+++ b/src/gui/general/MidiPitchLabel.cpp
@@ -29,13 +29,13 @@
#include "document/ConfigGroups.h"
#include <kconfig.h>
#include <klocale.h>
-#include <qstring.h>
+#include <tqstring.h>
namespace Rosegarden
{
-static QString notes[] = {
+static TQString notes[] = {
i18n("C%1"), i18n("C#%1"), i18n("D%1"), i18n("D#%1"),
i18n("E%1"), i18n("F%1"), i18n("F#%1"), i18n("G%1"),
i18n("G#%1"), i18n("A%1"), i18n("A#%1"), i18n("B%1")