diff options
Diffstat (limited to 'src/commands/edit/ClearTriggersCommand.h')
-rw-r--r-- | src/commands/edit/ClearTriggersCommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/edit/ClearTriggersCommand.h b/src/commands/edit/ClearTriggersCommand.h index 077e270..5372f93 100644 --- a/src/commands/edit/ClearTriggersCommand.h +++ b/src/commands/edit/ClearTriggersCommand.h @@ -27,7 +27,7 @@ #define _RG_CLEARTRIGGERSCOMMAND_H_ #include "document/BasicSelectionCommand.h" -#include <qstring.h> +#include <tqstring.h> #include <klocale.h> @@ -43,12 +43,12 @@ class ClearTriggersCommand : public BasicSelectionCommand { public: ClearTriggersCommand(EventSelection &selection, - QString name = 0) : + TQString name = 0) : BasicSelectionCommand(name ? name : getGlobalName(), selection, true), m_selection(&selection) { } - static QString getGlobalName() { + static TQString getGlobalName() { return i18n("&Clear Triggers"); } |