From e93b60dfa24c4b72c1cffa7556949afe69654c02 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 11 Oct 2024 22:21:44 +0900 Subject: Rename uic to tquic Signed-off-by: Michele Calgaro --- src/widgets/tqwidgetplugin.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/widgets/tqwidgetplugin.cpp') diff --git a/src/widgets/tqwidgetplugin.cpp b/src/widgets/tqwidgetplugin.cpp index a12f13418..5508ac7f0 100644 --- a/src/widgets/tqwidgetplugin.cpp +++ b/src/widgets/tqwidgetplugin.cpp @@ -393,7 +393,7 @@ TQIconSet TQWidgetPlugin::iconSet( const TQString & ) const /*! Returns the name of the include file that \e{TQt Designer} and \c - uic should use to include the custom widget of class \a key in + tquic should use to include the custom widget of class \a key in generated code. The default implementation returns TQString::null. @@ -702,7 +702,7 @@ TQWidgetList TQWidgetContainerPlugin::pages( const TQString &, TQWidget * ) cons Operates on the plugin's \a key class. This function is called from \e{TQt Designer}'s User Interface - Compiler \c uic, when generating C++ code for inserting a page in + Compiler \c tquic, when generating C++ code for inserting a page in the \a container custom widget. The name of the page widget which should be inserted at the end of the container is \a page, and the label of the page should be \a pageName. @@ -715,7 +715,7 @@ TQWidgetList TQWidgetContainerPlugin::pages( const TQString &, TQWidget * ) cons \endcode Warning: If the code returned by this function contains invalid - C++ syntax, the generated \c uic code will not compile. + C++ syntax, the generated \c tquic code will not compile. */ TQString TQWidgetContainerPlugin::createCode( const TQString &, const TQString &, -- cgit v1.2.1