summaryrefslogtreecommitdiffstats
path: root/doc/html/clientserver-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/clientserver-example.html')
-rw-r--r--doc/html/clientserver-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/clientserver-example.html b/doc/html/clientserver-example.html
index 93a9f300..85c38108 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> &amp;host, Q_UINT16 port )
+ Client( const <a href="ntqstring.html">TQString</a> &amp;host, TQ_UINT16 port )
{
// GUI layout
infoText = new <a href="ntqtextview.html">TQTextView</a>( this );