diff options
Diffstat (limited to 'doc/html/clientserver-example.html')
-rw-r--r-- | doc/html/clientserver-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/clientserver-example.html b/doc/html/clientserver-example.html index d4bcd90bd..01b0c33bd 100644 --- a/doc/html/clientserver-example.html +++ b/doc/html/clientserver-example.html @@ -60,7 +60,7 @@ specified. You can send single lines to the server. #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qvbox-h.html">ntqvbox.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> -#include <<a href="qlabel-h.html">ntqlabel.h</a>> +#include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> @@ -163,8 +163,8 @@ public: "This is a small server example.\n" "Connect with the client now." ); - <a href="ntqlabel.html">TQLabel</a> *lb = new <a href="ntqlabel.html">TQLabel</a>( itext, this ); -<a name="x784"></a> lb-><a href="ntqlabel.html#setAlignment">setAlignment</a>( AlignHCenter ); + <a href="tqlabel.html">TQLabel</a> *lb = new <a href="tqlabel.html">TQLabel</a>( itext, this ); +<a name="x784"></a> lb-><a href="tqlabel.html#setAlignment">setAlignment</a>( AlignHCenter ); infoText = new <a href="tqtextview.html">TQTextView</a>( this ); <a href="ntqpushbutton.html">TQPushButton</a> *quit = new <a href="ntqpushbutton.html">TQPushButton</a>( tr("Quit") , this ); @@ -228,7 +228,7 @@ int main( int argc, char** argv ) #include <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="qlineedit-h.html">ntqlineedit.h</a>> -#include <<a href="qlabel-h.html">ntqlabel.h</a>> +#include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> |