diff options
Diffstat (limited to 'examples/network/clientserver/client/client.cpp')
-rw-r--r-- | examples/network/clientserver/client/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/clientserver/client/client.cpp b/examples/network/clientserver/client/client.cpp index aba0fef02..466867a94 100644 --- a/examples/network/clientserver/client/client.cpp +++ b/examples/network/clientserver/client/client.cpp @@ -11,11 +11,11 @@ #include <ntqapplication.h> #include <ntqvbox.h> #include <ntqhbox.h> -#include <ntqtextview.h> +#include <tqtextview.h> #include <ntqlineedit.h> #include <ntqlabel.h> #include <ntqpushbutton.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> class Client : public TQVBox |