summaryrefslogtreecommitdiffstats
path: root/src/fileaccess.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit721c5c4ee3dcee163a2b0f7fd94cb3689154c1bd (patch)
treed775ffe309859e438c3fcac0825c8f7c9d384c81 /src/fileaccess.h
parent5173e6fcb16310e130fba4143e334563b4f8460e (diff)
downloadkdiff3-721c5c4ee3dcee163a2b0f7fd94cb3689154c1bd.tar.gz
kdiff3-721c5c4ee3dcee163a2b0f7fd94cb3689154c1bd.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdiff3@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/fileaccess.h')
-rw-r--r--src/fileaccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileaccess.h b/src/fileaccess.h
index 787ca65..d23e0f6 100644
--- a/src/fileaccess.h
+++ b/src/fileaccess.h
@@ -50,7 +50,7 @@ public:
TQDateTime lastModified() const;
TQDateTime lastRead() const;
- TQString fileName() const; // Just the name-part of the path, without tqparent directories
+ TQString fileName() const; // Just the name-part of the path, without parent directories
TQString filePath() const; // The path-string that was used during construction
TQString prettyAbsPath() const;
KURL url() const;