diff options
Diffstat (limited to 'cervisia/updateview_items.h')
-rw-r--r-- | cervisia/updateview_items.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cervisia/updateview_items.h b/cervisia/updateview_items.h index 73694646..ca26930f 100644 --- a/cervisia/updateview_items.h +++ b/cervisia/updateview_items.h @@ -50,7 +50,7 @@ public: const Cervisia::Entry& entry() const { return m_entry; } // Returns the path (relative to the repository). - // TQString() for the root item and its (direct) children. + // TQString() for the root item and its (direct) tqchildren. // If it's not TQString() it ends with '/'. TQString dirPath() const; @@ -78,7 +78,7 @@ public: void syncWithDirectory(); void syncWithEntries(); - void updateChildItem(const TQString& name, Cervisia::EntryStatus status, bool isdir); + void updateChildItem(const TQString& name, Cervisia::EntrytqStatus status, bool isdir); void updateEntriesItem(const Cervisia::Entry& entry, bool isBinary); bool wasScanned() const { return m_opened; } @@ -119,7 +119,7 @@ class UpdateFileItem : public UpdateItem { public: - enum { Name, MimeType, Status, Revision, TagOrDate, Timestamp }; + enum { Name, MimeType, tqStatus, Revision, TagOrDate, Timestamp }; UpdateFileItem(UpdateDirItem* parent, const Cervisia::Entry& entry); @@ -132,7 +132,7 @@ public: int col, int width, int align); virtual int rtti() const { return RTTI; } - void setStatus(Cervisia::EntryStatus status); + void settqStatus(Cervisia::EntrytqStatus status); void setRevTag(const TQString& rev, const TQString& tag); void setDate(const TQDateTime& date); void setUndefinedState(bool b) |