From d6331f1b56eb6dca7a1950658b2932f208015da0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:50:38 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- cervisia/updateview_items.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cervisia/updateview_items.h') diff --git a/cervisia/updateview_items.h b/cervisia/updateview_items.h index ca26930f..73694646 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) tqchildren. + // TQString() for the root item and its (direct) children. // 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::EntrytqStatus status, bool isdir); + void updateChildItem(const TQString& name, Cervisia::EntryStatus 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, tqStatus, Revision, TagOrDate, Timestamp }; + enum { Name, MimeType, Status, 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 settqStatus(Cervisia::EntrytqStatus status); + void setStatus(Cervisia::EntryStatus status); void setRevTag(const TQString& rev, const TQString& tag); void setDate(const TQDateTime& date); void setUndefinedState(bool b) -- cgit v1.2.1