diff options
Diffstat (limited to 'src/commands/notation/IncrementDisplacementsCommand.h')
-rw-r--r-- | src/commands/notation/IncrementDisplacementsCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/notation/IncrementDisplacementsCommand.h b/src/commands/notation/IncrementDisplacementsCommand.h index 4272b6a..bbedc7b 100644 --- a/src/commands/notation/IncrementDisplacementsCommand.h +++ b/src/commands/notation/IncrementDisplacementsCommand.h @@ -27,7 +27,7 @@ #define _RG_INCREMENTDISPLACEMENTSCOMMAND_H_ #include "document/BasicSelectionCommand.h" -#include <qstring.h> +#include <tqstring.h> #include <klocale.h> @@ -49,7 +49,7 @@ public: m_dx(dx), m_dy(dy) { } - static QString getGlobalName() { return i18n("Fine Reposition"); } + static TQString getGlobalName() { return i18n("Fine Reposition"); } protected: virtual void modifySegment(); |