From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/themes-example.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/themes-example.html') diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html index 1777a7149..1a6d2da17 100644 --- a/doc/html/themes-example.html +++ b/doc/html/themes-example.html @@ -2194,7 +2194,7 @@ private: #include <ntqfont.h> #include <tqstylefactory.h> #include <tqaction.h> -#include <ntqsignalmapper.h> +#include <tqsignalmapper.h> #include <tqdict.h> Themes::Themes( TQWidget *parent, const char *name, WFlags f ) @@ -2223,8 +2223,8 @@ private: style->setCheckable( TRUE ); TQActionGroup *ag = new TQActionGroup( this, 0 ); ag->setExclusive( TRUE ); - TQSignalMapper *styleMapper = new TQSignalMapper( this ); - connect( styleMapper, TQ_SIGNAL( mapped( const TQString& ) ), this, TQ_SLOT( makeStyle( const TQString& ) ) ); + TQSignalMapper *styleMapper = new TQSignalMapper( this ); + connect( styleMapper, TQ_SIGNAL( mapped( const TQString& ) ), this, TQ_SLOT( makeStyle( const TQString& ) ) ); TQStringList list = TQStyleFactory::keys(); list.sort(); #ifndef TQT_NO_STYLE_WINDOWS @@ -2248,8 +2248,8 @@ private: styleAccel = "&"+styleAccel; } TQAction *a = new TQAction( styleStr, TQIconSet(), styleAccel, 0, ag, 0, ag->isExclusive() ); - connect( a, TQ_SIGNAL( activated() ), styleMapper, TQ_SLOT(map()) ); - styleMapper->setMapping( a, a->text() ); + connect( a, TQ_SIGNAL( activated() ), styleMapper, TQ_SLOT(map()) ); + styleMapper->setMapping( a, a->text() ); } ag->addTo(style); style->insertSeparator(); -- cgit v1.2.1