diff options
Diffstat (limited to 'src/commands/edit/CutAndCloseCommand.h')
-rw-r--r-- | src/commands/edit/CutAndCloseCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/CutAndCloseCommand.h b/src/commands/edit/CutAndCloseCommand.h index 4be5809..e98df09 100644 --- a/src/commands/edit/CutAndCloseCommand.h +++ b/src/commands/edit/CutAndCloseCommand.h @@ -27,7 +27,7 @@ #define _RG_CUTANDCLOSECOMMAND_H_ #include <kcommand.h> -#include <qstring.h> +#include <tqstring.h> #include "base/Event.h" #include <klocale.h> @@ -50,7 +50,7 @@ public: CutAndCloseCommand(EventSelection &selection, Clipboard *clipboard); - static QString getGlobalName() { return i18n("C&ut and Close"); } + static TQString getGlobalName() { return i18n("C&ut and Close"); } protected: class CloseCommand : public KNamedCommand |