From c6b29717327388357badda064ef1ced71932406e Mon Sep 17 00:00:00 2001
From: tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
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/kdesvn@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
---
 src/svnfrontend/editproperty_impl.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/svnfrontend/editproperty_impl.cpp')

diff --git a/src/svnfrontend/editproperty_impl.cpp b/src/svnfrontend/editproperty_impl.cpp
index 626c122..00fb964 100644
--- a/src/svnfrontend/editproperty_impl.cpp
+++ b/src/svnfrontend/editproperty_impl.cpp
@@ -30,8 +30,8 @@
 #include "editproperty_impl.h"
 
 
-EditProperty_impl::EditProperty_impl(TQWidget *tqparent, const char *name)
-    :EditPropsDlgData(tqparent, name)
+EditProperty_impl::EditProperty_impl(TQWidget *parent, const char *name)
+    :EditPropsDlgData(parent, name)
 {
     /// @TODO Read these values from a text or config file
     fileProperties += ("svn:eol-style");
-- 
cgit v1.2.1