diff options
Diffstat (limited to 'src/commands/edit/ModifyMarkerCommand.h')
-rw-r--r-- | src/commands/edit/ModifyMarkerCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/ModifyMarkerCommand.h b/src/commands/edit/ModifyMarkerCommand.h index 6a7e99f..392f0ff 100644 --- a/src/commands/edit/ModifyMarkerCommand.h +++ b/src/commands/edit/ModifyMarkerCommand.h @@ -28,7 +28,7 @@ #include <string> #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include "base/Event.h" #include <klocale.h> @@ -52,7 +52,7 @@ public: const std::string &des); ~ModifyMarkerCommand(); - static QString getGlobalName() { return i18n("&Modify Marker"); } + static TQString getGlobalName() { return i18n("&Modify Marker"); } virtual void execute(); virtual void unexecute(); |