diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-08 13:26:11 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-08 13:41:44 +0900 |
| commit | eab2995851748c44d333fe168a1c141ccee193ab (patch) | |
| tree | 980cdffc97ce11d6c5c78079da55c4275f2e34b2 /src/modules/options/optw_identity.cpp | |
| parent | 236b93c7266b84269b4be5841d8575b5f3432065 (diff) | |
| download | kvirc-eab2995851748c44d333fe168a1c141ccee193ab.tar.gz kvirc-eab2995851748c44d333fe168a1c141ccee193ab.zip | |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/options/optw_identity.cpp')
| -rw-r--r-- | src/modules/options/optw_identity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/optw_identity.cpp b/src/modules/options/optw_identity.cpp index 3254045..e2e81b8 100644 --- a/src/modules/options/optw_identity.cpp +++ b/src/modules/options/optw_identity.cpp @@ -325,7 +325,7 @@ KviIdentityGeneralOptionsWidget::KviIdentityGeneralOptionsWidget(TQWidget * pare "(case insensitive), you can provide alternative nicknames to be used in case"\ "the server refuses to accept the default one.</center>","options")); #endif - TQValidator * v = new TQRegExpValidator(TQRegExp("[^-0-9 ][^ ]*"),TQT_TQOBJECT(hb)); + TQValidator * v = new TQRegExpValidator(TQRegExp("[^-0-9 ][^ ]*"),hb); sel->setValidator(v); TQPushButton * pb = new TQPushButton(__tr2qs_ctx("Alternatives...","options"),hb); |
