From 1d9d6c097afce1f47671832db062ac5ef412147f 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/filelight@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/app/historyAction.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/historyAction.cpp') diff --git a/src/app/historyAction.cpp b/src/app/historyAction.cpp index 0013cfe..9d27ef1 100644 --- a/src/app/historyAction.cpp +++ b/src/app/historyAction.cpp @@ -40,8 +40,8 @@ HistoryAction::pop() -HistoryCollection::HistoryCollection( KActionCollection *ac, TQObject *tqparent, const char *name ) - : TQObject( tqparent, name ) +HistoryCollection::HistoryCollection( KActionCollection *ac, TQObject *parent, const char *name ) + : TQObject( parent, name ) , m_b( new HistoryAction( i18n( "Back" ), "back", KStdAccel::back(), ac, "go_back" ) ) , m_f( new HistoryAction( i18n( "Forward" ), "forward", KStdAccel::forward(), ac, "go_forward" ) ) , m_receiver( 0 ) -- cgit v1.2.1