diff options
Diffstat (limited to 'src/knutinstcomms.h')
-rw-r--r-- | src/knutinstcomms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knutinstcomms.h b/src/knutinstcomms.h index 5a7ce33..70b882e 100644 --- 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* parent = 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 |