From 1d9d6c097afce1f47671832db062ac5ef412147f Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/part/fileTree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/part/fileTree.cpp') diff --git a/src/part/fileTree.cpp b/src/part/fileTree.cpp index fc2a4c9..cab0a04 100644 --- a/src/part/fileTree.cpp +++ b/src/part/fileTree.cpp @@ -20,7 +20,7 @@ File::fullPath( const Directory *root /*= 0*/ ) const if( root == this ) root = 0; //prevent returning empty string when there is something we could return - for( const Directory *d = (Directory*)this; d != root && d; d = d->tqparent() ) + for( const Directory *d = (Directory*)this; d != root && d; d = d->parent() ) path.prepend( d->name() ); return path; -- cgit v1.2.1