From 2bc1d72869b62af05ae4feafd878203b526da8c5 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/kdenetwork@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
---
 ksirc/NewWindowDialog.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'ksirc/NewWindowDialog.cpp')

diff --git a/ksirc/NewWindowDialog.cpp b/ksirc/NewWindowDialog.cpp
index aa0bccf7..1a0f2dba 100644
--- a/ksirc/NewWindowDialog.cpp
+++ b/ksirc/NewWindowDialog.cpp
@@ -8,8 +8,8 @@
 #include <klineedit.h>
 #include "NewWindowDialog.h"
 
-NewWindowDialog::NewWindowDialog(const KSircChannel &channelInfo, TQWidget * tqparent, const char * name)
-    : KDialogBase(tqparent, name, true, i18n("New Window For"), Ok|Cancel, Ok, true),
+NewWindowDialog::NewWindowDialog(const KSircChannel &channelInfo, TQWidget * parent, const char * name)
+    : KDialogBase(parent, name, true, i18n("New Window For"), Ok|Cancel, Ok, true),
       m_channelInfo(channelInfo)
 {
   TQHBox * w = makeHBoxMainWidget();
-- 
cgit v1.2.3