diff options
Diffstat (limited to 'src/commands/edit/SelectionPropertyCommand.h')
-rw-r--r-- | src/commands/edit/SelectionPropertyCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/SelectionPropertyCommand.h b/src/commands/edit/SelectionPropertyCommand.h index 34c5352..a28b98c 100644 --- a/src/commands/edit/SelectionPropertyCommand.h +++ b/src/commands/edit/SelectionPropertyCommand.h @@ -28,7 +28,7 @@ #include "base/PropertyName.h" #include "document/BasicSelectionCommand.h" -#include <qstring.h> +#include <tqstring.h> #include <klocale.h> @@ -63,7 +63,7 @@ public: int value1, int value2); - static QString getGlobalName() { return i18n("Set &Property"); } + static TQString getGlobalName() { return i18n("Set &Property"); } virtual void modifySegment(); |