summaryrefslogtreecommitdiffstats
path: root/doc/html/themes-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/themes-example.html')
-rw-r--r--doc/html/themes-example.html10
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 &lt;<a href="qfont-h.html">ntqfont.h</a>&gt;
#include &lt;<a href="tqstylefactory-h.html">tqstylefactory.h</a>&gt;
#include &lt;<a href="tqaction-h.html">tqaction.h</a>&gt;
-#include &lt;<a href="qsignalmapper-h.html">ntqsignalmapper.h</a>&gt;
+#include &lt;<a href="tqsignalmapper-h.html">tqsignalmapper.h</a>&gt;
#include &lt;<a href="tqdict-h.html">tqdict.h</a>&gt;
<a name="f231"></a>Themes::Themes( <a href="tqwidget.html">TQWidget</a> *parent, const char *name, WFlags f )
@@ -2223,8 +2223,8 @@ private:
style-&gt;<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-&gt;<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>&amp; ) ), this, TQ_SLOT( makeStyle( const <a href="tqstring.html">TQString</a>&amp; ) ) );
+ <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>&amp; ) ), this, TQ_SLOT( makeStyle( const <a href="tqstring.html">TQString</a>&amp; ) ) );
<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 = "&amp;"+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-&gt;<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-&gt;<a href="ntqsignalmapper.html#setMapping">setMapping</a>( a, a-&gt;<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-&gt;<a href="tqsignalmapper.html#setMapping">setMapping</a>( a, a-&gt;<a href="tqaction.html#text">text</a>() );
}
<a name="x318"></a> ag-&gt;<a href="tqactiongroup.html#addTo">addTo</a>(style);
style-&gt;<a href="tqmenudata.html#insertSeparator">insertSeparator</a>();