diff options
Diffstat (limited to 'src/knutinstcomms.h')
-rwxr-xr-x | src/knutinstcomms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knutinstcomms.h b/src/knutinstcomms.h index b7c4244..c5050de 100755 --- a/src/knutinstcomms.h +++ b/src/knutinstcomms.h @@ -53,7 +53,7 @@ public: * * @since 0.4 **/ - KNutInstComms(TQString* userName, TQString* userPassword, const TQString uName, const TQString password, KNutNet* const upsNet, TQWidget* tqparent = 0, const char* name = 0, bool const modal = TRUE); + KNutInstComms(TQString* userName, TQString* userPassword, const TQString uName, const TQString password, KNutNet* const upsNet, TQWidget* parent = 0, const char* name = 0, bool const modal = TRUE); /** * Destruktor |