diff options
Diffstat (limited to 'src/commands/notation/KeyInsertionCommand.h')
-rw-r--r-- | src/commands/notation/KeyInsertionCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/KeyInsertionCommand.h b/src/commands/notation/KeyInsertionCommand.h index a9caa6a..1a03383 100644 --- a/src/commands/notation/KeyInsertionCommand.h +++ b/src/commands/notation/KeyInsertionCommand.h @@ -28,7 +28,7 @@ #include "base/NotationTypes.h" #include "document/BasicCommand.h" -#include <qstring.h> +#include <tqstring.h> #include "base/Event.h" #include <klocale.h> #include "misc/Strings.h" @@ -60,7 +60,7 @@ public: bool shouldIgnorePercussion); virtual ~KeyInsertionCommand(); - static QString getGlobalName(Key *key = 0) { + static TQString getGlobalName(Key *key = 0) { if (key) { return i18n("Change to &Key %1...").arg(strtoqstr(key->getName())); } else { |