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/dolphinstatusbar.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/dolphinstatusbar.cpp') diff --git a/src/dolphinstatusbar.cpp b/src/dolphinstatusbar.cpp index 9c0dcbd..d07c5d2 100644 --- a/src/dolphinstatusbar.cpp +++ b/src/dolphinstatusbar.cpp @@ -28,8 +28,8 @@ #include "statusbarmessagelabel.h" #include "statusbarspaceinfo.h" -DolphinStatusBar::DolphinStatusBar(DolphinView* tqparent) : - TQHBox(tqparent), +DolphinStatusBar::DolphinStatusBar(DolphinView* parent) : + TQHBox(parent), m_messageLabel(0), m_spaceInfo(0), m_progressBar(0), @@ -39,7 +39,7 @@ DolphinStatusBar::DolphinStatusBar(DolphinView* tqparent) : m_messageLabel->tqsetSizePolicy(TQSizePolicy::Ignored, TQSizePolicy::Fixed); m_spaceInfo = new StatusBarSpaceInfo(this); - m_spaceInfo->setURL(tqparent->url()); + m_spaceInfo->setURL(parent->url()); m_progressText = new TQLabel(this); m_progressText->hide(); @@ -56,7 +56,7 @@ DolphinStatusBar::DolphinStatusBar(DolphinView* tqparent) : setMinimumHeight(size.height()); m_messageLabel->setMinimumTextHeight(size.height()); - connect(tqparent, TQT_SIGNAL(signalURLChanged(const KURL&)), + connect(parent, TQT_SIGNAL(signalURLChanged(const KURL&)), this, TQT_SLOT(slotURLChanged(const KURL&))); } -- cgit v1.2.3