From abbf0b157fa25aac654e0f2d58dd984201fc4059 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/wlassistant@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/ui_netparamsedit.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ui_netparamsedit.cpp') diff --git a/src/ui_netparamsedit.cpp b/src/ui_netparamsedit.cpp index ee4b588..1b757a8 100644 --- a/src/ui_netparamsedit.cpp +++ b/src/ui_netparamsedit.cpp @@ -34,8 +34,8 @@ #include -ui_NetParamsEdit::ui_NetParamsEdit(TQWidget* tqparent, const char* name, bool modal, WFlags fl) - : netProperties(tqparent,name, modal,fl) +ui_NetParamsEdit::ui_NetParamsEdit(TQWidget* parent, const char* name, bool modal, WFlags fl) + : netProperties(parent,name, modal,fl) { buttonHelp->hide(); buttonOk->setIconSet( SmallIconSet("ok") ); @@ -97,7 +97,7 @@ void ui_NetParamsEdit::setValues( const WANetParams & np ) ip->setText(np.ip); broadcast->setText( np.broadcast ); - nettqmask->setText( np.nettqmask ); + netmask->setText( np.netmask ); gateway->setText( np.gateway ); domain->setText( np.domain ); dns1->setText( np.dns1 ); @@ -129,7 +129,7 @@ WANetParams ui_NetParamsEdit::readNetParams( WANetParams & np ) np.dhcp = radioDhcp->isChecked(); np.ip = ip->text(); np.broadcast = broadcast->text(); - np.nettqmask = nettqmask->text(); + np.netmask = netmask->text(); np.gateway = gateway->text(); np.domain = domain->text(); np.dns1 = dns1->text(); -- cgit v1.2.1