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.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html
index 9d0f2090..0c4d0c11 100644
--- a/doc/html/themes-example.html
+++ b/doc/html/themes-example.html
@@ -1026,9 +1026,9 @@ void NorwegianWoodStyle::<a href="ntqstyle.html#polish">polish</a>( <a href="ntq
// benefit from the nice pixmaps in the color group.
<a name="x253"></a> if ( !w-&gt;<a href="ntqwidget.html#isTopLevel">isTopLevel</a>() ) {
-<a name="x211"></a> if ( w-&gt;<a href="ntqobject.html#inherits">inherits</a>("TQPushButton")
- || w-&gt;<a href="ntqobject.html#inherits">inherits</a>("TQToolButton")
- || w-&gt;<a href="ntqobject.html#inherits">inherits</a>("TQComboBox") ) {
+<a name="x211"></a> if ( w-&gt;<a href="tqobject.html#inherits">inherits</a>("TQPushButton")
+ || w-&gt;<a href="tqobject.html#inherits">inherits</a>("TQToolButton")
+ || w-&gt;<a href="tqobject.html#inherits">inherits</a>("TQComboBox") ) {
<a name="x255"></a> w-&gt;<a href="ntqwidget.html#setAutoMask">setAutoMask</a>( TRUE );
return;
}
@@ -1043,9 +1043,9 @@ void NorwegianWoodStyle::<a href="ntqstyle.html#unPolish">unPolish</a>( <a href=
// some to translate background mode in order to get the full
// benefit from the nice pixmaps in the color group.
if ( !w-&gt;<a href="ntqwidget.html#isTopLevel">isTopLevel</a>() ) {
- if ( w-&gt;<a href="ntqobject.html#inherits">inherits</a>("TQPushButton")
- || w-&gt;<a href="ntqobject.html#inherits">inherits</a>("TQToolButton")
- || w-&gt;<a href="ntqobject.html#inherits">inherits</a>("TQComboBox") ) {
+ if ( w-&gt;<a href="tqobject.html#inherits">inherits</a>("TQPushButton")
+ || w-&gt;<a href="tqobject.html#inherits">inherits</a>("TQToolButton")
+ || w-&gt;<a href="tqobject.html#inherits">inherits</a>("TQComboBox") ) {
w-&gt;<a href="ntqwidget.html#setAutoMask">setAutoMask</a>( FALSE );
return;
}
@@ -1750,7 +1750,7 @@ void MetalStyle::<a href="ntqstyle.html#polish">polish</a>( <a href="ntqwidget.h
// some to translate background mode in order to get the full
// benefit from the nice pixmaps in the color group.
-<a name="x282"></a> if (w-&gt;<a href="ntqobject.html#inherits">inherits</a>("TQPushButton")){
+<a name="x282"></a> if (w-&gt;<a href="tqobject.html#inherits">inherits</a>("TQPushButton")){
<a name="x308"></a> w-&gt;<a href="ntqwidget.html#setBackgroundMode">setBackgroundMode</a>( TQWidget::NoBackground );
return;
}
@@ -1768,7 +1768,7 @@ void MetalStyle::<a href="ntqstyle.html#unPolish">unPolish</a>( <a href="ntqwidg
// some to translate background mode in order to get the full
// benefit from the nice pixmaps in the color group.
- if (w-&gt;<a href="ntqobject.html#inherits">inherits</a>("TQPushButton")){
+ if (w-&gt;<a href="tqobject.html#inherits">inherits</a>("TQPushButton")){
w-&gt;<a href="ntqwidget.html#setBackgroundMode">setBackgroundMode</a>( TQWidget::PaletteButton );
return;
}
@@ -2224,7 +2224,7 @@ private:
<a href="qactiongroup.html">TQActionGroup</a> *ag = new <a href="qactiongroup.html">TQActionGroup</a>( this, 0 );
<a name="x320"></a> ag-&gt;<a href="qactiongroup.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="ntqobject.html#connect">connect</a>( styleMapper, TQ_SIGNAL( <a href="ntqsignalmapper.html#mapped">mapped</a>( const <a href="ntqstring.html">TQString</a>&amp; ) ), this, TQ_SLOT( makeStyle( const <a href="ntqstring.html">TQString</a>&amp; ) ) );
+<a name="x335"></a> <a href="tqobject.html#connect">connect</a>( styleMapper, TQ_SIGNAL( <a href="ntqsignalmapper.html#mapped">mapped</a>( const <a href="ntqstring.html">TQString</a>&amp; ) ), this, TQ_SLOT( makeStyle( const <a href="ntqstring.html">TQString</a>&amp; ) ) );
<a name="x342"></a> <a href="ntqstringlist.html">TQStringList</a> list = TQStyleFactory::<a href="ntqstylefactory.html#keys">keys</a>();
<a name="x341"></a> list.<a href="ntqstringlist.html#sort">sort</a>();
#ifndef TQT_NO_STYLE_WINDOWS
@@ -2248,7 +2248,7 @@ private:
styleAccel = "&amp;"+styleAccel;
}
<a name="x319"></a> <a href="ntqaction.html">TQAction</a> *a = new <a href="ntqaction.html">TQAction</a>( styleStr, TQIconSet(), styleAccel, 0, ag, 0, ag-&gt;<a href="qactiongroup.html#isExclusive">isExclusive</a>() );
-<a name="x334"></a><a name="x316"></a> <a href="ntqobject.html#connect">connect</a>( a, TQ_SIGNAL( <a href="ntqaction.html#activated">activated</a>() ), styleMapper, TQ_SLOT(<a href="ntqsignalmapper.html#map">map</a>()) );
+<a name="x334"></a><a name="x316"></a> <a href="tqobject.html#connect">connect</a>( a, TQ_SIGNAL( <a href="ntqaction.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="ntqaction.html#text">text</a>() );
}
<a name="x318"></a> ag-&gt;<a href="qactiongroup.html#addTo">addTo</a>(style);