diff options
Diffstat (limited to 'src/commands/edit/AddDotCommand.h')
-rw-r--r-- | src/commands/edit/AddDotCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/AddDotCommand.h b/src/commands/edit/AddDotCommand.h index a88da26..e173bb8 100644 --- a/src/commands/edit/AddDotCommand.h +++ b/src/commands/edit/AddDotCommand.h @@ -27,7 +27,7 @@ #define _RG_ADDDOTCOMMAND_H_ #include "document/BasicSelectionCommand.h" -#include <qstring.h> +#include <tqstring.h> #include <klocale.h> @@ -48,7 +48,7 @@ public: m_notationOnly(notationOnly) { } - static QString getGlobalName() { + static TQString getGlobalName() { return i18n("&Add Dot"); } |