diff options
Diffstat (limited to 'src/svnfrontend/svnitem.h')
-rw-r--r-- | src/svnfrontend/svnitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/svnitem.h b/src/svnfrontend/svnitem.h index 11458fa..76c2533 100644 --- a/src/svnfrontend/svnitem.h +++ b/src/svnfrontend/svnitem.h @@ -68,7 +68,7 @@ public: virtual TQString getParentDir()const=0; virtual SvnItem* getParentItem()const=0; virtual const svn::Revision&correctPeg()const=0; - virtual void refreshtqStatus(bool childs=false,TQPtrList<SvnItem> *exclude = 0,bool depsonly=false)=0; + virtual void refreshStatus(bool childs=false,TQPtrList<SvnItem> *exclude = 0,bool depsonly=false)=0; TQPixmap getPixmap(int size,bool overlay=true); TQPixmap getPixmap(const TQPixmap&,int size,bool overlay=true); |