diff options
Diffstat (limited to 'examples/network')
-rw-r--r-- | examples/network/clientserver/client/client.cpp | 2 | ||||
-rw-r--r-- | examples/network/clientserver/server/server.cpp | 2 | ||||
-rw-r--r-- | examples/network/httpd/httpd.cpp | 2 | ||||
-rw-r--r-- | examples/network/infoprotocol/infoclient/client.cpp | 2 | ||||
-rw-r--r-- | examples/network/mail/composer.cpp | 2 | ||||
-rw-r--r-- | examples/network/networkprotocol/view.cpp | 2 | ||||
-rw-r--r-- | examples/network/remotecontrol/startup.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/network/clientserver/client/client.cpp b/examples/network/clientserver/client/client.cpp index 81389ccc3..5d7eed62d 100644 --- a/examples/network/clientserver/client/client.cpp +++ b/examples/network/clientserver/client/client.cpp @@ -13,7 +13,7 @@ #include <ntqhbox.h> #include <tqtextview.h> #include <ntqlineedit.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqpushbutton.h> #include <tqtextstream.h> diff --git a/examples/network/clientserver/server/server.cpp b/examples/network/clientserver/server/server.cpp index fef3b9f4a..0550e92fa 100644 --- a/examples/network/clientserver/server/server.cpp +++ b/examples/network/clientserver/server/server.cpp @@ -12,7 +12,7 @@ #include <ntqapplication.h> #include <ntqvbox.h> #include <tqtextview.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqpushbutton.h> #include <tqtextstream.h> diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index 57d897c81..448f87c2e 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -14,7 +14,7 @@ #include <tqmainwindow.h> #include <tqtextstream.h> #include <ntqvbox.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <tqtextview.h> #include <ntqpushbutton.h> diff --git a/examples/network/infoprotocol/infoclient/client.cpp b/examples/network/infoprotocol/infoclient/client.cpp index 696f35063..114296bc4 100644 --- a/examples/network/infoprotocol/infoclient/client.cpp +++ b/examples/network/infoprotocol/infoclient/client.cpp @@ -11,7 +11,7 @@ #include <ntqapplication.h> #include <tqtextedit.h> #include <ntqlineedit.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqpushbutton.h> #include <tqtextstream.h> #include <ntqlistbox.h> diff --git a/examples/network/mail/composer.cpp b/examples/network/mail/composer.cpp index 51f690126..790a47153 100644 --- a/examples/network/mail/composer.cpp +++ b/examples/network/mail/composer.cpp @@ -13,7 +13,7 @@ #include <ntqlineedit.h> #include <ntqmultilineedit.h> #include <ntqpushbutton.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqlayout.h> Composer::Composer( TQWidget *parent ) diff --git a/examples/network/networkprotocol/view.cpp b/examples/network/networkprotocol/view.cpp index 15084c5c5..55de084a6 100644 --- a/examples/network/networkprotocol/view.cpp +++ b/examples/network/networkprotocol/view.cpp @@ -9,7 +9,7 @@ #include "view.h" -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqpushbutton.h> #include <ntqmultilineedit.h> #include <tqfiledialog.h> diff --git a/examples/network/remotecontrol/startup.cpp b/examples/network/remotecontrol/startup.cpp index 985ee4965..8f86840f3 100644 --- a/examples/network/remotecontrol/startup.cpp +++ b/examples/network/remotecontrol/startup.cpp @@ -4,7 +4,7 @@ #include "ipcserver.h" #include <tqsocket.h> -#include <ntqlabel.h> +#include <tqlabel.h> static const TQ_UINT16 ipcPort = 54923; |