diff options
Diffstat (limited to 'doc/html/themes-example.html')
-rw-r--r-- | doc/html/themes-example.html | 10 |
1 files changed, 5 insertions, 5 deletions
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 <<a href="qfont-h.html">ntqfont.h</a>> #include <<a href="tqstylefactory-h.html">tqstylefactory.h</a>> #include <<a href="tqaction-h.html">tqaction.h</a>> -#include <<a href="qsignalmapper-h.html">ntqsignalmapper.h</a>> +#include <<a href="tqsignalmapper-h.html">tqsignalmapper.h</a>> #include <<a href="tqdict-h.html">tqdict.h</a>> <a name="f231"></a>Themes::Themes( <a href="tqwidget.html">TQWidget</a> *parent, const char *name, WFlags f ) @@ -2223,8 +2223,8 @@ private: style-><a href="tqpopupmenu.html#setCheckable">setCheckable</a>( TRUE ); <a href="tqactiongroup.html">TQActionGroup</a> *ag = new <a href="tqactiongroup.html">TQActionGroup</a>( this, 0 ); <a name="x320"></a> ag-><a href="tqactiongroup.html#setExclusive">setExclusive</a>( TRUE ); - <a href="ntqsignalmapper.html">TQSignalMapper</a> *styleMapper = new <a href="ntqsignalmapper.html">TQSignalMapper</a>( this ); -<a name="x335"></a> <a href="tqobject.html#connect">connect</a>( styleMapper, TQ_SIGNAL( <a href="ntqsignalmapper.html#mapped">mapped</a>( const <a href="tqstring.html">TQString</a>& ) ), this, TQ_SLOT( makeStyle( const <a href="tqstring.html">TQString</a>& ) ) ); + <a href="tqsignalmapper.html">TQSignalMapper</a> *styleMapper = new <a href="tqsignalmapper.html">TQSignalMapper</a>( this ); +<a name="x335"></a> <a href="tqobject.html#connect">connect</a>( styleMapper, TQ_SIGNAL( <a href="tqsignalmapper.html#mapped">mapped</a>( const <a href="tqstring.html">TQString</a>& ) ), this, TQ_SLOT( makeStyle( const <a href="tqstring.html">TQString</a>& ) ) ); <a name="x342"></a> <a href="tqstringlist.html">TQStringList</a> list = TQStyleFactory::<a href="tqstylefactory.html#keys">keys</a>(); <a name="x341"></a> list.<a href="tqstringlist.html#sort">sort</a>(); #ifndef TQT_NO_STYLE_WINDOWS @@ -2248,8 +2248,8 @@ private: styleAccel = "&"+styleAccel; } <a name="x319"></a> <a href="tqaction.html">TQAction</a> *a = new <a href="tqaction.html">TQAction</a>( styleStr, TQIconSet(), styleAccel, 0, ag, 0, ag-><a href="tqactiongroup.html#isExclusive">isExclusive</a>() ); -<a name="x334"></a><a name="x316"></a> <a href="tqobject.html#connect">connect</a>( a, TQ_SIGNAL( <a href="tqaction.html#activated">activated</a>() ), styleMapper, TQ_SLOT(<a href="ntqsignalmapper.html#map">map</a>()) ); -<a name="x336"></a><a name="x317"></a> styleMapper-><a href="ntqsignalmapper.html#setMapping">setMapping</a>( a, a-><a href="tqaction.html#text">text</a>() ); +<a name="x334"></a><a name="x316"></a> <a href="tqobject.html#connect">connect</a>( a, TQ_SIGNAL( <a href="tqaction.html#activated">activated</a>() ), styleMapper, TQ_SLOT(<a href="tqsignalmapper.html#map">map</a>()) ); +<a name="x336"></a><a name="x317"></a> styleMapper-><a href="tqsignalmapper.html#setMapping">setMapping</a>( a, a-><a href="tqaction.html#text">text</a>() ); } <a name="x318"></a> ag-><a href="tqactiongroup.html#addTo">addTo</a>(style); style-><a href="tqmenudata.html#insertSeparator">insertSeparator</a>(); |