From 2e11795ab3befef25e318902869fa71c6ff4a076 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/dolphin@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/sidebars.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/sidebars.h') diff --git a/src/sidebars.h b/src/sidebars.h index afdaa13..7e65f20 100644 --- a/src/sidebars.h +++ b/src/sidebars.h @@ -37,7 +37,7 @@ class leftSidebar : public TQWidget TQ_OBJECT public: - leftSidebar(TQWidget* tqparent); + leftSidebar(TQWidget* parent); virtual ~leftSidebar(); virtual TQSize tqsizeHint() const; @@ -45,7 +45,7 @@ class leftSidebar : public TQWidget signals: /** * The user selected an item on sidebar widget and item has - * URL property, so inform the tqparent to go to this URL; + * URL property, so inform the parent to go to this URL; */ void urlChanged(const KURL& url); @@ -66,7 +66,7 @@ class rightSidebar : public TQWidget TQ_OBJECT public: - rightSidebar(TQWidget* tqparent); + rightSidebar(TQWidget* parent); virtual ~rightSidebar(); virtual TQSize tqsizeHint() const; @@ -74,7 +74,7 @@ class rightSidebar : public TQWidget signals: /** * The user selected an item on sidebar widget and item has - * URL property, so inform the tqparent togo to this URL; + * URL property, so inform the parent togo to this URL; */ void urlChanged(const KURL& url); -- cgit v1.2.3