diff options
Diffstat (limited to 'src/commands/reorderfields.cpp')
-rw-r--r-- | src/commands/reorderfields.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/reorderfields.cpp b/src/commands/reorderfields.cpp index 0c9f7fe..cefb946 100644 --- a/src/commands/reorderfields.cpp +++ b/src/commands/reorderfields.cpp @@ -50,6 +50,6 @@ void ReorderFields::unexecute() { Controller::self()->reorderedFields(m_coll); } -QString ReorderFields::name() const { +TQString ReorderFields::name() const { return i18n("Reorder Fields"); } |