diff options
Diffstat (limited to 'src/commands/reorderfields.h')
-rw-r--r-- | src/commands/reorderfields.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/reorderfields.h b/src/commands/reorderfields.h index 6a59050..6fb553f 100644 --- a/src/commands/reorderfields.h +++ b/src/commands/reorderfields.h @@ -31,7 +31,7 @@ public: virtual void execute(); virtual void unexecute(); - virtual QString name() const; + virtual TQString name() const; private: Data::CollPtr m_coll; |