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.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html
index a65dd25c..54540481 100644
--- a/doc/html/themes-example.html
+++ b/doc/html/themes-example.html
@@ -61,10 +61,10 @@ during runtime using the pulldown menu.
#ifndef TQT_NO_STYLE_WINDOWS
-#include &lt;<a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a>&gt;
+#include &lt;<a href="tqwindowsstyle-h.html">tqwindowsstyle.h</a>&gt;
-class NorwegianWoodStyle : public <a href="ntqwindowsstyle.html">TQWindowsStyle</a>
+class NorwegianWoodStyle : public <a href="tqwindowsstyle.html">TQWindowsStyle</a>
{
public:
NorwegianWoodStyle();
@@ -899,7 +899,7 @@ static int get_combo_extra_width( int h, int *return_awh = 0 );
enum { PointUp, PointDown, PointLeft, PointRight };
-<a name="f225"></a>NorwegianWoodStyle::NorwegianWoodStyle() : <a href="ntqwindowsstyle.html">TQWindowsStyle</a>()
+<a name="f225"></a>NorwegianWoodStyle::NorwegianWoodStyle() : <a href="tqwindowsstyle.html">TQWindowsStyle</a>()
{
}
@@ -1118,7 +1118,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="
drawSemicircleButton( p, r, PointUp, flags &amp; Style_Down, cg );
break;
default:
- <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( pe, p, r, cg, flags, opt );
+ <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( pe, p, r, cg, flags, opt );
break;
}
}
@@ -1229,7 +1229,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="
break;
}
default:
- <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawControl">drawControl</a>( element, p, widget, r, cg, how, opt );
+ <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawControl">drawControl</a>( element, p, widget, r, cg, how, opt );
break;
}
}
@@ -1250,7 +1250,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="
break;
}
default:
- <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawControlMask">drawControlMask</a>( element, p, widget, r, opt );
+ <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawControlMask">drawControlMask</a>( element, p, widget, r, opt );
break;
}
}
@@ -1302,7 +1302,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="
break;
}
default:
- <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how,
+ <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how,
sub, subActive, opt );
break;
}
@@ -1324,7 +1324,7 @@ void NorwegianWoodStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="
break;
}
default:
- <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawComplexControlMask">drawComplexControlMask</a>( control, p, widget, r, opt );
+ <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawComplexControlMask">drawComplexControlMask</a>( control, p, widget, r, opt );
break;
}
}
@@ -1575,10 +1575,10 @@ void <a name="f226"></a>NorwegianWoodStyle::drawSemicircleButton( <a href="tqpai
#ifndef TQT_NO_STYLE_WINDOWS
-#include &lt;<a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a>&gt;
+#include &lt;<a href="tqwindowsstyle-h.html">tqwindowsstyle.h</a>&gt;
-class MetalStyle : public <a href="ntqwindowsstyle.html">TQWindowsStyle</a>
+class MetalStyle : public <a href="tqwindowsstyle.html">TQWindowsStyle</a>
{
public:
MetalStyle();
@@ -1669,7 +1669,7 @@ private:
-<a name="f227"></a>MetalStyle::MetalStyle() : <a href="ntqwindowsstyle.html">TQWindowsStyle</a>() { }
+<a name="f227"></a>MetalStyle::MetalStyle() : <a href="tqwindowsstyle.html">TQWindowsStyle</a>() { }
/*!
Reimplementation from TQStyle
@@ -1818,7 +1818,7 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget
flags &amp; Style_Horizontal );
break;
default:
- <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( pe, p, r, cg, flags, opt );
+ <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawPrimitive">drawPrimitive</a>( pe, p, r, cg, flags, opt );
break;
}
}
@@ -1922,7 +1922,7 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget
break;
}
default:
- <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawControl">drawControl</a>( element, p, widget, r, cg, how, opt );
+ <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawControl">drawControl</a>( element, p, widget, r, cg, how, opt );
break;
}
}
@@ -1970,7 +1970,7 @@ void MetalStyle::<a href="tqstyle.html#unPolish">unPolish</a>( <a href="tqwidget
break;
}
default:
- <a href="ntqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how, sub, subActive,
+ <a href="tqwindowsstyle.html">TQWindowsStyle</a>::<a href="tqstyle.html#drawComplexControl">drawComplexControl</a>( cc, p, widget, r, cg, how, sub, subActive,
opt );
break;
}
@@ -2344,7 +2344,7 @@ void <a name="f234"></a>Themes::aboutTQt()
*****************************************************************************/
#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
-#include &lt;<a href="qwindowsstyle-h.html">ntqwindowsstyle.h</a>&gt;
+#include &lt;<a href="tqwindowsstyle-h.html">tqwindowsstyle.h</a>&gt;
#include "themes.h"
#include "metal.h"