From 04913ce7a46fd027856e83a96205fdc388742a19 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 14:04:45 +0900 Subject: Rename ntqobject*.h and qobject*.cpp to tqobject* Signed-off-by: Michele Calgaro --- doc/html/ntqsocketnotifier.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqsocketnotifier.html') diff --git a/doc/html/ntqsocketnotifier.html b/doc/html/ntqsocketnotifier.html index 4bb9f14dd..1fcb2223a 100644 --- a/doc/html/ntqsocketnotifier.html +++ b/doc/html/ntqsocketnotifier.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }

The TQSocketNotifier class provides support for socket callbacks. More...

#include <ntqsocketnotifier.h> -

Inherits TQObject. +

Inherits TQObject.

List of all member functions.

Public Members


Member Function Documentation

-

TQSocketNotifier::TQSocketNotifier ( int socket, Type type, TQObject * parent = 0, const char * name = 0 ) +

TQSocketNotifier::TQSocketNotifier ( int socket, Type type, TQObject * parent = 0, const char * name = 0 )

Constructs a socket notifier called name, with the parent, parent. It watches socket for type events, and enables it.

It is generally advisable to explicitly enable or disable the -- cgit v1.2.1