From f1087d880d002e2f4bde6adad1592bda91460d12 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/gwenview@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/gvcore/fileviewcontroller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gvcore/fileviewcontroller.cpp') diff --git a/src/gvcore/fileviewcontroller.cpp b/src/gvcore/fileviewcontroller.cpp index e58e654..bdacf01 100644 --- a/src/gvcore/fileviewcontroller.cpp +++ b/src/gvcore/fileviewcontroller.cpp @@ -252,8 +252,8 @@ public: // FileViewController // //----------------------------------------------------------------------- -FileViewController::FileViewController(TQWidget* tqparent,KActionCollection* actionCollection) -: TQWidget(tqparent) +FileViewController::FileViewController(TQWidget* parent,KActionCollection* actionCollection) +: TQWidget(parent) , mMode(FILE_LIST) , mPrefetch( NULL ) , mChangeDirtqStatus(CHANGE_DIR_STATUS_NONE) -- cgit v1.2.1