diff options
Diffstat (limited to 'doc/html/clientserver-example.html')
-rw-r--r-- | doc/html/clientserver-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/clientserver-example.html b/doc/html/clientserver-example.html index 93a9f3009..85c381089 100644 --- a/doc/html/clientserver-example.html +++ b/doc/html/clientserver-example.html @@ -237,7 +237,7 @@ class Client : public <a href="ntqvbox.html">TQVBox</a> { TQ_OBJECT public: - Client( const <a href="ntqstring.html">TQString</a> &host, Q_UINT16 port ) + Client( const <a href="ntqstring.html">TQString</a> &host, TQ_UINT16 port ) { // GUI layout infoText = new <a href="ntqtextview.html">TQTextView</a>( this ); |