diff options
Diffstat (limited to 'src/commands/removeentries.h')
-rw-r--r-- | src/commands/removeentries.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/removeentries.h b/src/commands/removeentries.h index 71c5ed4..6c77d9d 100644 --- a/src/commands/removeentries.h +++ b/src/commands/removeentries.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; |