summaryrefslogtreecommitdiffstats
path: root/src/commands/notation/InterpretCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/notation/InterpretCommand.h')
-rw-r--r--src/commands/notation/InterpretCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/InterpretCommand.h b/src/commands/notation/InterpretCommand.h
index e1ace8f..a50a0f7 100644
--- a/src/commands/notation/InterpretCommand.h
+++ b/src/commands/notation/InterpretCommand.h
@@ -29,7 +29,7 @@
#include "document/BasicSelectionCommand.h"
#include <map>
#include <string>
-#include <qstring.h>
+#include <tqstring.h>
#include "base/Event.h"
#include <klocale.h>
@@ -67,7 +67,7 @@ public:
virtual ~InterpretCommand();
- static QString getGlobalName() { return i18n("&Interpret..."); }
+ static TQString getGlobalName() { return i18n("&Interpret..."); }
protected:
virtual void modifySegment();