From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kio/kfile/kfiletreebranch.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kio/kfile/kfiletreebranch.h') diff --git a/kio/kfile/kfiletreebranch.h b/kio/kfile/kfiletreebranch.h index 03976a8d7..30f5cf47c 100644 --- a/kio/kfile/kfiletreebranch.h +++ b/kio/kfile/kfiletreebranch.h @@ -166,9 +166,9 @@ protected: public: /** - * tqfind the according KFileTreeViewItem by an url + * find the according KFileTreeViewItem by an url */ - virtual KFileTreeViewItem *tqfindTVIByURL( const KURL& ); + virtual KFileTreeViewItem *findTVIByURL( const KURL& ); signals: /** @@ -213,7 +213,7 @@ private: KURL::List m_openChildrenURLs; - /* The next two members are used for caching purposes in tqfindTVIByURL. */ + /* The next two members are used for caching purposes in findTVIByURL. */ KURL m_lastFoundURL; KFileTreeViewItem *m_lastFoundItem; -- cgit v1.2.1