diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/grapher-nsplugin-example.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/grapher-nsplugin-example.html')
-rw-r--r-- | doc/html/grapher-nsplugin-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/grapher-nsplugin-example.html b/doc/html/grapher-nsplugin-example.html index 108e9844b..d7244b472 100644 --- a/doc/html/grapher-nsplugin-example.html +++ b/doc/html/grapher-nsplugin-example.html @@ -78,7 +78,7 @@ Implementation: #include <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="tqbuffer-h.html">tqbuffer.h</a>> -#include <<a href="qpixmap-h.html">ntqpixmap.h</a>> +#include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="tqptrlist-h.html">tqptrlist.h</a>> @@ -169,7 +169,7 @@ private: <a href="tqpopupmenu.html">TQPopupMenu</a>* stylemenu; int pieRotationTimer; int pieRotation; - <a href="ntqpixmap.html">TQPixmap</a> pm; + <a href="tqpixmap.html">TQPixmap</a> pm; private slots: void setStyleFromMenu(int id); @@ -362,8 +362,8 @@ void <a name="f567"></a>Graph::paintPie(TQPaintEvent* event) const int xd = w - w/5; const int yd = h - h/5; -<a name="x2766"></a> pm.<a href="ntqpixmap.html#resize">resize</a>(<a href="tqwidget.html#width">width</a>(),height()); -<a name="x2765"></a> pm.<a href="ntqpixmap.html#fill">fill</a>(<a href="tqwidget.html#backgroundColor">backgroundColor</a>()); +<a name="x2766"></a> pm.<a href="tqpixmap.html#resize">resize</a>(<a href="tqwidget.html#width">width</a>(),height()); +<a name="x2765"></a> pm.<a href="tqpixmap.html#fill">fill</a>(<a href="tqwidget.html#backgroundColor">backgroundColor</a>()); <a href="tqpainter.html">TQPainter</a> p(&pm); <a name="x2763"></a> p.<a href="tqpainter.html#setFont">setFont</a>(<a href="tqwidget.html#font">font</a>()); |