summaryrefslogtreecommitdiffstats
path: root/src/infosidebarpage.cpp
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
commit2e11795ab3befef25e318902869fa71c6ff4a076 (patch)
treeb5ec2f60aef32f350fc5b56720bc616c44a840c6 /src/infosidebarpage.cpp
parent10b4cb5e889a28380c1cc4d5e4ebe01a835df6d9 (diff)
downloaddolphin-2e11795ab3befef25e318902869fa71c6ff4a076.tar.gz
dolphin-2e11795ab3befef25e318902869fa71c6ff4a076.zip
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
Diffstat (limited to 'src/infosidebarpage.cpp')
-rw-r--r--src/infosidebarpage.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp
index 5d4fbbb..2766e1f 100644
--- a/src/infosidebarpage.cpp
+++ b/src/infosidebarpage.cpp
@@ -46,8 +46,8 @@
#include "pixmapviewer.h"
#include "dolphinsettings.h"
-InfoSidebarPage::InfoSidebarPage(TQWidget* tqparent) :
- SidebarPage(tqparent),
+InfoSidebarPage::InfoSidebarPage(TQWidget* parent) :
+ SidebarPage(parent),
m_multipleSelection(false),
m_pendingPreview(false),
m_timer(0),
@@ -529,9 +529,9 @@ void InfoSidebarPage::insertActions()
ServiceButton::ServiceButton(const TQIconSet& icon,
const TQString& text,
- TQWidget* tqparent,
+ TQWidget* parent,
int index) :
- TQPushButton(icon, text, tqparent),
+ TQPushButton(icon, text, parent),
m_hover(false),
m_index(index)
{