summaryrefslogtreecommitdiffstats
path: root/src/widgets/tqwidgetplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/tqwidgetplugin.cpp')
-rw-r--r--src/widgets/tqwidgetplugin.cpp6
1 files changed, 3 insertions, 3 deletions
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 &,