From 1ba13366a7a377d50b9e8df9044ce11d8209f98c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 13 Sep 2023 13:18:58 +0900 Subject: Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN Signed-off-by: Michele Calgaro --- doc/html/ntqwidgetplugin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqwidgetplugin.html') diff --git a/doc/html/ntqwidgetplugin.html b/doc/html/ntqwidgetplugin.html index 83735618f..dbd1e5489 100644 --- a/doc/html/ntqwidgetplugin.html +++ b/doc/html/ntqwidgetplugin.html @@ -58,7 +58,7 @@ to create custom widgets that can be included in forms using keys(), create(), group(), iconSet(), includeFile(), toolTip(), whatsThis() and -isContainer(), and exporting the class with the Q_EXPORT_PLUGIN +isContainer(), and exporting the class with the TQ_EXPORT_PLUGIN macro.

See the TQt Designer manual's, 'Creating Custom Widgets' section in the 'Creating Custom Widgets' @@ -72,7 +72,7 @@ supplied with TQt Designer.

TQWidgetPlugin::TQWidgetPlugin ()

Constructs a widget plugin. This is invoked automatically by the -Q_EXPORT_PLUGIN macro. +TQ_EXPORT_PLUGIN macro.

TQWidgetPlugin::~TQWidgetPlugin ()

-- cgit v1.2.1