From e47aaa9b34ffc363d268aca989aab28fdfaf9821 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/ktechlab@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/recentfilesaction.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/recentfilesaction.cpp') diff --git a/src/recentfilesaction.cpp b/src/recentfilesaction.cpp index 64ba467..deba448 100644 --- a/src/recentfilesaction.cpp +++ b/src/recentfilesaction.cpp @@ -15,8 +15,8 @@ #include #include -RecentFilesAction::RecentFilesAction( const TQString & configGroupName, const TQString& text, const TQObject* receiver, const char* slot, TQObject* tqparent, const char* name ) - : KSelectAction( text, 0/*pix*/, tqparent, name ) +RecentFilesAction::RecentFilesAction( const TQString & configGroupName, const TQString& text, const TQObject* receiver, const char* slot, TQObject* parent, const char* name ) + : KSelectAction( text, 0/*pix*/, parent, name ) { m_configGroupName = configGroupName; m_maxItems = 10; -- cgit v1.2.3