diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | abbf0b157fa25aac654e0f2d58dd984201fc4059 (patch) | |
tree | a09a95fbca379bcfd8d9bdb6be8ecdeb6ca33ebe /src/ui_netparamsedit.h | |
parent | 197fa69548dda19a02b7d1c3575d6138212e3ca6 (diff) | |
download | wlassistant-abbf0b157fa25aac654e0f2d58dd984201fc4059.tar.gz wlassistant-abbf0b157fa25aac654e0f2d58dd984201fc4059.zip |
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
Diffstat (limited to 'src/ui_netparamsedit.h')
-rw-r--r-- | src/ui_netparamsedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_netparamsedit.h b/src/ui_netparamsedit.h index e1e13c9..12166cb 100644 --- a/src/ui_netparamsedit.h +++ b/src/ui_netparamsedit.h @@ -31,7 +31,7 @@ class ui_NetParamsEdit : public netProperties TQ_OBJECT public: - ui_NetParamsEdit(TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + ui_NetParamsEdit(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~ui_NetParamsEdit(); /*$PUBLIC_FUNCTIONS$*/ //void setWepEnabled( bool w ); |