diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 9ade1fd58cac588859c32a889d01e1ffdb720fc5 (patch) | |
tree | 62d734b697988cf4f5d58d5c79849632b5976aac /src/kio_locate.h | |
parent | cdd96d0eac46b68f9ec9d043914779c94500e129 (diff) | |
download | tdeio-locate-9ade1fd58cac588859c32a889d01e1ffdb720fc5.tar.gz tdeio-locate-9ade1fd58cac588859c32a889d01e1ffdb720fc5.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kio-locate@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kio_locate.h')
-rw-r--r-- | src/kio_locate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kio_locate.h b/src/kio_locate.h index f944c5c..007f689 100644 --- a/src/kio_locate.h +++ b/src/kio_locate.h @@ -251,7 +251,7 @@ class LocateItem class LocateDirectory { public: - LocateDirectory(LocateDirectory *tqparent, const TQString& path); + LocateDirectory(LocateDirectory *parent, const TQString& path); LocateDirectory *addPath(const TQString& path); void prepareListing(const LocateProtocol* protocol, int skip); |