diff options
Diffstat (limited to 'src/commands/edit/RemoveMarkerCommand.h')
-rw-r--r-- | src/commands/edit/RemoveMarkerCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/RemoveMarkerCommand.h b/src/commands/edit/RemoveMarkerCommand.h index 2acaf53..da58872 100644 --- a/src/commands/edit/RemoveMarkerCommand.h +++ b/src/commands/edit/RemoveMarkerCommand.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 &description); ~RemoveMarkerCommand(); - static QString getGlobalName() { return i18n("&Remove Marker"); } + static TQString getGlobalName() { return i18n("&Remove Marker"); } virtual void execute(); virtual void unexecute(); |