diff options
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 ); |