diff options
Diffstat (limited to 'kugar/kudesigner_lib/command.h')
-rw-r--r-- | kugar/kudesigner_lib/command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kugar/kudesigner_lib/command.h b/kugar/kudesigner_lib/command.h index 6c040a85..a49ebb89 100644 --- a/kugar/kudesigner_lib/command.h +++ b/kugar/kudesigner_lib/command.h @@ -169,13 +169,13 @@ private: class DeleteReportItemsCommand: public KNamedCommand { public: - DeleteReportItemsCommand( Canvas *doc, QValueList<Box*>& items ); + DeleteReportItemsCommand( Canvas *doc, TQValueList<Box*>& items ); virtual void execute(); virtual void unexecute(); private: Canvas *m_doc; - QValueList<Box*> m_items; + TQValueList<Box*> m_items; }; } |