diff options
Diffstat (limited to 'src/commands/fieldcommand.h')
-rw-r--r-- | src/commands/fieldcommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/fieldcommand.h b/src/commands/fieldcommand.h index 0e5706f..c01c4a0 100644 --- a/src/commands/fieldcommand.h +++ b/src/commands/fieldcommand.h @@ -37,7 +37,7 @@ public: virtual void execute(); virtual void unexecute(); - virtual QString name() const; + virtual TQString name() const; private: Mode m_mode; |