From d6609da6b8c963fc19b622ab37f38e65df4e0a29 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:15:16 -0600 Subject: Rename old tq methods that no longer need a unique name --- src/svnfrontend/filelistviewitem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/svnfrontend/filelistviewitem.h') diff --git a/src/svnfrontend/filelistviewitem.h b/src/svnfrontend/filelistviewitem.h index cc82456..6dab6e9 100644 --- a/src/svnfrontend/filelistviewitem.h +++ b/src/svnfrontend/filelistviewitem.h @@ -44,8 +44,8 @@ public: virtual ~FileListViewItem(); virtual int compare( TQListViewItem* i, int col, bool ascending ) const; - virtual void updatetqStatus(const svn::StatusPtr&s); - virtual void refreshtqStatus(bool childs=false,TQPtrList *exclude = 0,bool depsonly=false); + virtual void updateStatus(const svn::StatusPtr&s); + virtual void refreshStatus(bool childs=false,TQPtrList *exclude = 0,bool depsonly=false); #if 0 virtual void refreshMe(); -- cgit v1.2.1