diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-02 07:29:25 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-02 07:29:25 +0000 |
commit | 2f791ecf181cebc107ea2f68f5f7b29456844f39 (patch) | |
tree | 941f2fd6b7cfb353814323f8c1bb083dbbda8af5 /src/ui_netparamsedit.h | |
parent | 2e4e9860d4cc5b9462f9875c100dd13d55365563 (diff) | |
download | wlassistant-2f791ecf181cebc107ea2f68f5f7b29456844f39.tar.gz wlassistant-2f791ecf181cebc107ea2f68f5f7b29456844f39.zip |
TQt4 port wlassistant
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/wlassistant@1239055 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/ui_netparamsedit.h')
-rw-r--r-- | src/ui_netparamsedit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui_netparamsedit.h b/src/ui_netparamsedit.h index 4c3b8b0..e1e13c9 100644 --- a/src/ui_netparamsedit.h +++ b/src/ui_netparamsedit.h @@ -28,9 +28,10 @@ class WANetParams; class ui_NetParamsEdit : public netProperties { Q_OBJECT + TQ_OBJECT public: - ui_NetParamsEdit(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + ui_NetParamsEdit(TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~ui_NetParamsEdit(); /*$PUBLIC_FUNCTIONS$*/ //void setWepEnabled( bool w ); |