summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-20 10:22:17 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-20 10:22:17 -0500
commit0942bcca3aafe09fe4dbd3cab7a7767bf672e397 (patch)
treecda5705f039fb45270fab95c745cc36959e2f107
parenteca807732adb25767ed2a31907cd53a9872fd68d (diff)
downloadkoffice-0942bcca.tar.gz
koffice-0942bcca.zip
Update for recent TQ changes.
-rw-r--r--chalk/doc/chalk.xmi1092
-rw-r--r--chalk/doc/colorspaces.xmi626
-rw-r--r--chalk/doc/colorstrategyAPI6
-rw-r--r--chalk/doc/controller.xmi174
-rw-r--r--chalk/doc/histograms.xmi22
-rw-r--r--doc/chalk/developers-plugins.docbook12
-rwxr-xr-xkexi/doc/dev/CHANGELOG-Kexi-js2
-rw-r--r--kexi/doc/dev/TODO-Kexi-js2
-rw-r--r--kexi/kexidb/parser/sqlparser.y2
-rw-r--r--kexi/tests/altertable/defaultvalues.altertable4
-rw-r--r--kplato/kptdurationwidget.ui10
11 files changed, 976 insertions, 976 deletions
diff --git a/chalk/doc/chalk.xmi b/chalk/doc/chalk.xmi
index b209cfa9..43d78f28 100644
--- a/chalk/doc/chalk.xmi
+++ b/chalk/doc/chalk.xmi
@@ -141,30 +141,30 @@ This replaces the KisKrayon facility that used to be present in Krayon." visibil
<UML:Operation visibility="public" xmi.id="108" type="virtual void" name="render" >
<UML:Parameter visibility="private" xmi.id="109" value="" type="KisImageSP" name="projection" />
<UML:Parameter visibility="private" xmi.id="110" value="" type="QPainter &amp;" name="painter" />
- <UML:Parameter visibility="private" xmi.id="111" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="112" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="113" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="114" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="111" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="112" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="113" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="114" value="" type="TQ_INT32" name="height" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="115" type="virtual void" name="tileBlt" >
- <UML:Parameter visibility="private" xmi.id="116" value="" type="Q_INT32" name="stride" />
+ <UML:Parameter visibility="private" xmi.id="116" value="" type="TQ_INT32" name="stride" />
<UML:Parameter visibility="private" xmi.id="117" value="" type="QUANTUM *" name="dst" />
- <UML:Parameter visibility="private" xmi.id="118" value="" type="Q_INT32" name="dststride" />
+ <UML:Parameter visibility="private" xmi.id="118" value="" type="TQ_INT32" name="dststride" />
<UML:Parameter visibility="private" xmi.id="119" value="" type="QUANTUM *" name="src" />
- <UML:Parameter visibility="private" xmi.id="120" value="" type="Q_INT32" name="srcstride" />
+ <UML:Parameter visibility="private" xmi.id="120" value="" type="TQ_INT32" name="srcstride" />
<UML:Parameter visibility="private" xmi.id="121" value="" type="QUANTUM" name="opacity" />
- <UML:Parameter visibility="private" xmi.id="122" value="" type="Q_INT32" name="rows" />
- <UML:Parameter visibility="private" xmi.id="123" value="" type="Q_INT32" name="cols" />
+ <UML:Parameter visibility="private" xmi.id="122" value="" type="TQ_INT32" name="rows" />
+ <UML:Parameter visibility="private" xmi.id="123" value="" type="TQ_INT32" name="cols" />
<UML:Parameter visibility="private" xmi.id="124" value="" type="CompositeOp" name="op" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="125" type="virtual void" name="tileBlt" >
- <UML:Parameter visibility="private" xmi.id="126" value="" type="Q_INT32" name="stride" />
+ <UML:Parameter visibility="private" xmi.id="126" value="" type="TQ_INT32" name="stride" />
<UML:Parameter visibility="private" xmi.id="127" value="" type="QUANTUM *" name="dst" />
- <UML:Parameter visibility="private" xmi.id="128" value="" type="Q_INT32" name="dststride" />
+ <UML:Parameter visibility="private" xmi.id="128" value="" type="TQ_INT32" name="dststride" />
<UML:Parameter visibility="private" xmi.id="129" value="" type="QUANTUM *" name="src" />
- <UML:Parameter visibility="private" xmi.id="130" value="" type="Q_INT32" name="srcstride" />
- <UML:Parameter visibility="private" xmi.id="131" value="" type="Q_INT32" name="rows" />
- <UML:Parameter visibility="private" xmi.id="132" value="" type="Q_INT32" name="cols" />
+ <UML:Parameter visibility="private" xmi.id="130" value="" type="TQ_INT32" name="srcstride" />
+ <UML:Parameter visibility="private" xmi.id="131" value="" type="TQ_INT32" name="rows" />
+ <UML:Parameter visibility="private" xmi.id="132" value="" type="TQ_INT32" name="cols" />
<UML:Parameter visibility="private" xmi.id="133" value="" type="CompositeOp" name="op" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="134" type="virtual " name="~KisStrategyColorSpaceCMYK" />
@@ -216,30 +216,30 @@ This replaces the KisKrayon facility that used to be present in Krayon." visibil
<UML:Operation visibility="public" xmi.id="166" type="virtual void" isAbstract="true" name="render" >
<UML:Parameter visibility="private" xmi.id="167" value="" type="KisImageSP" name="projection" />
<UML:Parameter visibility="private" xmi.id="168" value="" type="QPainter &amp;" name="painter" />
- <UML:Parameter visibility="private" xmi.id="169" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="170" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="171" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="172" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="169" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="170" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="171" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="172" value="" type="TQ_INT32" name="height" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="173" type="virtual void" isAbstract="true" name="tileBlt" >
- <UML:Parameter visibility="private" xmi.id="174" value="" type="Q_INT32" name="stride" />
+ <UML:Parameter visibility="private" xmi.id="174" value="" type="TQ_INT32" name="stride" />
<UML:Parameter visibility="private" xmi.id="175" value="" type="QUANTUM *" name="dst" />
- <UML:Parameter visibility="private" xmi.id="176" value="" type="Q_INT32" name="dststride" />
+ <UML:Parameter visibility="private" xmi.id="176" value="" type="TQ_INT32" name="dststride" />
<UML:Parameter visibility="private" xmi.id="177" value="" type="QUANTUM *" name="src" />
- <UML:Parameter visibility="private" xmi.id="178" value="" type="Q_INT32" name="srcstride" />
+ <UML:Parameter visibility="private" xmi.id="178" value="" type="TQ_INT32" name="srcstride" />
<UML:Parameter visibility="private" xmi.id="179" value="" type="QUANTUM" name="opacity" />
- <UML:Parameter visibility="private" xmi.id="180" value="" type="Q_INT32" name="rows" />
- <UML:Parameter visibility="private" xmi.id="181" value="" type="Q_INT32" name="cols" />
+ <UML:Parameter visibility="private" xmi.id="180" value="" type="TQ_INT32" name="rows" />
+ <UML:Parameter visibility="private" xmi.id="181" value="" type="TQ_INT32" name="cols" />
<UML:Parameter visibility="private" xmi.id="182" value="" type="CompositeOp" name="op" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="183" type="virtual void" isAbstract="true" name="tileBlt" >
- <UML:Parameter visibility="private" xmi.id="184" value="" type="Q_INT32" name="stride" />
+ <UML:Parameter visibility="private" xmi.id="184" value="" type="TQ_INT32" name="stride" />
<UML:Parameter visibility="private" xmi.id="185" value="" type="QUANTUM *" name="dst" />
- <UML:Parameter visibility="private" xmi.id="186" value="" type="Q_INT32" name="dststride" />
+ <UML:Parameter visibility="private" xmi.id="186" value="" type="TQ_INT32" name="dststride" />
<UML:Parameter visibility="private" xmi.id="187" value="" type="QUANTUM *" name="src" />
- <UML:Parameter visibility="private" xmi.id="188" value="" type="Q_INT32" name="srcstride" />
- <UML:Parameter visibility="private" xmi.id="189" value="" type="Q_INT32" name="rows" />
- <UML:Parameter visibility="private" xmi.id="190" value="" type="Q_INT32" name="cols" />
+ <UML:Parameter visibility="private" xmi.id="188" value="" type="TQ_INT32" name="srcstride" />
+ <UML:Parameter visibility="private" xmi.id="189" value="" type="TQ_INT32" name="rows" />
+ <UML:Parameter visibility="private" xmi.id="190" value="" type="TQ_INT32" name="cols" />
<UML:Parameter visibility="private" xmi.id="191" value="" type="CompositeOp" name="op" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="192" type="virtual " name="~KisStrategyColorSpace" />
@@ -293,30 +293,30 @@ This replaces the KisKrayon facility that used to be present in Krayon." visibil
<UML:Operation visibility="public" xmi.id="232" type="virtual void" name="render" >
<UML:Parameter visibility="private" xmi.id="233" value="" type="KisImageSP" name="projection" />
<UML:Parameter visibility="private" xmi.id="234" value="" type="QPainter &amp;" name="painter" />
- <UML:Parameter visibility="private" xmi.id="235" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="236" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="237" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="238" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="235" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="236" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="237" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="238" value="" type="TQ_INT32" name="height" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="239" type="virtual void" name="tileBlt" >
- <UML:Parameter visibility="private" xmi.id="240" value="" type="Q_INT32" name="stride" />
+ <UML:Parameter visibility="private" xmi.id="240" value="" type="TQ_INT32" name="stride" />
<UML:Parameter visibility="private" xmi.id="241" value="" type="QUANTUM *" name="dst" />
- <UML:Parameter visibility="private" xmi.id="242" value="" type="Q_INT32" name="dststride" />
+ <UML:Parameter visibility="private" xmi.id="242" value="" type="TQ_INT32" name="dststride" />
<UML:Parameter visibility="private" xmi.id="243" value="" type="QUANTUM *" name="src" />
- <UML:Parameter visibility="private" xmi.id="244" value="" type="Q_INT32" name="srcstride" />
+ <UML:Parameter visibility="private" xmi.id="244" value="" type="TQ_INT32" name="srcstride" />
<UML:Parameter visibility="private" xmi.id="245" value="" type="QUANTUM" name="opacity" />
- <UML:Parameter visibility="private" xmi.id="246" value="" type="Q_INT32" name="rows" />
- <UML:Parameter visibility="private" xmi.id="247" value="" type="Q_INT32" name="cols" />
+ <UML:Parameter visibility="private" xmi.id="246" value="" type="TQ_INT32" name="rows" />
+ <UML:Parameter visibility="private" xmi.id="247" value="" type="TQ_INT32" name="cols" />
<UML:Parameter visibility="private" xmi.id="248" value="" type="CompositeOp" name="op" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="249" type="virtual void" name="tileBlt" >
- <UML:Parameter visibility="private" xmi.id="250" value="" type="Q_INT32" name="stride" />
+ <UML:Parameter visibility="private" xmi.id="250" value="" type="TQ_INT32" name="stride" />
<UML:Parameter visibility="private" xmi.id="251" value="" type="QUANTUM *" name="dst" />
- <UML:Parameter visibility="private" xmi.id="252" value="" type="Q_INT32" name="dststride" />
+ <UML:Parameter visibility="private" xmi.id="252" value="" type="TQ_INT32" name="dststride" />
<UML:Parameter visibility="private" xmi.id="253" value="" type="QUANTUM *" name="src" />
- <UML:Parameter visibility="private" xmi.id="254" value="" type="Q_INT32" name="srcstride" />
- <UML:Parameter visibility="private" xmi.id="255" value="" type="Q_INT32" name="rows" />
- <UML:Parameter visibility="private" xmi.id="256" value="" type="Q_INT32" name="cols" />
+ <UML:Parameter visibility="private" xmi.id="254" value="" type="TQ_INT32" name="srcstride" />
+ <UML:Parameter visibility="private" xmi.id="255" value="" type="TQ_INT32" name="rows" />
+ <UML:Parameter visibility="private" xmi.id="256" value="" type="TQ_INT32" name="cols" />
<UML:Parameter visibility="private" xmi.id="257" value="" type="CompositeOp" name="op" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="258" type="virtual " name="~KisStrategyColorSpaceRGB" />
@@ -385,10 +385,10 @@ data to rbg for screen rendering." visibility="public" xmi.id="259" name="CMYK"
<UML:Parameter visibility="private" xmi.id="313" value="" type="KisCanvasSubject *" name="subject" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="314" type="void" name="simpleMove" >
- <UML:Parameter visibility="private" xmi.id="315" value="" type="Q_INT32" name="x1" />
- <UML:Parameter visibility="private" xmi.id="316" value="" type="Q_INT32" name="y1" />
- <UML:Parameter visibility="private" xmi.id="317" value="" type="Q_INT32" name="x2" />
- <UML:Parameter visibility="private" xmi.id="318" value="" type="Q_INT32" name="y2" />
+ <UML:Parameter visibility="private" xmi.id="315" value="" type="TQ_INT32" name="x1" />
+ <UML:Parameter visibility="private" xmi.id="316" value="" type="TQ_INT32" name="y1" />
+ <UML:Parameter visibility="private" xmi.id="317" value="" type="TQ_INT32" name="x2" />
+ <UML:Parameter visibility="private" xmi.id="318" value="" type="TQ_INT32" name="y2" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="319" type="void" name="simpleMove" >
<UML:Parameter visibility="private" xmi.id="320" value="" type="const QPoint &amp;" name="pt1" />
@@ -437,84 +437,84 @@ XXX: I am not sure what happens when tm is bigger or smaller
than width and height, nor what happens when tm has a
different depth." visibility="public" xmi.id="337" type="" name="KisTileMgr" >
<UML:Parameter visibility="private" xmi.id="338" value="" type="KisTileMgr *" name="tm" />
- <UML:Parameter visibility="private" xmi.id="339" value="" type="Q_UINT32" name="depth" />
- <UML:Parameter visibility="private" xmi.id="340" value="" type="Q_UINT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="341" value="" type="Q_UINT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="339" value="" type="TQ_UINT32" name="depth" />
+ <UML:Parameter visibility="private" xmi.id="340" value="" type="TQ_UINT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="341" value="" type="TQ_UINT32" name="height" />
</UML:Operation>
<UML:Operation comment="Create a KisTileMgr of width and height with the specified
colour depth." visibility="public" xmi.id="342" type="" name="KisTileMgr" >
- <UML:Parameter visibility="private" xmi.id="343" value="" type="Q_UINT32" name="depth" />
- <UML:Parameter visibility="private" xmi.id="344" value="" type="Q_UINT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="345" value="" type="Q_UINT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="343" value="" type="TQ_UINT32" name="depth" />
+ <UML:Parameter visibility="private" xmi.id="344" value="" type="TQ_UINT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="345" value="" type="TQ_UINT32" name="height" />
</UML:Operation>
<UML:Operation comment="Creates a new KisTileMgr based on rhs, shares a reference
to the tiles of rhs." visibility="public" xmi.id="346" type="" name="KisTileMgr" >
<UML:Parameter visibility="private" xmi.id="347" value="" type="const KisTileMgr &amp;" name="rhs" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="348" type="void" name="allocate" >
- <UML:Parameter visibility="private" xmi.id="349" value="" type="Q_INT32" name="ntiles" />
+ <UML:Parameter visibility="private" xmi.id="349" value="" type="TQ_INT32" name="ntiles" />
</UML:Operation>
<UML:Operation comment="XXX?" visibility="public" xmi.id="350" type="void" name="attach" >
<UML:Parameter visibility="private" xmi.id="351" value="" type="KisTileSP" name="tile" />
- <UML:Parameter visibility="private" xmi.id="352" value="" type="Q_INT32" name="tilenum" />
+ <UML:Parameter visibility="private" xmi.id="352" value="" type="TQ_INT32" name="tilenum" />
<UML:Parameter visibility="private" xmi.id="353" value="" type="bool" name="keepold" />
</UML:Operation>
<UML:Operation comment="Color-depth of the KisRenderInterface implementation
-managed by this KisTileMgr" visibility="public" xmi.id="354" type="Q_INT32" name="depth" />
+managed by this KisTileMgr" visibility="public" xmi.id="354" type="TQ_INT32" name="depth" />
<UML:Operation comment="XXX?" visibility="public" xmi.id="355" type="void" name="detach" >
<UML:Parameter visibility="private" xmi.id="356" value="" type="KisTileSP" name="tile" />
- <UML:Parameter visibility="private" xmi.id="357" value="" type="Q_INT32" name="tilenum" />
+ <UML:Parameter visibility="private" xmi.id="357" value="" type="TQ_INT32" name="tilenum" />
<UML:Parameter visibility="private" xmi.id="358" value="" type="bool" name="keepold" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="359" type="void" name="duplicate" >
- <UML:Parameter visibility="private" xmi.id="360" value="" type="Q_INT32" name="ntiles" />
+ <UML:Parameter visibility="private" xmi.id="360" value="" type="TQ_INT32" name="ntiles" />
<UML:Parameter visibility="private" xmi.id="361" value="" type="KisTileMgr *" name="tm" />
</UML:Operation>
<UML:Operation comment="Returns true if this KisTileMgr does not manage any
tiles." visibility="public" xmi.id="362" type="bool" name="empty" />
- <UML:Operation comment="Height in pixels of the total area managed by this KisTileMgr" visibility="public" xmi.id="363" type="Q_INT32" name="height" />
+ <UML:Operation comment="Height in pixels of the total area managed by this KisTileMgr" visibility="public" xmi.id="363" type="TQ_INT32" name="height" />
<UML:Operation comment="XXX" visibility="public" xmi.id="364" type="KisTileSP" name="invalidate" >
<UML:Parameter visibility="private" xmi.id="365" value="" type="KisTileSP" name="tile" />
- <UML:Parameter visibility="private" xmi.id="366" value="" type="Q_INT32" name="xpix" />
- <UML:Parameter visibility="private" xmi.id="367" value="" type="Q_INT32" name="ypix" />
+ <UML:Parameter visibility="private" xmi.id="366" value="" type="TQ_INT32" name="xpix" />
+ <UML:Parameter visibility="private" xmi.id="367" value="" type="TQ_INT32" name="ypix" />
</UML:Operation>
<UML:Operation comment="XXX" visibility="public" xmi.id="368" type="KisTileSP" name="invalidate" >
- <UML:Parameter visibility="private" xmi.id="369" value="" type="Q_INT32" name="tileno" />
+ <UML:Parameter visibility="private" xmi.id="369" value="" type="TQ_INT32" name="tileno" />
</UML:Operation>
<UML:Operation comment="XXX" visibility="public" xmi.id="370" type="KisTileSP" name="invalidate" >
- <UML:Parameter visibility="private" xmi.id="371" value="" type="Q_INT32" name="xpix" />
- <UML:Parameter visibility="private" xmi.id="372" value="" type="Q_INT32" name="ypix" />
+ <UML:Parameter visibility="private" xmi.id="371" value="" type="TQ_INT32" name="xpix" />
+ <UML:Parameter visibility="private" xmi.id="372" value="" type="TQ_INT32" name="ypix" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="373" type="KisTileSP" name="invalidateTile" >
<UML:Parameter visibility="private" xmi.id="374" value="" type="KisTileSP" name="tile" />
- <UML:Parameter visibility="private" xmi.id="375" value="" type="Q_INT32" name="tilenum" />
+ <UML:Parameter visibility="private" xmi.id="375" value="" type="TQ_INT32" name="tilenum" />
</UML:Operation>
<UML:Operation comment="XXX" visibility="public" xmi.id="376" type="void" name="invalidateTiles" >
<UML:Parameter visibility="private" xmi.id="377" value="" type="KisTileSP" name="tile" />
</UML:Operation>
- <UML:Operation comment="Total size in memory the data managed by this KisTileMgr " visibility="public" xmi.id="378" type="Q_UINT32" name="memSize" />
- <UML:Operation comment="Number of columns of tiles managed by this KisTileMgr" visibility="public" xmi.id="379" type="Q_UINT32" name="ncols" />
- <UML:Operation comment="Number of rows of tiles managed by this KisTileMgr" visibility="public" xmi.id="380" type="Q_UINT32" name="nrows" />
+ <UML:Operation comment="Total size in memory the data managed by this KisTileMgr " visibility="public" xmi.id="378" type="TQ_UINT32" name="memSize" />
+ <UML:Operation comment="Number of columns of tiles managed by this KisTileMgr" visibility="public" xmi.id="379" type="TQ_UINT32" name="ncols" />
+ <UML:Operation comment="Number of rows of tiles managed by this KisTileMgr" visibility="public" xmi.id="380" type="TQ_UINT32" name="nrows" />
<UML:Operation comment="Returns the KisPixelData defined by the rectangle x1, y1,
x2, y2. Depending on mode, this data is readable, writable
or both." visibility="public" xmi.id="381" type="KisPixelDataSP" name="pixelData" >
- <UML:Parameter visibility="private" xmi.id="382" value="" type="Q_INT32" name="x1" />
- <UML:Parameter visibility="private" xmi.id="383" value="" type="Q_INT32" name="y1" />
- <UML:Parameter visibility="private" xmi.id="384" value="" type="Q_INT32" name="x2" />
- <UML:Parameter visibility="private" xmi.id="385" value="" type="Q_INT32" name="y2" />
- <UML:Parameter visibility="private" xmi.id="386" value="" type="Q_INT32" name="mode" />
+ <UML:Parameter visibility="private" xmi.id="382" value="" type="TQ_INT32" name="x1" />
+ <UML:Parameter visibility="private" xmi.id="383" value="" type="TQ_INT32" name="y1" />
+ <UML:Parameter visibility="private" xmi.id="384" value="" type="TQ_INT32" name="x2" />
+ <UML:Parameter visibility="private" xmi.id="385" value="" type="TQ_INT32" name="y2" />
+ <UML:Parameter visibility="private" xmi.id="386" value="" type="TQ_INT32" name="mode" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="387" type="void" name="readPixelData" >
<UML:Parameter visibility="private" xmi.id="388" value="" type="KisPixelDataSP" name="pd" />
</UML:Operation>
<UML:Operation comment="Read the area defined by x1, y2, x2, y2 into the buffer. Stride is number of bytes
that a pixel takes in the buffer." visibility="public" xmi.id="389" type="void" name="readPixelData" >
- <UML:Parameter visibility="private" xmi.id="390" value="" type="Q_INT32" name="x1" />
- <UML:Parameter visibility="private" xmi.id="391" value="" type="Q_INT32" name="y1" />
- <UML:Parameter visibility="private" xmi.id="392" value="" type="Q_INT32" name="x2" />
- <UML:Parameter visibility="private" xmi.id="393" value="" type="Q_INT32" name="y2" />
+ <UML:Parameter visibility="private" xmi.id="390" value="" type="TQ_INT32" name="x1" />
+ <UML:Parameter visibility="private" xmi.id="391" value="" type="TQ_INT32" name="y1" />
+ <UML:Parameter visibility="private" xmi.id="392" value="" type="TQ_INT32" name="x2" />
+ <UML:Parameter visibility="private" xmi.id="393" value="" type="TQ_INT32" name="y2" />
<UML:Parameter visibility="private" xmi.id="394" value="" type="QUANTUM *" name="buffer" />
- <UML:Parameter visibility="private" xmi.id="395" value="" type="Q_UINT32" name="stride" />
+ <UML:Parameter visibility="private" xmi.id="395" value="" type="TQ_UINT32" name="stride" />
</UML:Operation>
<UML:Operation comment="Not sure what this does... Perhaps write changed data if
owner, else mark something invalid. XXX" visibility="public" xmi.id="396" type="void" name="releasePixelData" >
@@ -526,16 +526,16 @@ image
XXX: Not sure what 'mode' is. Presumbly related to the
TILEMODE constants." visibility="public" xmi.id="398" type="KisTileSP" name="tile" >
- <UML:Parameter visibility="private" xmi.id="399" value="" type="Q_INT32" name="tilenum" />
- <UML:Parameter visibility="private" xmi.id="400" value="" type="Q_INT32" name="mode" />
+ <UML:Parameter visibility="private" xmi.id="399" value="" type="TQ_INT32" name="tilenum" />
+ <UML:Parameter visibility="private" xmi.id="400" value="" type="TQ_INT32" name="mode" />
</UML:Operation>
<UML:Operation comment="Create or duplicate a tile at location xpix/ypix.
XXX: Not sure what 'mode' is. Presumbly related to the
TILEMODE constants." visibility="public" xmi.id="401" type="KisTileSP" name="tile" >
- <UML:Parameter visibility="private" xmi.id="402" value="" type="Q_INT32" name="xpix" />
- <UML:Parameter visibility="private" xmi.id="403" value="" type="Q_INT32" name="ypix" />
- <UML:Parameter visibility="private" xmi.id="404" value="" type="Q_INT32" name="mode" />
+ <UML:Parameter visibility="private" xmi.id="402" value="" type="TQ_INT32" name="xpix" />
+ <UML:Parameter visibility="private" xmi.id="403" value="" type="TQ_INT32" name="ypix" />
+ <UML:Parameter visibility="private" xmi.id="404" value="" type="TQ_INT32" name="mode" />
</UML:Operation>
<UML:Operation comment="Puts the x/y coordinates of the top left (?) corner
of tile in coord." visibility="public" xmi.id="405" type="void" name="tileCoord" >
@@ -545,42 +545,42 @@ of tile in coord." visibility="public" xmi.id="405" type="void" name="tileCoord"
<UML:Operation comment="Puts the x/y coordinates of the top left (?) corner
of tile in x and y." visibility="public" xmi.id="408" type="void" name="tileCoord" >
<UML:Parameter visibility="private" xmi.id="409" value="" type="const KisTileSP &amp;" name="tile" />
- <UML:Parameter visibility="private" xmi.id="410" value="" type="Q_INT32 *" name="x" />
- <UML:Parameter visibility="private" xmi.id="411" value="" type="Q_INT32 *" name="y" />
+ <UML:Parameter visibility="private" xmi.id="410" value="" type="TQ_INT32 *" name="x" />
+ <UML:Parameter visibility="private" xmi.id="411" value="" type="TQ_INT32 *" name="y" />
</UML:Operation>
<UML:Operation comment="XXX" visibility="public" xmi.id="412" type="void" name="tileMap" >
- <UML:Parameter visibility="private" xmi.id="413" value="" type="Q_INT32" name="tilenum" />
+ <UML:Parameter visibility="private" xmi.id="413" value="" type="TQ_INT32" name="tilenum" />
<UML:Parameter visibility="private" xmi.id="414" value="" type="KisTileSP" name="src" />
</UML:Operation>
<UML:Operation comment="XXX" visibility="public" xmi.id="415" type="void" name="tileMap" >
- <UML:Parameter visibility="private" xmi.id="416" value="" type="Q_INT32" name="xpix" />
- <UML:Parameter visibility="private" xmi.id="417" value="" type="Q_INT32" name="ypix" />
+ <UML:Parameter visibility="private" xmi.id="416" value="" type="TQ_INT32" name="xpix" />
+ <UML:Parameter visibility="private" xmi.id="417" value="" type="TQ_INT32" name="ypix" />
<UML:Parameter visibility="private" xmi.id="418" value="" type="KisTileSP" name="src" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="419" type="Q_INT32" name="tileNum" >
- <UML:Parameter visibility="private" xmi.id="420" value="" type="Q_UINT32" name="xpix" />
- <UML:Parameter visibility="private" xmi.id="421" value="" type="Q_UINT32" name="ypix" />
+ <UML:Operation visibility="public" xmi.id="419" type="TQ_INT32" name="tileNum" >
+ <UML:Parameter visibility="private" xmi.id="420" value="" type="TQ_UINT32" name="xpix" />
+ <UML:Parameter visibility="private" xmi.id="421" value="" type="TQ_UINT32" name="ypix" />
</UML:Operation>
- <UML:Operation comment="Width in pixels of the total area managed by this KisTileMgr" visibility="public" xmi.id="422" type="Q_INT32" name="width" />
+ <UML:Operation comment="Width in pixels of the total area managed by this KisTileMgr" visibility="public" xmi.id="422" type="TQ_INT32" name="width" />
<UML:Operation visibility="public" xmi.id="423" type="void" name="writePixelData" >
<UML:Parameter visibility="private" xmi.id="424" value="" type="KisPixelDataSP" name="pd" />
</UML:Operation>
<UML:Operation comment="Commit the pixel data in buffer." visibility="public" xmi.id="425" type="void" name="writePixelData" >
- <UML:Parameter visibility="private" xmi.id="426" value="" type="Q_INT32" name="x1" />
- <UML:Parameter visibility="private" xmi.id="427" value="" type="Q_INT32" name="y1" />
- <UML:Parameter visibility="private" xmi.id="428" value="" type="Q_INT32" name="x2" />
- <UML:Parameter visibility="private" xmi.id="429" value="" type="Q_INT32" name="y2" />
+ <UML:Parameter visibility="private" xmi.id="426" value="" type="TQ_INT32" name="x1" />
+ <UML:Parameter visibility="private" xmi.id="427" value="" type="TQ_INT32" name="y1" />
+ <UML:Parameter visibility="private" xmi.id="428" value="" type="TQ_INT32" name="x2" />
+ <UML:Parameter visibility="private" xmi.id="429" value="" type="TQ_INT32" name="y2" />
<UML:Parameter visibility="private" xmi.id="430" value="" type="QUANTUM *" name="buffer" />
- <UML:Parameter visibility="private" xmi.id="431" value="" type="Q_UINT32" name="stride" />
+ <UML:Parameter visibility="private" xmi.id="431" value="" type="TQ_UINT32" name="stride" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="432" type="virtual " name="~KisTileMgr" />
- <UML:Attribute visibility="private" xmi.id="326" value="" type="Q_UINT32" name="m_depth" />
- <UML:Attribute visibility="private" xmi.id="327" value="" type="Q_UINT32" name="m_height" />
+ <UML:Attribute visibility="private" xmi.id="326" value="" type="TQ_UINT32" name="m_depth" />
+ <UML:Attribute visibility="private" xmi.id="327" value="" type="TQ_UINT32" name="m_height" />
<UML:Attribute visibility="private" xmi.id="330" value="" type="QMutex" name="m_mutex" />
- <UML:Attribute visibility="private" xmi.id="331" value="" type="Q_UINT32" name="m_ntileCols" />
- <UML:Attribute visibility="private" xmi.id="332" value="" type="Q_UINT32" name="m_ntileRows" />
+ <UML:Attribute visibility="private" xmi.id="331" value="" type="TQ_UINT32" name="m_ntileCols" />
+ <UML:Attribute visibility="private" xmi.id="332" value="" type="TQ_UINT32" name="m_ntileRows" />
<UML:Attribute visibility="private" xmi.id="333" value="" type="vKisTileSP" name="m_tiles" />
- <UML:Attribute visibility="private" xmi.id="334" value="" type="Q_UINT32" name="m_width" />
+ <UML:Attribute visibility="private" xmi.id="334" value="" type="TQ_UINT32" name="m_width" />
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="328" name="KisTileMediator" >
<UML:Operation visibility="protected" xmi.id="436" type="KisTileMediator &amp;" name="=" >
@@ -593,32 +593,32 @@ of tile in x and y." visibility="public" xmi.id="408" type="void" name="tileCoor
<UML:Operation visibility="public" xmi.id="441" type="void" name="attach" >
<UML:Parameter visibility="private" xmi.id="442" value="" type="KisTileSP" name="tile" />
<UML:Parameter visibility="private" xmi.id="443" value="" type="KisTileMgrSP" name="mgr" />
- <UML:Parameter visibility="private" xmi.id="444" value="" type="Q_INT32" name="tilenum" />
+ <UML:Parameter visibility="private" xmi.id="444" value="" type="TQ_INT32" name="tilenum" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="445" type="void" name="detach" >
<UML:Parameter visibility="private" xmi.id="446" value="" type="KisTileSP" name="tile" />
<UML:Parameter visibility="private" xmi.id="447" value="" type="KisTileMgrSP" name="mgr" />
- <UML:Parameter visibility="private" xmi.id="448" value="" type="Q_INT32" name="tilenum" />
+ <UML:Parameter visibility="private" xmi.id="448" value="" type="TQ_INT32" name="tilenum" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="449" type="void" name="detachAll" >
<UML:Parameter visibility="private" xmi.id="450" value="" type="KisTileMgr *" name="mgr" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="451" type="Q_INT32" name="tileNum" >
+ <UML:Operation visibility="public" xmi.id="451" type="TQ_INT32" name="tileNum" >
<UML:Parameter visibility="private" xmi.id="452" value="" type="KisTileSP" name="tile" />
<UML:Parameter visibility="private" xmi.id="453" value="" type="KisTileMgrSP" name="mgr" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="454" type="" name="~KisTileMediator" />
<UML:Attribute visibility="private" xmi.id="433" value="" type="KisTileMediatorSingleton *" name="m_instance" />
<UML:Attribute visibility="private" xmi.id="434" value="" type="QMutex" name="m_mutex" />
- <UML:Attribute visibility="private" xmi.id="435" value="" type="Q_INT32" name="m_ref" />
+ <UML:Attribute visibility="private" xmi.id="435" value="" type="TQ_INT32" name="m_ref" />
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="455" name="KisTileSwapInterface" >
<UML:Operation visibility="public" xmi.id="456" type="" name="KisTileSwapInterface" />
- <UML:Operation visibility="public" xmi.id="457" type="virtual Q_INT32" isAbstract="true" name="add" >
+ <UML:Operation visibility="public" xmi.id="457" type="virtual TQ_INT32" isAbstract="true" name="add" >
<UML:Parameter visibility="private" xmi.id="458" value="" type="KisTileSP" name="tile" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="459" type="virtual void" isAbstract="true" name="remove" >
- <UML:Parameter visibility="private" xmi.id="460" value="" type="Q_INT32" name="swapNo" />
+ <UML:Parameter visibility="private" xmi.id="460" value="" type="TQ_INT32" name="swapNo" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="461" type="virtual void" isAbstract="true" name="swapCompress" >
<UML:Parameter visibility="private" xmi.id="462" value="" type="KisTileSP" name="tile" />
@@ -646,7 +646,7 @@ of tile in x and y." visibility="public" xmi.id="408" type="void" name="tileCoor
<UML:Parameter visibility="private" xmi.id="477" value="" type="KisTileSP" name="tile" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="478" type="virtual void" isAbstract="true" name="sizeHint" >
- <UML:Parameter visibility="private" xmi.id="479" value="" type="Q_INT32" name="nelements" />
+ <UML:Parameter visibility="private" xmi.id="479" value="" type="TQ_INT32" name="nelements" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="480" type="virtual " name="~KisTileCacheInterface" />
</UML:Class>
@@ -659,16 +659,16 @@ a part of a layer. Layers form an image." visibility="public" xmi.id="481" name
<UML:Parameter visibility="private" xmi.id="499" value="" type="KisTile &amp;" name="rhs" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="500" type="" name="KisTile" >
- <UML:Parameter visibility="private" xmi.id="501" value="" type="Q_INT32" name="depth" />
+ <UML:Parameter visibility="private" xmi.id="501" value="" type="TQ_INT32" name="depth" />
<UML:Parameter visibility="private" xmi.id="502" value="" type="KisTileCacheInterface *" name="cache" />
<UML:Parameter visibility="private" xmi.id="503" value="" type="KisTileSwapInterface *" name="swap" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="504" type="void" name="allocate" />
<UML:Operation visibility="public" xmi.id="505" type="QUANTUM *" name="data" >
- <UML:Parameter visibility="private" xmi.id="506" value="" type="Q_INT32" name="xoff" />
- <UML:Parameter visibility="private" xmi.id="507" value="" type="Q_INT32" name="yoff" />
+ <UML:Parameter visibility="private" xmi.id="506" value="" type="TQ_INT32" name="xoff" />
+ <UML:Parameter visibility="private" xmi.id="507" value="" type="TQ_INT32" name="yoff" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="508" type="Q_INT32" name="depth" />
+ <UML:Operation visibility="public" xmi.id="508" type="TQ_INT32" name="depth" />
<UML:Operation visibility="public" xmi.id="509" type="bool" name="dirty" />
<UML:Operation visibility="public" xmi.id="510" type="void" name="dirty" >
<UML:Parameter visibility="private" xmi.id="511" value="" type="bool" name="val" />
@@ -676,12 +676,12 @@ a part of a layer. Layers form an image." visibility="public" xmi.id="481" name
<UML:Operation visibility="public" xmi.id="512" type="void" name="duplicate" >
<UML:Parameter visibility="private" xmi.id="513" value="" type="KisTile *" name="tile" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="514" type="Q_INT32" name="height" />
+ <UML:Operation visibility="public" xmi.id="514" type="TQ_INT32" name="height" />
<UML:Operation visibility="public" xmi.id="515" type="void" name="height" >
- <UML:Parameter visibility="private" xmi.id="516" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="516" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="517" type="void" name="init" >
- <UML:Parameter visibility="private" xmi.id="518" value="" type="Q_INT32" name="depth" />
+ <UML:Parameter visibility="private" xmi.id="518" value="" type="TQ_INT32" name="depth" />
<UML:Parameter visibility="private" xmi.id="519" value="" type="KisTileCacheInterface *" name="cache" />
<UML:Parameter visibility="private" xmi.id="520" value="" type="KisTileSwapInterface *" name="swap" />
</UML:Operation>
@@ -690,42 +690,42 @@ a part of a layer. Layers form an image." visibility="public" xmi.id="481" name
<UML:Operation visibility="public" xmi.id="523" type="void" name="lockAsync" />
<UML:Operation visibility="public" xmi.id="524" type="QMutex *" name="mutex" />
<UML:Operation visibility="public" xmi.id="525" type="void" name="ref" />
- <UML:Operation visibility="public" xmi.id="526" type="Q_INT32" name="refCount" />
+ <UML:Operation visibility="public" xmi.id="526" type="TQ_INT32" name="refCount" />
<UML:Operation visibility="public" xmi.id="527" type="void" name="release" />
- <UML:Operation visibility="public" xmi.id="528" type="Q_INT32" name="rowHint" >
- <UML:Parameter visibility="private" xmi.id="529" value="" type="Q_INT32" name="row" />
+ <UML:Operation visibility="public" xmi.id="528" type="TQ_INT32" name="rowHint" >
+ <UML:Parameter visibility="private" xmi.id="529" value="" type="TQ_INT32" name="row" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="530" type="void" name="setRowHint" >
- <UML:Parameter visibility="private" xmi.id="531" value="" type="Q_INT32" name="row" />
+ <UML:Parameter visibility="private" xmi.id="531" value="" type="TQ_INT32" name="row" />
<UML:Parameter visibility="private" xmi.id="532" value="" type="drawingHints" name="hint" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="533" type="Q_INT32" name="shareCount" />
+ <UML:Operation visibility="public" xmi.id="533" type="TQ_INT32" name="shareCount" />
<UML:Operation visibility="public" xmi.id="534" type="void" name="shareRef" />
<UML:Operation visibility="public" xmi.id="535" type="void" name="shareRelease" />
- <UML:Operation visibility="public" xmi.id="536" type="Q_INT32" name="size" />
+ <UML:Operation visibility="public" xmi.id="536" type="TQ_INT32" name="size" />
<UML:Operation visibility="public" xmi.id="537" type="bool" name="valid" />
<UML:Operation visibility="public" xmi.id="538" type="void" name="valid" >
<UML:Parameter visibility="private" xmi.id="539" value="" type="bool" name="valid" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="540" type="Q_INT32" name="width" />
+ <UML:Operation visibility="public" xmi.id="540" type="TQ_INT32" name="width" />
<UML:Operation visibility="public" xmi.id="541" type="void" name="width" >
- <UML:Parameter visibility="private" xmi.id="542" value="" type="Q_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="542" value="" type="TQ_INT32" name="w" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="543" type="Q_INT32" name="writeCount" />
+ <UML:Operation visibility="public" xmi.id="543" type="TQ_INT32" name="writeCount" />
<UML:Operation visibility="public" xmi.id="544" type="void" name="writeRef" />
<UML:Operation visibility="public" xmi.id="545" type="virtual " name="~KisTile" />
<UML:Attribute visibility="private" xmi.id="483" value="" type="QUANTUM *" name="m_data" />
- <UML:Attribute visibility="private" xmi.id="484" value="" type="Q_INT32" name="m_depth" />
+ <UML:Attribute visibility="private" xmi.id="484" value="" type="TQ_INT32" name="m_depth" />
<UML:Attribute visibility="private" xmi.id="485" value="" type="bool" name="m_dirty" />
- <UML:Attribute visibility="private" xmi.id="486" value="" type="Q_INT32" name="m_height" />
+ <UML:Attribute visibility="private" xmi.id="486" value="" type="TQ_INT32" name="m_height" />
<UML:Attribute visibility="private" xmi.id="487" value="" type="QValueVector" name="m_hints" />
<UML:Attribute visibility="private" xmi.id="488" value="" type="QMutex" name="m_mutex" />
- <UML:Attribute visibility="private" xmi.id="489" value="" type="Q_INT32" name="m_nref" />
- <UML:Attribute visibility="private" xmi.id="490" value="" type="Q_INT32" name="m_nshare" />
- <UML:Attribute visibility="private" xmi.id="491" value="" type="Q_INT32" name="m_nwrite" />
- <UML:Attribute visibility="private" xmi.id="493" value="" type="Q_INT32" name="m_swapNo" />
+ <UML:Attribute visibility="private" xmi.id="489" value="" type="TQ_INT32" name="m_nref" />
+ <UML:Attribute visibility="private" xmi.id="490" value="" type="TQ_INT32" name="m_nshare" />
+ <UML:Attribute visibility="private" xmi.id="491" value="" type="TQ_INT32" name="m_nwrite" />
+ <UML:Attribute visibility="private" xmi.id="493" value="" type="TQ_INT32" name="m_swapNo" />
<UML:Attribute visibility="private" xmi.id="494" value="" type="bool" name="m_valid" />
- <UML:Attribute visibility="private" xmi.id="495" value="" type="Q_INT32" name="m_width" />
+ <UML:Attribute visibility="private" xmi.id="495" value="" type="TQ_INT32" name="m_width" />
</UML:Class>
<UML:Enum stereotype="enum" visibility="public" xmi.id="546" name="drawingHints" >
<UML:EnumLiteral visibility="public" xmi.id="547" name="broken" />
@@ -777,10 +777,10 @@ a part of a layer. Layers form an image." visibility="public" xmi.id="481" name
<UML:Parameter visibility="private" xmi.id="587" value="" type="QRect &amp;" name="rc" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="588" type="" name="KisFlatten" >
- <UML:Parameter visibility="private" xmi.id="589" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="590" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="591" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="592" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="589" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="590" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="591" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="592" value="" type="TQ_INT32" name="height" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="593" type="virtual bool" name="visit" >
<UML:Parameter visibility="private" xmi.id="594" value="" type="KisPainter &amp;" name="gc" />
@@ -793,7 +793,7 @@ a part of a layer. Layers form an image." visibility="public" xmi.id="481" name
<UML:Operation visibility="protected" xmi.id="599" type="void" name="visit" >
<UML:Parameter visibility="private" xmi.id="600" value="" type="KisPainter &amp;" name="gc" />
<UML:Parameter visibility="private" xmi.id="601" value="" type="KisPaintDeviceSP" name="dev" />
- <UML:Parameter visibility="private" xmi.id="602" value="" type="Q_INT32" name="opacity" />
+ <UML:Parameter visibility="private" xmi.id="602" value="" type="TQ_INT32" name="opacity" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="603" type="virtual bool" name="visit" >
<UML:Parameter visibility="private" xmi.id="604" value="" type="KisPainter &amp;" name="gc" />
@@ -846,11 +846,11 @@ outside the bounds of the mask.
XXX: this is, of course, not the best way of masking.
Better would be to let KisAlphaMask fill a chunk of memory
with the alpha values at the right position, something like
-void applyMask(QUANTUM *pixeldata, Q_INT32 pixelWidth,
-Q_INT32 alphaPos). That would be fastest, or we could
+void applyMask(QUANTUM *pixeldata, TQ_INT32 pixelWidth,
+TQ_INT32 alphaPos). That would be fastest, or we could
provide an iterator over the mask, that would be nice, too." visibility="public" xmi.id="634" type="QUANTUM" name="alphaAt" >
- <UML:Parameter visibility="private" xmi.id="635" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="636" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="635" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="636" value="" type="TQ_INT32" name="y" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="637" type="void" name="computeAlpha" >
<UML:Parameter visibility="private" xmi.id="638" value="" type="const QImage &amp;" name="img" />
@@ -858,14 +858,14 @@ provide an iterator over the mask, that would be nice, too." visibility="public"
<UML:Operation visibility="protected" xmi.id="639" type="void" name="copyAlpha" >
<UML:Parameter visibility="private" xmi.id="640" value="" type="const QImage &amp;" name="img" />
</UML:Operation>
- <UML:Operation comment="@return the number of alpha values in a scanline." visibility="public" xmi.id="641" type="Q_INT32" name="height" />
+ <UML:Operation comment="@return the number of alpha values in a scanline." visibility="public" xmi.id="641" type="TQ_INT32" name="height" />
<UML:Operation comment="@return the scale factor." visibility="public" xmi.id="642" type="double" name="scale" />
- <UML:Operation comment="@return the number of lines in the mask." visibility="public" xmi.id="643" type="Q_INT32" name="width" />
+ <UML:Operation comment="@return the number of lines in the mask." visibility="public" xmi.id="643" type="TQ_INT32" name="width" />
<UML:Operation visibility="public" xmi.id="644" type="virtual " name="~KisAlphaMask" />
<UML:Attribute visibility="private" xmi.id="625" value="" type="QValueVector" name="m_data" />
<UML:Attribute visibility="private" xmi.id="626" value="" type="double" name="m_scale" />
- <UML:Attribute visibility="private" xmi.id="627" value="" type="Q_INT32" name="m_scaledHeight" />
- <UML:Attribute visibility="private" xmi.id="628" value="" type="Q_INT32" name="m_scaledWidth" />
+ <UML:Attribute visibility="private" xmi.id="627" value="" type="TQ_INT32" name="m_scaledHeight" />
+ <UML:Attribute visibility="private" xmi.id="628" value="" type="TQ_INT32" name="m_scaledWidth" />
</UML:Class>
<UML:Class stereotype="class" comment="This is the definition of the interface Chalk presents to
dcop." visibility="public" xmi.id="645" name="KRayonViewIface" >
@@ -915,8 +915,8 @@ dcop." visibility="public" xmi.id="645" name="KRayonViewIface" >
</UML:Operation>
<UML:Operation visibility="public" xmi.id="695" type="" name="KisBrush" >
<UML:Parameter visibility="private" xmi.id="696" value="" type="const QString &amp;" name="filename" />
- <UML:Parameter visibility="private" xmi.id="697" value="" type="const QValueVector &lt; Q_UINT8 > &amp;" name="data" />
- <UML:Parameter visibility="private" xmi.id="698" value="" type="Q_UINT32 &amp;" name="dataPos" />
+ <UML:Parameter visibility="private" xmi.id="697" value="" type="const QValueVector &lt; TQ_UINT8 > &amp;" name="data" />
+ <UML:Parameter visibility="private" xmi.id="698" value="" type="TQ_UINT32 &amp;" name="dataPos" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="699" type="virtual enumBrushType" name="brushType" />
<UML:Operation visibility="protected" xmi.id="700" type="void" name="createMasks" >
@@ -927,7 +927,7 @@ dcop." visibility="public" xmi.id="645" name="KRayonViewIface" >
<UML:Operation visibility="public" xmi.id="704" type="virtual bool" name="loadAsync" />
<UML:Operation comment="@return a mask computed from the grey-level values of the
pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMask *" name="mask" >
- <UML:Parameter visibility="private" xmi.id="706" value="" type="Q_INT32" name="scale" />
+ <UML:Parameter visibility="private" xmi.id="706" value="" type="TQ_INT32" name="scale" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="707" type="virtual bool" name="saveAsync" />
<UML:Operation visibility="public" xmi.id="708" type="void" name="setHotSpot" >
@@ -935,26 +935,26 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Operation>
<UML:Operation visibility="public" xmi.id="710" type="virtual " name="~KisBrush" />
<UML:Attribute visibility="private" xmi.id="682" value="" type="enumBrushType" name="m_brushType" />
- <UML:Attribute visibility="private" xmi.id="683" value="" type="Q_UINT32" name="m_bytes" />
+ <UML:Attribute visibility="private" xmi.id="683" value="" type="TQ_UINT32" name="m_bytes" />
<UML:Attribute visibility="private" xmi.id="684" value="" type="QValueVector" name="m_data" />
- <UML:Attribute visibility="private" xmi.id="685" value="" type="Q_UINT32" name="m_header_size" />
- <UML:Attribute visibility="private" xmi.id="686" value="" type="Q_UINT32" name="m_height" />
+ <UML:Attribute visibility="private" xmi.id="685" value="" type="TQ_UINT32" name="m_header_size" />
+ <UML:Attribute visibility="private" xmi.id="686" value="" type="TQ_UINT32" name="m_height" />
<UML:Attribute visibility="private" xmi.id="687" value="" type=TQPOINT_OBJECT_NAME_STRING name="m_hotSpot" />
<UML:Attribute visibility="private" xmi.id="688" value="" type="QImage" name="m_img" />
- <UML:Attribute visibility="private" xmi.id="689" value="" type="Q_UINT32" name="m_magic_number" />
+ <UML:Attribute visibility="private" xmi.id="689" value="" type="TQ_UINT32" name="m_magic_number" />
<UML:Attribute visibility="private" xmi.id="690" value="" type="QPtrList" name="m_masks" />
- <UML:Attribute visibility="private" xmi.id="691" value="" type="Q_UINT32" name="m_version" />
- <UML:Attribute visibility="private" xmi.id="692" value="" type="Q_UINT32" name="m_width" />
+ <UML:Attribute visibility="private" xmi.id="691" value="" type="TQ_UINT32" name="m_version" />
+ <UML:Attribute visibility="private" xmi.id="692" value="" type="TQ_UINT32" name="m_width" />
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="711" name="KisBackground" >
<UML:Operation visibility="public" xmi.id="712" type="" name="KisBackground" >
<UML:Parameter visibility="private" xmi.id="713" value="" type="KisImageSP" name="img" />
- <UML:Parameter visibility="private" xmi.id="714" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="715" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="714" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="715" value="" type="TQ_INT32" name="height" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="716" type="virtual Q_INT32" name="tileNum" >
- <UML:Parameter visibility="private" xmi.id="717" value="" type="Q_INT32" name="xpix" />
- <UML:Parameter visibility="private" xmi.id="718" value="" type="Q_INT32" name="ypix" />
+ <UML:Operation visibility="public" xmi.id="716" type="virtual TQ_INT32" name="tileNum" >
+ <UML:Parameter visibility="private" xmi.id="717" value="" type="TQ_INT32" name="xpix" />
+ <UML:Parameter visibility="private" xmi.id="718" value="" type="TQ_INT32" name="ypix" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="719" type="virtual " name="~KisBackground" />
</UML:Class>
@@ -1002,21 +1002,21 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="755" value="" type="const KisCanvasControllerInterface &amp;" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="756" type="virtual QWidget *" isAbstract="true" name="canvas" />
- <UML:Operation visibility="public" xmi.id="757" type="virtual Q_INT32" isAbstract="true" name="horzValue" />
+ <UML:Operation visibility="public" xmi.id="757" type="virtual TQ_INT32" isAbstract="true" name="horzValue" />
<UML:Operation visibility="public" xmi.id="758" type="virtual void" isAbstract="true" name="updateCanvas" />
<UML:Operation visibility="public" xmi.id="759" type="virtual void" isAbstract="true" name="updateCanvas" >
- <UML:Parameter visibility="private" xmi.id="760" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="761" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="762" value="" type="Q_INT32" name="w" />
- <UML:Parameter visibility="private" xmi.id="763" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="760" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="761" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="762" value="" type="TQ_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="763" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="764" type="virtual void" isAbstract="true" name="updateCanvas" >
<UML:Parameter visibility="private" xmi.id="765" value="" type="const QRect &amp;" name="rc" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="766" type="virtual Q_INT32" isAbstract="true" name="vertValue" />
+ <UML:Operation visibility="public" xmi.id="766" type="virtual TQ_INT32" isAbstract="true" name="vertValue" />
<UML:Operation visibility="public" xmi.id="767" type="virtual void" isAbstract="true" name="viewToWindow" >
- <UML:Parameter visibility="private" xmi.id="768" value="" type="Q_INT32 *" name="x" />
- <UML:Parameter visibility="private" xmi.id="769" value="" type="Q_INT32 *" name="y" />
+ <UML:Parameter visibility="private" xmi.id="768" value="" type="TQ_INT32 *" name="x" />
+ <UML:Parameter visibility="private" xmi.id="769" value="" type="TQ_INT32 *" name="y" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="770" type="virtual QPoint" isAbstract="true" name="viewToWindow" >
<UML:Parameter visibility="private" xmi.id="771" value="" type="const QPoint &amp;" name="pt" />
@@ -1025,8 +1025,8 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="773" value="" type="const QRect &amp;" name="rc" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="774" type="virtual void" isAbstract="true" name="windowToView" >
- <UML:Parameter visibility="private" xmi.id="775" value="" type="Q_INT32 *" name="x" />
- <UML:Parameter visibility="private" xmi.id="776" value="" type="Q_INT32 *" name="y" />
+ <UML:Parameter visibility="private" xmi.id="775" value="" type="TQ_INT32 *" name="x" />
+ <UML:Parameter visibility="private" xmi.id="776" value="" type="TQ_INT32 *" name="y" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="777" type="virtual QPoint" isAbstract="true" name="windowToView" >
<UML:Parameter visibility="private" xmi.id="778" value="" type="const QPoint &amp;" name="pt" />
@@ -1036,13 +1036,13 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Operation>
<UML:Operation visibility="public" xmi.id="781" type="virtual void" isAbstract="true" name="zoomIn" />
<UML:Operation visibility="public" xmi.id="782" type="virtual void" isAbstract="true" name="zoomIn" >
- <UML:Parameter visibility="private" xmi.id="783" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="784" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="783" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="784" value="" type="TQ_INT32" name="y" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="785" type="virtual void" isAbstract="true" name="zoomOut" />
<UML:Operation visibility="public" xmi.id="786" type="virtual void" isAbstract="true" name="zoomOut" >
- <UML:Parameter visibility="private" xmi.id="787" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="788" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="787" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="788" value="" type="TQ_INT32" name="y" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="789" type="virtual " name="~KisCanvasControllerInterface" />
</UML:Class>
@@ -1055,8 +1055,8 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Operation visibility="public" xmi.id="806" type="void" name="erase" >
<UML:Parameter visibility="private" xmi.id="807" value="" type="QPaintDevice *" name="device" />
<UML:Parameter visibility="private" xmi.id="808" value="" type="QWidget *" name="w" />
- <UML:Parameter visibility="private" xmi.id="809" value="" type="Q_INT32" name="xOffset" />
- <UML:Parameter visibility="private" xmi.id="810" value="" type="Q_INT32" name="yOffset" />
+ <UML:Parameter visibility="private" xmi.id="809" value="" type="TQ_INT32" name="xOffset" />
+ <UML:Parameter visibility="private" xmi.id="810" value="" type="TQ_INT32" name="yOffset" />
<UML:Parameter visibility="private" xmi.id="811" value="" type="double" name="zoom" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="812" type="KisGuideSP" name="find" >
@@ -1085,8 +1085,8 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Operation visibility="public" xmi.id="829" type="void" name="paint" >
<UML:Parameter visibility="private" xmi.id="830" value="" type="QPaintDevice *" name="device" />
<UML:Parameter visibility="private" xmi.id="831" value="" type="QWidget *" name="w" />
- <UML:Parameter visibility="private" xmi.id="832" value="" type="Q_INT32" name="xOffset" />
- <UML:Parameter visibility="private" xmi.id="833" value="" type="Q_INT32" name="yOffset" />
+ <UML:Parameter visibility="private" xmi.id="832" value="" type="TQ_INT32" name="xOffset" />
+ <UML:Parameter visibility="private" xmi.id="833" value="" type="TQ_INT32" name="yOffset" />
<UML:Parameter visibility="private" xmi.id="834" value="" type="double" name="zoom" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="835" type="void" name="remove" >
@@ -1110,7 +1110,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="849" value="" type="KisGuideSP" name="gd" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="850" type="void" name="selectAll" />
- <UML:Operation visibility="public" xmi.id="851" type="Q_INT32" name="selectedCount" />
+ <UML:Operation visibility="public" xmi.id="851" type="TQ_INT32" name="selectedCount" />
<UML:Operation visibility="public" xmi.id="852" type="void" name="unselect" >
<UML:Parameter visibility="private" xmi.id="853" value="" type="KisGuideSP" name="gd" />
</UML:Operation>
@@ -1221,11 +1221,11 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Operation visibility="public" xmi.id="939" type="KisImageSP" name="findImage" >
<UML:Parameter visibility="private" xmi.id="940" value="" type="const QString &amp;" name="name" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="941" type="Q_INT32" name="imageIndex" >
+ <UML:Operation visibility="public" xmi.id="941" type="TQ_INT32" name="imageIndex" >
<UML:Parameter visibility="private" xmi.id="942" value="" type="KisImageSP" name="img" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="943" type="KisImageSP" name="imageNum" >
- <UML:Parameter visibility="private" xmi.id="944" value="" type="Q_UINT32" name="num" />
+ <UML:Parameter visibility="private" xmi.id="944" value="" type="TQ_UINT32" name="num" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="945" type=TQSTRINGLIST_OBJECT_NAME_STRING name="images" />
<UML:Operation visibility="public" xmi.id="946" type="bool" name="importImage" >
@@ -1238,12 +1238,12 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Operation visibility="public" xmi.id="952" type="KisLayerSP" name="layerAdd" >
<UML:Parameter visibility="private" xmi.id="953" value="" type="KisImageSP" name="img" />
<UML:Parameter visibility="private" xmi.id="954" value="" type="KisLayerSP" name="layer" />
- <UML:Parameter visibility="private" xmi.id="955" value="" type="Q_INT32" name="position" />
+ <UML:Parameter visibility="private" xmi.id="955" value="" type="TQ_INT32" name="position" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="956" type="KisLayerSP" name="layerAdd" >
<UML:Parameter visibility="private" xmi.id="957" value="" type="KisImageSP" name="img" />
- <UML:Parameter visibility="private" xmi.id="958" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="959" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="958" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="959" value="" type="TQ_INT32" name="height" />
<UML:Parameter visibility="private" xmi.id="960" value="" type="const QString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="961" value="" type="CompositeOp" name="compositeOp" />
<UML:Parameter visibility="private" xmi.id="962" value="" type="QUANTUM" name="opacity" />
@@ -1252,8 +1252,8 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Operation>
<UML:Operation visibility="public" xmi.id="965" type="KisLayerSP" name="layerAdd" >
<UML:Parameter visibility="private" xmi.id="966" value="" type="KisImageSP" name="img" />
- <UML:Parameter visibility="private" xmi.id="967" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="968" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="967" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="968" value="" type="TQ_INT32" name="height" />
<UML:Parameter visibility="private" xmi.id="969" value="" type="const QString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="970" value="" type="QUANTUM" name="devOpacity" />
</UML:Operation>
@@ -1307,12 +1307,12 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1007" type="KisImageSP" name="newImage" >
<UML:Parameter visibility="private" xmi.id="1008" value="" type="const QString &amp;" name="name" />
- <UML:Parameter visibility="private" xmi.id="1009" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="1010" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="1009" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="1010" value="" type="TQ_INT32" name="height" />
<UML:Parameter visibility="private" xmi.id="1011" value="" type="enumImgType" name="type" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1012" type=TQSTRING_OBJECT_NAME_STRING name="nextImageName" />
- <UML:Operation visibility="public" xmi.id="1013" type="Q_INT32" name="nimages" />
+ <UML:Operation visibility="public" xmi.id="1013" type="TQ_INT32" name="nimages" />
<UML:Operation visibility="public" xmi.id="1014" type="virtual void" name="paintContent" >
<UML:Parameter visibility="private" xmi.id="1015" value="" type="QPainter &amp;" name="painter" />
<UML:Parameter visibility="private" xmi.id="1016" value="" type="const QRect &amp;" name="rect" />
@@ -1320,7 +1320,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1018" value="" type="double" name="zoomX" />
<UML:Parameter visibility="private" xmi.id="1019" value="" type="double" name="zoomY" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1020" type="Q_INT32" name="redoLimit" />
+ <UML:Operation visibility="public" xmi.id="1020" type="TQ_INT32" name="redoLimit" />
<UML:Operation visibility="public" xmi.id="1021" type="void" name="removeImage" >
<UML:Parameter visibility="private" xmi.id="1022" value="" type="KisImageSP" name="img" />
</UML:Operation>
@@ -1358,22 +1358,22 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1047" value="" type="KisImageSP" name="img" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1048" type="void" name="setRedoLimit" >
- <UML:Parameter visibility="private" xmi.id="1049" value="" type="Q_INT32" name="limit" />
+ <UML:Parameter visibility="private" xmi.id="1049" value="" type="TQ_INT32" name="limit" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="1050" type="virtual void" name="setUndo" >
<UML:Parameter visibility="private" xmi.id="1051" value="" type="bool" name="undo" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1052" type="void" name="setUndoLimit" >
- <UML:Parameter visibility="private" xmi.id="1053" value="" type="Q_INT32" name="limit" />
+ <UML:Parameter visibility="private" xmi.id="1053" value="" type="TQ_INT32" name="limit" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="1054" type="void" name="setupColorspaces" />
<UML:Operation visibility="protected" xmi.id="1055" type="virtual bool" name="undo" />
- <UML:Operation visibility="public" xmi.id="1056" type="Q_INT32" name="undoLimit" />
+ <UML:Operation visibility="public" xmi.id="1056" type="TQ_INT32" name="undoLimit" />
<UML:Operation visibility="public" xmi.id="1057" type="virtual " name="~KisDoc" />
<UML:Attribute visibility="private" xmi.id="903" value="" type="KisSelectionSP" name="m_clipboard" />
<UML:Attribute visibility="private" xmi.id="904" value="" type="KCommandHistory *" name="m_cmdHistory" />
<UML:Attribute visibility="private" xmi.id="905" value="" type="KisStrategyColorSpaceMap" name="m_colorspaces" />
- <UML:Attribute visibility="private" xmi.id="906" value="" type="Q_INT32" name="m_conversionDepth" />
+ <UML:Attribute visibility="private" xmi.id="906" value="" type="TQ_INT32" name="m_conversionDepth" />
<UML:Attribute visibility="private" xmi.id="907" value="" type="KMacroCommand *" name="m_currentMacro" />
<UML:Attribute visibility="private" xmi.id="908" value="" type="DCOPObject *" name="m_dcop" />
<UML:Attribute visibility="private" xmi.id="909" value="" type="vKisImageSP" name="m_images" />
@@ -1418,14 +1418,14 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Operation visibility="protected" xmi.id="1090" type="" name="KisConfig" >
<UML:Parameter visibility="private" xmi.id="1091" value="" type="const KisConfig &amp;" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1092" type="Q_INT32" name="defImgHeight" />
- <UML:Operation visibility="public" xmi.id="1093" type="Q_INT32" name="defImgWidth" />
- <UML:Operation visibility="public" xmi.id="1094" type="Q_INT32" name="defLayerHeight" />
- <UML:Operation visibility="public" xmi.id="1095" type="Q_INT32" name="defLayerWidth" />
- <UML:Operation visibility="public" xmi.id="1096" type="Q_INT32" name="maxImgHeight" />
- <UML:Operation visibility="public" xmi.id="1097" type="Q_INT32" name="maxImgWidth" />
- <UML:Operation visibility="public" xmi.id="1098" type="Q_INT32" name="maxLayerHeight" />
- <UML:Operation visibility="public" xmi.id="1099" type="Q_INT32" name="maxLayerWidth" />
+ <UML:Operation visibility="public" xmi.id="1092" type="TQ_INT32" name="defImgHeight" />
+ <UML:Operation visibility="public" xmi.id="1093" type="TQ_INT32" name="defImgWidth" />
+ <UML:Operation visibility="public" xmi.id="1094" type="TQ_INT32" name="defLayerHeight" />
+ <UML:Operation visibility="public" xmi.id="1095" type="TQ_INT32" name="defLayerWidth" />
+ <UML:Operation visibility="public" xmi.id="1096" type="TQ_INT32" name="maxImgHeight" />
+ <UML:Operation visibility="public" xmi.id="1097" type="TQ_INT32" name="maxImgWidth" />
+ <UML:Operation visibility="public" xmi.id="1098" type="TQ_INT32" name="maxLayerHeight" />
+ <UML:Operation visibility="public" xmi.id="1099" type="TQ_INT32" name="maxLayerWidth" />
<UML:Operation visibility="public" xmi.id="1100" type="" name="~KisConfig" />
<UML:Attribute visibility="private" xmi.id="1086" value="" type="mutable KConfig *" name="m_cfg" />
</UML:Class>
@@ -1468,8 +1468,8 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Class stereotype="class" visibility="public" xmi.id="1130" name="KisChannel" >
<UML:Operation visibility="public" xmi.id="1131" type="" name="KisChannel" >
<UML:Parameter visibility="private" xmi.id="1132" value="" type="KisImageSP" name="img" />
- <UML:Parameter visibility="private" xmi.id="1133" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="1134" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="1133" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="1134" value="" type="TQ_INT32" name="height" />
<UML:Parameter visibility="private" xmi.id="1135" value="" type="const QString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="1136" value="" type="const KoColor &amp;" name="color" />
</UML:Operation>
@@ -1477,8 +1477,8 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1138" value="" type="const KisChannel &amp;" name="rhs" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1139" type="void" name="border" >
- <UML:Parameter visibility="private" xmi.id="1140" value="" type="Q_INT32" name="xradius" />
- <UML:Parameter visibility="private" xmi.id="1141" value="" type="Q_INT32" name="yradius" />
+ <UML:Parameter visibility="private" xmi.id="1140" value="" type="TQ_INT32" name="xradius" />
+ <UML:Parameter visibility="private" xmi.id="1141" value="" type="TQ_INT32" name="yradius" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1142" type="bool" name="bounds" >
<UML:Parameter visibility="private" xmi.id="1143" value="" type="QRect &amp;" name="rc" />
@@ -1489,14 +1489,14 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1147" value="" type="KoColor" name="clr" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1148" type="KisChannelSP" name="createMask" >
- <UML:Parameter visibility="private" xmi.id="1149" value="" type="Q_INT32" name="w" />
- <UML:Parameter visibility="private" xmi.id="1150" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="1149" value="" type="TQ_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="1150" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1151" type="bool" name="empty" />
<UML:Operation visibility="public" xmi.id="1152" type="void" name="feather" />
<UML:Operation visibility="public" xmi.id="1153" type="void" name="grow" >
- <UML:Parameter visibility="private" xmi.id="1154" value="" type="Q_INT32" name="xradius" />
- <UML:Parameter visibility="private" xmi.id="1155" value="" type="Q_INT32" name="yradius" />
+ <UML:Parameter visibility="private" xmi.id="1154" value="" type="TQ_INT32" name="xradius" />
+ <UML:Parameter visibility="private" xmi.id="1155" value="" type="TQ_INT32" name="yradius" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1156" type="void" name="invert" />
<UML:Operation visibility="public" xmi.id="1157" type="QUANTUM" name="opacity" />
@@ -1504,16 +1504,16 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1159" value="" type="QUANTUM" name="val" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1160" type="void" name="shrink" >
- <UML:Parameter visibility="private" xmi.id="1161" value="" type="Q_INT32" name="xradius" />
- <UML:Parameter visibility="private" xmi.id="1162" value="" type="Q_INT32" name="yradius" />
+ <UML:Parameter visibility="private" xmi.id="1161" value="" type="TQ_INT32" name="xradius" />
+ <UML:Parameter visibility="private" xmi.id="1162" value="" type="TQ_INT32" name="yradius" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1163" type="void" name="translate" >
- <UML:Parameter visibility="private" xmi.id="1164" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1165" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1164" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1165" value="" type="TQ_INT32" name="y" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1166" type="Q_INT32" name="value" >
- <UML:Parameter visibility="private" xmi.id="1167" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1168" value="" type="Q_INT32" name="y" />
+ <UML:Operation visibility="public" xmi.id="1166" type="TQ_INT32" name="value" >
+ <UML:Parameter visibility="private" xmi.id="1167" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1168" value="" type="TQ_INT32" name="y" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1169" type="virtual " name="~KisChannel" />
</UML:Class>
@@ -1620,8 +1620,8 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1294" type="" name="KisImage" >
<UML:Parameter visibility="private" xmi.id="1295" value="" type="KisUndoAdapter *" name="undoAdapter" />
- <UML:Parameter visibility="private" xmi.id="1296" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="1297" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="1296" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="1297" value="" type="TQ_INT32" name="height" />
<UML:Parameter visibility="private" xmi.id="1298" value="" type="const enumImgType &amp;" name="imgType" />
<UML:Parameter visibility="private" xmi.id="1299" value="" type="const QString &amp;" name="name" />
</UML:Operation>
@@ -1635,10 +1635,10 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1305" value="" type="KisLayerSP" name="layer" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1306" type="KisChannelSP" name="activateChannel" >
- <UML:Parameter visibility="private" xmi.id="1307" value="" type="Q_INT32" name="n" />
+ <UML:Parameter visibility="private" xmi.id="1307" value="" type="TQ_INT32" name="n" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1308" type="KisLayerSP" name="activateLayer" >
- <UML:Parameter visibility="private" xmi.id="1309" value="" type="Q_INT32" name="n" />
+ <UML:Parameter visibility="private" xmi.id="1309" value="" type="TQ_INT32" name="n" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1310" type="KisChannelSP" name="activeChannel" />
<UML:Operation visibility="public" xmi.id="1311" type="bool" name="activeComponent" >
@@ -1652,11 +1652,11 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Operation visibility="public" xmi.id="1317" type="const KisLayerSP" name="activeLayer" />
<UML:Operation visibility="public" xmi.id="1318" type="bool" name="add" >
<UML:Parameter visibility="private" xmi.id="1319" value="" type="KisChannelSP" name="channel" />
- <UML:Parameter visibility="private" xmi.id="1320" value="" type="Q_INT32" name="position" />
+ <UML:Parameter visibility="private" xmi.id="1320" value="" type="TQ_INT32" name="position" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1321" type="bool" name="add" >
<UML:Parameter visibility="private" xmi.id="1322" value="" type="KisLayerSP" name="layer" />
- <UML:Parameter visibility="private" xmi.id="1323" value="" type="Q_INT32" name="position" />
+ <UML:Parameter visibility="private" xmi.id="1323" value="" type="TQ_INT32" name="position" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1324" type="bool" name="alpha" />
<UML:Operation visibility="public" xmi.id="1325" type="bool" name="bottom" >
@@ -1665,7 +1665,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Operation visibility="public" xmi.id="1327" type="QRect" name="bounds" />
<UML:Operation visibility="public" xmi.id="1328" type="bool" name="boundsLayer" />
<UML:Operation visibility="public" xmi.id="1329" type="KisChannelSP" name="channel" >
- <UML:Parameter visibility="private" xmi.id="1330" value="" type="Q_UINT32" name="npos" />
+ <UML:Parameter visibility="private" xmi.id="1330" value="" type="TQ_UINT32" name="npos" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1331" type="KisChannelSP" name="channel" >
<UML:Parameter visibility="private" xmi.id="1332" value="" type="const QString &amp;" name="name" />
@@ -1676,10 +1676,10 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1336" value="" type="KoColorMap &amp;" name="cm" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1337" type="KisLayerSP" name="correlateLayer" >
- <UML:Parameter visibility="private" xmi.id="1338" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1339" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1338" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1339" value="" type="TQ_INT32" name="y" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1340" type="Q_UINT32" name="depth" />
+ <UML:Operation visibility="public" xmi.id="1340" type="TQ_UINT32" name="depth" />
<UML:Operation visibility="public" xmi.id="1341" type="bool" name="empty" />
<UML:Operation visibility="public" xmi.id="1342" type="void" name="enableUndo" >
<UML:Parameter visibility="private" xmi.id="1343" value="" type="KCommandHistory *" name="history" />
@@ -1689,37 +1689,37 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1346" type="void" name="flush" />
<UML:Operation visibility="public" xmi.id="1347" type="KisGuideMgr *" name="guides" />
- <UML:Operation visibility="public" xmi.id="1348" type="Q_INT32" name="height" />
+ <UML:Operation visibility="public" xmi.id="1348" type="TQ_INT32" name="height" />
<UML:Operation visibility="public" xmi.id="1349" type="enumImgType" name="imgType" />
<UML:Operation visibility="public" xmi.id="1350" type="enumImgType" name="imgTypeWithAlpha" />
- <UML:Operation visibility="public" xmi.id="1351" type="Q_INT32" name="index" >
+ <UML:Operation visibility="public" xmi.id="1351" type="TQ_INT32" name="index" >
<UML:Parameter visibility="private" xmi.id="1352" value="" type="KisChannelSP" name="channel" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1353" type="Q_INT32" name="index" >
+ <UML:Operation visibility="public" xmi.id="1353" type="TQ_INT32" name="index" >
<UML:Parameter visibility="private" xmi.id="1354" value="" type="KisLayerSP" name="layer" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="1355" type="void" name="init" >
<UML:Parameter visibility="private" xmi.id="1356" value="" type="KisUndoAdapter *" name="adapter" />
- <UML:Parameter visibility="private" xmi.id="1357" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="1358" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="1357" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="1358" value="" type="TQ_INT32" name="height" />
<UML:Parameter visibility="private" xmi.id="1359" value="" type="const enumImgType &amp;" name="imgType" />
<UML:Parameter visibility="private" xmi.id="1360" value="" type="const QString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1361" type="virtual void" name="invalidate" />
<UML:Operation visibility="public" xmi.id="1362" type="virtual void" name="invalidate" >
- <UML:Parameter visibility="private" xmi.id="1363" value="" type="Q_INT32" name="tileno" />
+ <UML:Parameter visibility="private" xmi.id="1363" value="" type="TQ_INT32" name="tileno" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1364" type="virtual void" name="invalidate" >
- <UML:Parameter visibility="private" xmi.id="1365" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1366" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="1367" value="" type="Q_INT32" name="w" />
- <UML:Parameter visibility="private" xmi.id="1368" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="1365" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1366" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1367" value="" type="TQ_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="1368" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1369" type="virtual void" name="invalidate" >
<UML:Parameter visibility="private" xmi.id="1370" value="" type="const QRect &amp;" name="rc" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1371" type="KisLayerSP" name="layer" >
- <UML:Parameter visibility="private" xmi.id="1372" value="" type="Q_UINT32" name="npos" />
+ <UML:Parameter visibility="private" xmi.id="1372" value="" type="TQ_UINT32" name="npos" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1373" type="KisLayerSP" name="layer" >
<UML:Parameter visibility="private" xmi.id="1374" value="" type="const QString &amp;" name="name" />
@@ -1734,15 +1734,15 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Operation visibility="public" xmi.id="1380" type="KisChannelSP" name="mask" />
<UML:Operation visibility="public" xmi.id="1381" type=TQSTRING_OBJECT_NAME_STRING name="name" />
<UML:Operation visibility="public" xmi.id="1382" type="enumImgType" name="nativeImgType" />
- <UML:Operation visibility="public" xmi.id="1383" type="Q_INT32" name="nchannels" />
+ <UML:Operation visibility="public" xmi.id="1383" type="TQ_INT32" name="nchannels" />
<UML:Operation visibility="public" xmi.id="1384" type=TQSTRING_OBJECT_NAME_STRING name="nextLayerName" />
- <UML:Operation visibility="public" xmi.id="1385" type="Q_INT32" name="nlayers" />
+ <UML:Operation visibility="public" xmi.id="1385" type="TQ_INT32" name="nlayers" />
<UML:Operation visibility="public" xmi.id="1386" type="void" name="notify" />
<UML:Operation visibility="public" xmi.id="1387" type="void" name="notify" >
- <UML:Parameter visibility="private" xmi.id="1388" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1389" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="1390" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="1391" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="1388" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1389" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1390" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="1391" value="" type="TQ_INT32" name="height" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1392" type="void" name="notify" >
<UML:Parameter visibility="private" xmi.id="1393" value="" type="const QRect &amp;" name="rc" />
@@ -1752,11 +1752,11 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1396" type="bool" name="pos" >
<UML:Parameter visibility="private" xmi.id="1397" value="" type="KisChannelSP" name="channel" />
- <UML:Parameter visibility="private" xmi.id="1398" value="" type="Q_INT32" name="position" />
+ <UML:Parameter visibility="private" xmi.id="1398" value="" type="TQ_INT32" name="position" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1399" type="bool" name="pos" >
<UML:Parameter visibility="private" xmi.id="1400" value="" type="KisLayerSP" name="layer" />
- <UML:Parameter visibility="private" xmi.id="1401" value="" type="Q_INT32" name="position" />
+ <UML:Parameter visibility="private" xmi.id="1401" value="" type="TQ_INT32" name="position" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1402" type="bool" name="raise" >
<UML:Parameter visibility="private" xmi.id="1403" value="" type="KisChannelSP" name="channel" />
@@ -1765,8 +1765,8 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1405" value="" type="KisLayerSP" name="layer" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1406" type="void" name="resize" >
- <UML:Parameter visibility="private" xmi.id="1407" value="" type="Q_INT32" name="w" />
- <UML:Parameter visibility="private" xmi.id="1408" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="1407" value="" type="TQ_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="1408" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1409" type="void" name="resize" >
<UML:Parameter visibility="private" xmi.id="1410" value="" type="const QRect &amp;" name="rc" />
@@ -1793,9 +1793,9 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1425" value="" type="KisSelectionSP" name="selection" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1426" type="KisTileMgrSP" name="shadow" />
- <UML:Operation visibility="public" xmi.id="1427" type="virtual Q_INT32" name="tileNum" >
- <UML:Parameter visibility="private" xmi.id="1428" value="" type="Q_INT32" name="xpix" />
- <UML:Parameter visibility="private" xmi.id="1429" value="" type="Q_INT32" name="ypix" />
+ <UML:Operation visibility="public" xmi.id="1427" type="virtual TQ_INT32" name="tileNum" >
+ <UML:Parameter visibility="private" xmi.id="1428" value="" type="TQ_INT32" name="xpix" />
+ <UML:Parameter visibility="private" xmi.id="1429" value="" type="TQ_INT32" name="ypix" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1430" type="virtual KisTileMgrSP" name="tiles" />
<UML:Operation visibility="public" xmi.id="1431" type="bool" name="top" >
@@ -1815,7 +1815,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1442" value="" type="const KURL &amp;" name="uri" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1443" type="virtual void" name="validate" >
- <UML:Parameter visibility="private" xmi.id="1444" value="" type="Q_INT32" name="tileno" />
+ <UML:Parameter visibility="private" xmi.id="1444" value="" type="TQ_INT32" name="tileno" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1445" type="bool" name="visibleComponent" >
<UML:Parameter visibility="private" xmi.id="1446" value="" type="CHANNELTYPE" name="pixel" />
@@ -1824,7 +1824,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1448" value="" type="CHANNELTYPE" name="pixel" />
<UML:Parameter visibility="private" xmi.id="1449" value="" type="bool" name="active" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1450" type="Q_INT32" name="width" />
+ <UML:Operation visibility="public" xmi.id="1450" type="TQ_INT32" name="width" />
<UML:Operation visibility="public" xmi.id="1451" type="virtual " name="~KisImage" />
<UML:Attribute visibility="private" xmi.id="1260" value="" type="QBitArray" name="m_active" />
<UML:Attribute visibility="private" xmi.id="1261" value="" type="KisChannelSP" name="m_activeChannel" />
@@ -1834,9 +1834,9 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Attribute visibility="private" xmi.id="1265" value="" type="KisBackgroundSP" name="m_bkg" />
<UML:Attribute visibility="private" xmi.id="1266" value="" type="vKisChannelSP" name="m_channels" />
<UML:Attribute visibility="private" xmi.id="1267" value="" type="KoColorMap" name="m_clrMap" />
- <UML:Attribute visibility="private" xmi.id="1268" value="" type="Q_UINT32" name="m_depth" />
+ <UML:Attribute visibility="private" xmi.id="1268" value="" type="TQ_UINT32" name="m_depth" />
<UML:Attribute visibility="private" xmi.id="1269" value="" type="bool" name="m_dirty" />
- <UML:Attribute visibility="private" xmi.id="1271" value="" type="Q_INT32" name="m_height" />
+ <UML:Attribute visibility="private" xmi.id="1271" value="" type="TQ_INT32" name="m_height" />
<UML:Attribute visibility="private" xmi.id="1272" value="" type="vKisLayerSP" name="m_layerStack" />
<UML:Attribute visibility="private" xmi.id="1273" value="" type="vKisLayerSP" name="m_layers" />
<UML:Attribute visibility="private" xmi.id="1274" value="" type="KoColor" name="m_maskClr" />
@@ -1844,8 +1844,8 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Attribute visibility="private" xmi.id="1276" value="" type="bool" name="m_maskInverted" />
<UML:Attribute visibility="private" xmi.id="1277" value="" type=TQSTRING_OBJECT_NAME_STRING name="m_name" />
<UML:Attribute visibility="private" xmi.id="1278" value="" type="KisNameServer *" name="m_nserver" />
- <UML:Attribute visibility="private" xmi.id="1279" value="" type="Q_INT32" name="m_ntileCols" />
- <UML:Attribute visibility="private" xmi.id="1280" value="" type="Q_INT32" name="m_ntileRows" />
+ <UML:Attribute visibility="private" xmi.id="1279" value="" type="TQ_INT32" name="m_ntileCols" />
+ <UML:Attribute visibility="private" xmi.id="1280" value="" type="TQ_INT32" name="m_ntileRows" />
<UML:Attribute visibility="private" xmi.id="1281" value="" type="KisLayerSP" name="m_projection" />
<UML:Attribute visibility="private" xmi.id="1282" value="" type="KisSelectionSP" name="m_selection" />
<UML:Attribute visibility="private" xmi.id="1283" value="" type="KisChannelSP" name="m_selectionMask" />
@@ -1853,7 +1853,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Attribute visibility="private" xmi.id="1286" value="" type="KCommandHistory *" name="m_undoHistory" />
<UML:Attribute visibility="private" xmi.id="1287" value="" type="KURL" name="m_uri" />
<UML:Attribute visibility="private" xmi.id="1288" value="" type="QBitArray" name="m_visible" />
- <UML:Attribute visibility="private" xmi.id="1289" value="" type="Q_INT32" name="m_width" />
+ <UML:Attribute visibility="private" xmi.id="1289" value="" type="TQ_INT32" name="m_width" />
<UML:Attribute visibility="private" xmi.id="1290" value="" type="double" name="m_xres" />
<UML:Attribute visibility="private" xmi.id="1291" value="" type="double" name="m_yres" />
</UML:Class>
@@ -1863,8 +1863,8 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1476" type="" name="KisPaintDevice" >
<UML:Parameter visibility="private" xmi.id="1477" value="" type="KisImageSP" name="img" />
- <UML:Parameter visibility="private" xmi.id="1478" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="1479" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="1478" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="1479" value="" type="TQ_INT32" name="height" />
<UML:Parameter visibility="private" xmi.id="1480" value="" type="const enumImgType &amp;" name="imgType" />
<UML:Parameter visibility="private" xmi.id="1481" value="" type="const QString &amp;" name="name" />
</UML:Operation>
@@ -1874,8 +1874,8 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1485" value="" type="const QString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1486" type="" name="KisPaintDevice" >
- <UML:Parameter visibility="private" xmi.id="1487" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="1488" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="1487" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="1488" value="" type="TQ_INT32" name="height" />
<UML:Parameter visibility="private" xmi.id="1489" value="" type="const enumImgType &amp;" name="imgType" />
<UML:Parameter visibility="private" xmi.id="1490" value="" type="const QString &amp;" name="name" />
</UML:Operation>
@@ -1888,10 +1888,10 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Operation visibility="public" xmi.id="1495" type="QRect" name="bounds" />
<UML:Operation visibility="public" xmi.id="1496" type="QRect" name="clip" />
<UML:Operation visibility="public" xmi.id="1497" type="void" name="clip" >
- <UML:Parameter visibility="private" xmi.id="1498" value="" type="Q_INT32 *" name="offx" />
- <UML:Parameter visibility="private" xmi.id="1499" value="" type="Q_INT32 *" name="offy" />
- <UML:Parameter visibility="private" xmi.id="1500" value="" type="Q_INT32 *" name="offw" />
- <UML:Parameter visibility="private" xmi.id="1501" value="" type="Q_INT32 *" name="offh" />
+ <UML:Parameter visibility="private" xmi.id="1498" value="" type="TQ_INT32 *" name="offx" />
+ <UML:Parameter visibility="private" xmi.id="1499" value="" type="TQ_INT32 *" name="offy" />
+ <UML:Parameter visibility="private" xmi.id="1500" value="" type="TQ_INT32 *" name="offw" />
+ <UML:Parameter visibility="private" xmi.id="1501" value="" type="TQ_INT32 *" name="offh" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1502" type="bool" name="cmap" >
<UML:Parameter visibility="private" xmi.id="1503" value="" type="KoColorMap &amp;" name="cm" />
@@ -1900,15 +1900,15 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Operation visibility="public" xmi.id="1505" type="CompositeOp" name="compositeOp" />
<UML:Operation visibility="public" xmi.id="1506" type="virtual void" name="configure" >
<UML:Parameter visibility="private" xmi.id="1507" value="" type="KisImageSP" name="image" />
- <UML:Parameter visibility="private" xmi.id="1508" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="1509" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="1508" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="1509" value="" type="TQ_INT32" name="height" />
<UML:Parameter visibility="private" xmi.id="1510" value="" type="const enumImgType &amp;" name="imgType" />
<UML:Parameter visibility="private" xmi.id="1511" value="" type="const QString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="1512" value="" type="CompositeOp" name="compositeOp" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1513" type="bool" name="contains" >
- <UML:Parameter visibility="private" xmi.id="1514" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1515" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1514" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1515" value="" type="TQ_INT32" name="y" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1516" type="bool" name="contains" >
<UML:Parameter visibility="private" xmi.id="1517" value="" type="const QPoint &amp;" name="pt" />
@@ -1918,27 +1918,27 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1520" value="" type="KisTileMgrSP" name="mgr" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1521" type="void" name="expand" >
- <UML:Parameter visibility="private" xmi.id="1522" value="" type="Q_INT32" name="w" />
- <UML:Parameter visibility="private" xmi.id="1523" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="1522" value="" type="TQ_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="1523" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1524" type="void" name="expand" >
<UML:Parameter visibility="private" xmi.id="1525" value="" type="const QSize &amp;" name="size" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1526" type="Q_INT32" name="height" />
+ <UML:Operation visibility="public" xmi.id="1526" type="TQ_INT32" name="height" />
<UML:Operation visibility="protected" xmi.id="1527" type="void" name="height" >
- <UML:Parameter visibility="private" xmi.id="1528" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="1528" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1529" type="const KisImageSP" name="image" />
<UML:Operation visibility="protected" xmi.id="1530" type="void" name="init" />
<UML:Operation visibility="public" xmi.id="1531" type="virtual void" name="invalidate" />
<UML:Operation visibility="public" xmi.id="1532" type="virtual void" name="invalidate" >
- <UML:Parameter visibility="private" xmi.id="1533" value="" type="Q_INT32" name="tileno" />
+ <UML:Parameter visibility="private" xmi.id="1533" value="" type="TQ_INT32" name="tileno" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1534" type="virtual void" name="invalidate" >
- <UML:Parameter visibility="private" xmi.id="1535" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1536" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="1537" value="" type="Q_INT32" name="w" />
- <UML:Parameter visibility="private" xmi.id="1538" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="1535" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1536" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1537" value="" type="TQ_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="1538" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1539" type="virtual void" name="invalidate" >
<UML:Parameter visibility="private" xmi.id="1540" value="" type="const QRect &amp;" name="rc" />
@@ -1947,47 +1947,47 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1542" value="" type="QRect *" name="rc" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1543" type="void" name="maskBounds" >
- <UML:Parameter visibility="private" xmi.id="1544" value="" type="Q_INT32 *" name="x1" />
- <UML:Parameter visibility="private" xmi.id="1545" value="" type="Q_INT32 *" name="y1" />
- <UML:Parameter visibility="private" xmi.id="1546" value="" type="Q_INT32 *" name="x2" />
- <UML:Parameter visibility="private" xmi.id="1547" value="" type="Q_INT32 *" name="y2" />
+ <UML:Parameter visibility="private" xmi.id="1544" value="" type="TQ_INT32 *" name="x1" />
+ <UML:Parameter visibility="private" xmi.id="1545" value="" type="TQ_INT32 *" name="y1" />
+ <UML:Parameter visibility="private" xmi.id="1546" value="" type="TQ_INT32 *" name="x2" />
+ <UML:Parameter visibility="private" xmi.id="1547" value="" type="TQ_INT32 *" name="y2" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1548" type="virtual void" name="move" >
- <UML:Parameter visibility="private" xmi.id="1549" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1550" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1549" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1550" value="" type="TQ_INT32" name="y" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1551" type="virtual void" name="move" >
<UML:Parameter visibility="private" xmi.id="1552" value="" type="const QPoint &amp;" name="pt" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1553" type=TQSTRING_OBJECT_NAME_STRING name="name" />
<UML:Operation visibility="public" xmi.id="1554" type="void" name="offsetBy" >
- <UML:Parameter visibility="private" xmi.id="1555" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1556" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1555" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1556" value="" type="TQ_INT32" name="y" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1557" type="bool" name="pixel" >
- <UML:Parameter visibility="private" xmi.id="1558" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1559" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1558" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1559" value="" type="TQ_INT32" name="y" />
<UML:Parameter visibility="private" xmi.id="1560" value="" type="KoColor *" name="c" />
<UML:Parameter visibility="private" xmi.id="1561" value="" type="QUANTUM *" name="opacity" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1562" type="Q_INT32" name="quantumSize" />
- <UML:Operation visibility="public" xmi.id="1563" type="Q_INT32" name="quantumSizeWithAlpha" />
+ <UML:Operation visibility="public" xmi.id="1562" type="TQ_INT32" name="quantumSize" />
+ <UML:Operation visibility="public" xmi.id="1563" type="TQ_INT32" name="quantumSizeWithAlpha" />
<UML:Operation visibility="public" xmi.id="1564" type="virtual bool" name="read" >
<UML:Parameter visibility="private" xmi.id="1565" value="" type="KoStore *" name="store" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1566" type="void" name="resize" />
<UML:Operation visibility="public" xmi.id="1567" type="void" name="resize" >
- <UML:Parameter visibility="private" xmi.id="1568" value="" type="Q_INT32" name="w" />
- <UML:Parameter visibility="private" xmi.id="1569" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="1568" value="" type="TQ_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="1569" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1570" type="void" name="resize" >
<UML:Parameter visibility="private" xmi.id="1571" value="" type="const QSize &amp;" name="size" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1572" type="void" name="setClip" >
- <UML:Parameter visibility="private" xmi.id="1573" value="" type="Q_INT32" name="offx" />
- <UML:Parameter visibility="private" xmi.id="1574" value="" type="Q_INT32" name="offy" />
- <UML:Parameter visibility="private" xmi.id="1575" value="" type="Q_INT32" name="offw" />
- <UML:Parameter visibility="private" xmi.id="1576" value="" type="Q_INT32" name="offh" />
+ <UML:Parameter visibility="private" xmi.id="1573" value="" type="TQ_INT32" name="offx" />
+ <UML:Parameter visibility="private" xmi.id="1574" value="" type="TQ_INT32" name="offy" />
+ <UML:Parameter visibility="private" xmi.id="1575" value="" type="TQ_INT32" name="offw" />
+ <UML:Parameter visibility="private" xmi.id="1576" value="" type="TQ_INT32" name="offh" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1577" type="void" name="setCompositeOp" >
<UML:Parameter visibility="private" xmi.id="1578" value="" type="CompositeOp" name="compositeOp" />
@@ -1999,22 +1999,22 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1582" value="" type="const QString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1583" type="bool" name="setPixel" >
- <UML:Parameter visibility="private" xmi.id="1584" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1585" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1584" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1585" value="" type="TQ_INT32" name="y" />
<UML:Parameter visibility="private" xmi.id="1586" value="" type="const KoColor &amp;" name="c" />
<UML:Parameter visibility="private" xmi.id="1587" value="" type="QUANTUM" name="opacity" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1588" type="void" name="setX" >
- <UML:Parameter visibility="private" xmi.id="1589" value="" type="Q_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1589" value="" type="TQ_INT32" name="x" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1590" type="void" name="setY" >
- <UML:Parameter visibility="private" xmi.id="1591" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1591" value="" type="TQ_INT32" name="y" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1592" type="const KisTileMgrSP" name="shadow" />
<UML:Operation visibility="public" xmi.id="1593" type="virtual bool" name="shouldDrawBorder" />
- <UML:Operation visibility="public" xmi.id="1594" type="virtual Q_INT32" name="tileNum" >
- <UML:Parameter visibility="private" xmi.id="1595" value="" type="Q_INT32" name="xpix" />
- <UML:Parameter visibility="private" xmi.id="1596" value="" type="Q_INT32" name="ypix" />
+ <UML:Operation visibility="public" xmi.id="1594" type="virtual TQ_INT32" name="tileNum" >
+ <UML:Parameter visibility="private" xmi.id="1595" value="" type="TQ_INT32" name="xpix" />
+ <UML:Parameter visibility="private" xmi.id="1596" value="" type="TQ_INT32" name="ypix" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1597" type="virtual KisTileMgrSP" name="tiles" />
<UML:Operation visibility="public" xmi.id="1598" type="enumImgType" name="type" />
@@ -2022,52 +2022,52 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Operation visibility="public" xmi.id="1600" type="enumImgType" name="typeWithoutAlpha" />
<UML:Operation visibility="public" xmi.id="1601" type="virtual void" name="update" />
<UML:Operation visibility="public" xmi.id="1602" type="virtual void" name="update" >
- <UML:Parameter visibility="private" xmi.id="1603" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1604" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="1605" value="" type="Q_INT32" name="w" />
- <UML:Parameter visibility="private" xmi.id="1606" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="1603" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1604" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1605" value="" type="TQ_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="1606" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1607" type="virtual void" name="validate" >
- <UML:Parameter visibility="private" xmi.id="1608" value="" type="Q_INT32" name="tileno" />
+ <UML:Parameter visibility="private" xmi.id="1608" value="" type="TQ_INT32" name="tileno" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1609" type="virtual const bool" name="visible" />
<UML:Operation visibility="public" xmi.id="1610" type="virtual void" name="visible" >
<UML:Parameter visibility="private" xmi.id="1611" value="" type="bool" name="v" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1612" type="Q_INT32" name="width" />
+ <UML:Operation visibility="public" xmi.id="1612" type="TQ_INT32" name="width" />
<UML:Operation visibility="protected" xmi.id="1613" type="void" name="width" >
- <UML:Parameter visibility="private" xmi.id="1614" value="" type="Q_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="1614" value="" type="TQ_INT32" name="w" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1615" type="virtual bool" name="write" >
<UML:Parameter visibility="private" xmi.id="1616" value="" type="KoStore *" name="store" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1617" type="Q_INT32" name="x" />
- <UML:Operation visibility="public" xmi.id="1618" type="Q_INT32" name="y" />
+ <UML:Operation visibility="public" xmi.id="1617" type="TQ_INT32" name="x" />
+ <UML:Operation visibility="public" xmi.id="1618" type="TQ_INT32" name="y" />
<UML:Operation visibility="public" xmi.id="1619" type="virtual " name="~KisPaintDevice" />
<UML:Attribute visibility="private" xmi.id="1454" value="" type="bool" name="m_alpha" />
- <UML:Attribute visibility="private" xmi.id="1456" value="" type="Q_INT32" name="m_depth" />
- <UML:Attribute visibility="private" xmi.id="1457" value="" type="Q_INT32" name="m_height" />
+ <UML:Attribute visibility="private" xmi.id="1456" value="" type="TQ_INT32" name="m_depth" />
+ <UML:Attribute visibility="private" xmi.id="1457" value="" type="TQ_INT32" name="m_height" />
<UML:Attribute visibility="private" xmi.id="1459" value="" type=TQSTRING_OBJECT_NAME_STRING name="m_name" />
- <UML:Attribute visibility="private" xmi.id="1460" value="" type="Q_INT32" name="m_offH" />
- <UML:Attribute visibility="private" xmi.id="1461" value="" type="Q_INT32" name="m_offW" />
- <UML:Attribute visibility="private" xmi.id="1462" value="" type="Q_INT32" name="m_offX" />
- <UML:Attribute visibility="private" xmi.id="1463" value="" type="Q_INT32" name="m_offY" />
+ <UML:Attribute visibility="private" xmi.id="1460" value="" type="TQ_INT32" name="m_offH" />
+ <UML:Attribute visibility="private" xmi.id="1461" value="" type="TQ_INT32" name="m_offW" />
+ <UML:Attribute visibility="private" xmi.id="1462" value="" type="TQ_INT32" name="m_offX" />
+ <UML:Attribute visibility="private" xmi.id="1463" value="" type="TQ_INT32" name="m_offY" />
<UML:Attribute visibility="private" xmi.id="1464" value="" type="KisImageSP" name="m_owner" />
<UML:Attribute visibility="private" xmi.id="1465" value="" type=TQPIXMAP_OBJECT_NAME_STRING name="m_projection" />
<UML:Attribute visibility="private" xmi.id="1466" value="" type="bool" name="m_projectionValid" />
- <UML:Attribute visibility="private" xmi.id="1467" value="" type="Q_INT32" name="m_quantumSize" />
+ <UML:Attribute visibility="private" xmi.id="1467" value="" type="TQ_INT32" name="m_quantumSize" />
<UML:Attribute visibility="private" xmi.id="1468" value="" type="KisTileMgrSP" name="m_shadow" />
<UML:Attribute visibility="private" xmi.id="1469" value="" type="KisTileMgrSP" name="m_tiles" />
<UML:Attribute visibility="private" xmi.id="1470" value="" type="bool" name="m_visible" />
- <UML:Attribute visibility="private" xmi.id="1471" value="" type="Q_INT32" name="m_width" />
- <UML:Attribute visibility="private" xmi.id="1472" value="" type="Q_INT32" name="m_x" />
- <UML:Attribute visibility="private" xmi.id="1473" value="" type="Q_INT32" name="m_y" />
+ <UML:Attribute visibility="private" xmi.id="1471" value="" type="TQ_INT32" name="m_width" />
+ <UML:Attribute visibility="private" xmi.id="1472" value="" type="TQ_INT32" name="m_x" />
+ <UML:Attribute visibility="private" xmi.id="1473" value="" type="TQ_INT32" name="m_y" />
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="1620" name="KisLayer" >
<UML:Operation visibility="public" xmi.id="1628" type="" name="KisLayer" >
<UML:Parameter visibility="private" xmi.id="1629" value="" type="KisImageSP" name="img" />
- <UML:Parameter visibility="private" xmi.id="1630" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="1631" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="1630" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="1631" value="" type="TQ_INT32" name="height" />
<UML:Parameter visibility="private" xmi.id="1632" value="" type="const QString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="1633" value="" type="QUANTUM" name="opacity" />
</UML:Operation>
@@ -2078,8 +2078,8 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1638" value="" type="QUANTUM" name="opacity" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1639" type="" name="KisLayer" >
- <UML:Parameter visibility="private" xmi.id="1640" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="1641" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="1640" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="1641" value="" type="TQ_INT32" name="height" />
<UML:Parameter visibility="private" xmi.id="1642" value="" type="const enumImgType &amp;" name="imgType" />
<UML:Parameter visibility="private" xmi.id="1643" value="" type="const QString &amp;" name="name" />
</UML:Operation>
@@ -2091,10 +2091,10 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1648" value="" type="KisMaskSP" name="mask" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1649" type="void" name="applyMask" >
- <UML:Parameter visibility="private" xmi.id="1650" value="" type="Q_INT32" name="mode" />
+ <UML:Parameter visibility="private" xmi.id="1650" value="" type="TQ_INT32" name="mode" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1651" type="KisMaskSP" name="createMask" >
- <UML:Parameter visibility="private" xmi.id="1652" value="" type="Q_INT32" name="maskType" />
+ <UML:Parameter visibility="private" xmi.id="1652" value="" type="TQ_INT32" name="maskType" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1653" type="bool" name="linked" />
<UML:Operation visibility="public" xmi.id="1654" type="void" name="linked" >
@@ -2106,16 +2106,16 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1659" value="" type="QUANTUM" name="val" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1660" type="void" name="translate" >
- <UML:Parameter visibility="private" xmi.id="1661" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1662" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1661" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1662" value="" type="TQ_INT32" name="y" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1663" type="virtual const bool" name="visible" />
<UML:Operation visibility="public" xmi.id="1664" type="virtual void" name="visible" >
<UML:Parameter visibility="private" xmi.id="1665" value="" type="bool" name="v" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1666" type="virtual " name="~KisLayer" />
- <UML:Attribute visibility="private" xmi.id="1621" value="" type="Q_INT32" name="m_dx" />
- <UML:Attribute visibility="private" xmi.id="1622" value="" type="Q_INT32" name="m_dy" />
+ <UML:Attribute visibility="private" xmi.id="1621" value="" type="TQ_INT32" name="m_dx" />
+ <UML:Attribute visibility="private" xmi.id="1622" value="" type="TQ_INT32" name="m_dy" />
<UML:Attribute visibility="private" xmi.id="1623" value="" type="bool" name="m_initial" />
<UML:Attribute visibility="private" xmi.id="1624" value="" type="bool" name="m_linked" />
<UML:Attribute visibility="private" xmi.id="1625" value="" type="KisMaskSP" name="m_mask" />
@@ -2125,13 +2125,13 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Class stereotype="class" visibility="public" xmi.id="1667" name="KisNameServer" >
<UML:Operation visibility="public" xmi.id="1670" type="" name="KisNameServer" >
<UML:Parameter visibility="private" xmi.id="1671" value="" type="const QString &amp;" name="prefix" />
- <UML:Parameter visibility="private" xmi.id="1672" value="" type="Q_INT32" name="seed" />
+ <UML:Parameter visibility="private" xmi.id="1672" value="" type="TQ_INT32" name="seed" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1673" type="Q_INT32" name="currentSeed" />
+ <UML:Operation visibility="public" xmi.id="1673" type="TQ_INT32" name="currentSeed" />
<UML:Operation visibility="public" xmi.id="1674" type=TQSTRING_OBJECT_NAME_STRING name="name" />
- <UML:Operation visibility="public" xmi.id="1675" type="Q_INT32" name="number" />
+ <UML:Operation visibility="public" xmi.id="1675" type="TQ_INT32" name="number" />
<UML:Operation visibility="public" xmi.id="1676" type="" name="~KisNameServer" />
- <UML:Attribute visibility="private" xmi.id="1668" value="" type="Q_INT32" name="m_generator" />
+ <UML:Attribute visibility="private" xmi.id="1668" value="" type="TQ_INT32" name="m_generator" />
<UML:Attribute visibility="private" xmi.id="1669" value="" type=TQSTRING_OBJECT_NAME_STRING name="m_prefix" />
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="1677" name="KisMemento" >
@@ -2198,17 +2198,17 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Class stereotype="class" visibility="public" xmi.id="1722" name="KisMask" >
<UML:Operation visibility="public" xmi.id="1723" type="" name="KisMask" >
<UML:Parameter visibility="private" xmi.id="1724" value="" type="KisImageSP" name="img" />
- <UML:Parameter visibility="private" xmi.id="1725" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="1726" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="1725" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="1726" value="" type="TQ_INT32" name="height" />
<UML:Parameter visibility="private" xmi.id="1727" value="" type="const QString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="1728" value="" type="const KoColor &amp;" name="color" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1729" type="" name="KisMask" >
<UML:Parameter visibility="private" xmi.id="1730" value="" type="const KisMask &amp;" name="rhs" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1731" type="Q_INT32" name="apply" />
+ <UML:Operation visibility="public" xmi.id="1731" type="TQ_INT32" name="apply" />
<UML:Operation visibility="public" xmi.id="1732" type="void" name="apply" >
- <UML:Parameter visibility="private" xmi.id="1733" value="" type="Q_INT32" name="mask" />
+ <UML:Parameter visibility="private" xmi.id="1733" value="" type="TQ_INT32" name="mask" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1734" type="bool" name="edit" />
<UML:Operation visibility="public" xmi.id="1735" type="void" name="edit" >
@@ -2229,7 +2229,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Operation comment="@return the next image in the pipe." visibility="public" xmi.id="1754" type="virtual QImage" name="img" />
<UML:Operation visibility="public" xmi.id="1755" type="virtual bool" name="loadAsync" />
<UML:Operation comment="@return the next mask in the pipe." visibility="public" xmi.id="1756" type="virtual KisAlphaMask *" name="mask" >
- <UML:Parameter visibility="private" xmi.id="1757" value="" type="Q_INT32" name="scale" />
+ <UML:Parameter visibility="private" xmi.id="1757" value="" type="TQ_INT32" name="scale" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1758" type="virtual bool" name="saveAsync" />
<UML:Operation visibility="public" xmi.id="1759" type="void" name="setHotSpot" >
@@ -2240,11 +2240,11 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1763" type="virtual " name="~KisImagePipeBrush" />
<UML:Attribute visibility="private" xmi.id="1743" value="" type="QPtrList" name="m_brushes" />
- <UML:Attribute visibility="private" xmi.id="1744" value="" type="Q_UINT32" name="m_currentBrush" />
+ <UML:Attribute visibility="private" xmi.id="1744" value="" type="TQ_UINT32" name="m_currentBrush" />
<UML:Attribute visibility="private" xmi.id="1745" value="" type="QValueVector" name="m_data" />
<UML:Attribute visibility="private" xmi.id="1746" value="" type=TQPOINT_OBJECT_NAME_STRING name="m_hotSpot" />
<UML:Attribute visibility="private" xmi.id="1747" value="" type=TQSTRING_OBJECT_NAME_STRING name="m_name" />
- <UML:Attribute visibility="private" xmi.id="1748" value="" type="Q_UINT32" name="m_numOfBrushes" />
+ <UML:Attribute visibility="private" xmi.id="1748" value="" type="TQ_UINT32" name="m_numOfBrushes" />
<UML:Attribute visibility="private" xmi.id="1749" value="" type=TQSTRING_OBJECT_NAME_STRING name="m_parasite" />
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="1767" name="KisPainter" >
@@ -2265,25 +2265,25 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1794" value="" type="const QString &amp;" name="customName" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1795" type="void" name="bitBlt" >
- <UML:Parameter visibility="private" xmi.id="1796" value="" type="Q_INT32" name="dx" />
- <UML:Parameter visibility="private" xmi.id="1797" value="" type="Q_INT32" name="dy" />
+ <UML:Parameter visibility="private" xmi.id="1796" value="" type="TQ_INT32" name="dx" />
+ <UML:Parameter visibility="private" xmi.id="1797" value="" type="TQ_INT32" name="dy" />
<UML:Parameter visibility="private" xmi.id="1798" value="" type="CompositeOp" name="op" />
<UML:Parameter visibility="private" xmi.id="1799" value="" type="KisPaintDeviceSP" name="src" />
<UML:Parameter visibility="private" xmi.id="1800" value="" type="QUANTUM" name="opacity" />
- <UML:Parameter visibility="private" xmi.id="1801" value="" type="Q_INT32" name="sx" />
- <UML:Parameter visibility="private" xmi.id="1802" value="" type="Q_INT32" name="sy" />
- <UML:Parameter visibility="private" xmi.id="1803" value="" type="Q_INT32" name="sw" />
- <UML:Parameter visibility="private" xmi.id="1804" value="" type="Q_INT32" name="sh" />
+ <UML:Parameter visibility="private" xmi.id="1801" value="" type="TQ_INT32" name="sx" />
+ <UML:Parameter visibility="private" xmi.id="1802" value="" type="TQ_INT32" name="sy" />
+ <UML:Parameter visibility="private" xmi.id="1803" value="" type="TQ_INT32" name="sw" />
+ <UML:Parameter visibility="private" xmi.id="1804" value="" type="TQ_INT32" name="sh" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1805" type="void" name="bitBlt" >
- <UML:Parameter visibility="private" xmi.id="1806" value="" type="Q_INT32" name="dx" />
- <UML:Parameter visibility="private" xmi.id="1807" value="" type="Q_INT32" name="dy" />
+ <UML:Parameter visibility="private" xmi.id="1806" value="" type="TQ_INT32" name="dx" />
+ <UML:Parameter visibility="private" xmi.id="1807" value="" type="TQ_INT32" name="dy" />
<UML:Parameter visibility="private" xmi.id="1808" value="" type="CompositeOp" name="op" />
<UML:Parameter visibility="private" xmi.id="1809" value="" type="KisPaintDeviceSP" name="src" />
- <UML:Parameter visibility="private" xmi.id="1810" value="" type="Q_INT32" name="sx" />
- <UML:Parameter visibility="private" xmi.id="1811" value="" type="Q_INT32" name="sy" />
- <UML:Parameter visibility="private" xmi.id="1812" value="" type="Q_INT32" name="sw" />
- <UML:Parameter visibility="private" xmi.id="1813" value="" type="Q_INT32" name="sh" />
+ <UML:Parameter visibility="private" xmi.id="1810" value="" type="TQ_INT32" name="sx" />
+ <UML:Parameter visibility="private" xmi.id="1811" value="" type="TQ_INT32" name="sy" />
+ <UML:Parameter visibility="private" xmi.id="1812" value="" type="TQ_INT32" name="sw" />
+ <UML:Parameter visibility="private" xmi.id="1813" value="" type="TQ_INT32" name="sh" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="1814" type="void" name="computeDab" >
<UML:Parameter visibility="private" xmi.id="1815" value="" type="KisAlphaMask *" name="mask" />
@@ -2294,39 +2294,39 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Operation visibility="public" xmi.id="1819" type="KCommand *" name="endTransaction" />
<UML:Operation visibility="public" xmi.id="1820" type="void" name="eraseAt" >
<UML:Parameter visibility="private" xmi.id="1821" value="" type="const QPoint &amp;" name="pos" />
- <UML:Parameter visibility="private" xmi.id="1822" value="" type="const Q_INT32" name="pressure" />
- <UML:Parameter visibility="private" xmi.id="1823" value="" type="const Q_INT32" />
- <UML:Parameter visibility="private" xmi.id="1824" value="" type="const Q_INT32" />
+ <UML:Parameter visibility="private" xmi.id="1822" value="" type="const TQ_INT32" name="pressure" />
+ <UML:Parameter visibility="private" xmi.id="1823" value="" type="const TQ_INT32" />
+ <UML:Parameter visibility="private" xmi.id="1824" value="" type="const TQ_INT32" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1825" type="float" name="eraseLine" >
<UML:Parameter visibility="private" xmi.id="1826" value="" type="const QPoint &amp;" name="pos1" />
<UML:Parameter visibility="private" xmi.id="1827" value="" type="const QPoint &amp;" name="pos2" />
- <UML:Parameter visibility="private" xmi.id="1828" value="" type="const Q_INT32" name="pressure" />
- <UML:Parameter visibility="private" xmi.id="1829" value="" type="const Q_INT32" name="xTilt" />
- <UML:Parameter visibility="private" xmi.id="1830" value="" type="const Q_INT32" name="yTilt" />
+ <UML:Parameter visibility="private" xmi.id="1828" value="" type="const TQ_INT32" name="pressure" />
+ <UML:Parameter visibility="private" xmi.id="1829" value="" type="const TQ_INT32" name="xTilt" />
+ <UML:Parameter visibility="private" xmi.id="1830" value="" type="const TQ_INT32" name="yTilt" />
<UML:Parameter visibility="private" xmi.id="1831" value="" type="const float" name="savedDist" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1832" type="void" name="eraseRect" >
- <UML:Parameter visibility="private" xmi.id="1833" value="" type="Q_INT32" name="x1" />
- <UML:Parameter visibility="private" xmi.id="1834" value="" type="Q_INT32" name="y1" />
- <UML:Parameter visibility="private" xmi.id="1835" value="" type="Q_INT32" name="w" />
- <UML:Parameter visibility="private" xmi.id="1836" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="1833" value="" type="TQ_INT32" name="x1" />
+ <UML:Parameter visibility="private" xmi.id="1834" value="" type="TQ_INT32" name="y1" />
+ <UML:Parameter visibility="private" xmi.id="1835" value="" type="TQ_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="1836" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1837" type="void" name="eraseRect" >
<UML:Parameter visibility="private" xmi.id="1838" value="" type="const QRect &amp;" name="rc" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1839" type="void" name="fillRect" >
- <UML:Parameter visibility="private" xmi.id="1840" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1841" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="1842" value="" type="Q_INT32" name="w" />
- <UML:Parameter visibility="private" xmi.id="1843" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="1840" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1841" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1842" value="" type="TQ_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="1843" value="" type="TQ_INT32" name="h" />
<UML:Parameter visibility="private" xmi.id="1844" value="" type="const KoColor &amp;" name="c" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1845" type="void" name="fillRect" >
- <UML:Parameter visibility="private" xmi.id="1846" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1847" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="1848" value="" type="Q_INT32" name="w" />
- <UML:Parameter visibility="private" xmi.id="1849" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="1846" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1847" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1848" value="" type="TQ_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="1849" value="" type="TQ_INT32" name="h" />
<UML:Parameter visibility="private" xmi.id="1850" value="" type="const KoColor &amp;" name="c" />
<UML:Parameter visibility="private" xmi.id="1851" value="" type="QUANTUM" name="opacity" />
</UML:Operation>
@@ -2341,16 +2341,16 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1859" type="void" name="paintAt" >
<UML:Parameter visibility="private" xmi.id="1860" value="" type="const QPoint &amp;" name="pos" />
- <UML:Parameter visibility="private" xmi.id="1861" value="" type="const Q_INT32" name="pressure" />
- <UML:Parameter visibility="private" xmi.id="1862" value="" type="const Q_INT32" />
- <UML:Parameter visibility="private" xmi.id="1863" value="" type="const Q_INT32" />
+ <UML:Parameter visibility="private" xmi.id="1861" value="" type="const TQ_INT32" name="pressure" />
+ <UML:Parameter visibility="private" xmi.id="1862" value="" type="const TQ_INT32" />
+ <UML:Parameter visibility="private" xmi.id="1863" value="" type="const TQ_INT32" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1864" type="float" name="paintLine" >
<UML:Parameter visibility="private" xmi.id="1865" value="" type="const QPoint &amp;" name="pos1" />
<UML:Parameter visibility="private" xmi.id="1866" value="" type="const QPoint &amp;" name="pos2" />
- <UML:Parameter visibility="private" xmi.id="1867" value="" type="const Q_INT32" name="pressure" />
- <UML:Parameter visibility="private" xmi.id="1868" value="" type="const Q_INT32" name="xTilt" />
- <UML:Parameter visibility="private" xmi.id="1869" value="" type="const Q_INT32" name="yTilt" />
+ <UML:Parameter visibility="private" xmi.id="1867" value="" type="const TQ_INT32" name="pressure" />
+ <UML:Parameter visibility="private" xmi.id="1868" value="" type="const TQ_INT32" name="xTilt" />
+ <UML:Parameter visibility="private" xmi.id="1869" value="" type="const TQ_INT32" name="yTilt" />
<UML:Parameter visibility="private" xmi.id="1870" value="" type="const float" name="savedDist" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1871" type="void" name="setBackgroundColor" >
@@ -2380,8 +2380,8 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1888" value="" type="QUANTUM *" name="src" />
<UML:Parameter visibility="private" xmi.id="1889" value="" type="KisTileSP" name="srctile" />
<UML:Parameter visibility="private" xmi.id="1890" value="" type="QUANTUM" name="opacity" />
- <UML:Parameter visibility="private" xmi.id="1891" value="" type="Q_INT32" name="rows" />
- <UML:Parameter visibility="private" xmi.id="1892" value="" type="Q_INT32" name="cols" />
+ <UML:Parameter visibility="private" xmi.id="1891" value="" type="TQ_INT32" name="rows" />
+ <UML:Parameter visibility="private" xmi.id="1892" value="" type="TQ_INT32" name="cols" />
<UML:Parameter visibility="private" xmi.id="1893" value="" type="CompositeOp" name="op" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="1894" type="void" name="tileBlt" >
@@ -2389,21 +2389,21 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1896" value="" type="KisTileSP" name="dsttile" />
<UML:Parameter visibility="private" xmi.id="1897" value="" type="QUANTUM *" name="src" />
<UML:Parameter visibility="private" xmi.id="1898" value="" type="KisTileSP" name="srctile" />
- <UML:Parameter visibility="private" xmi.id="1899" value="" type="Q_INT32" name="rows" />
- <UML:Parameter visibility="private" xmi.id="1900" value="" type="Q_INT32" name="cols" />
+ <UML:Parameter visibility="private" xmi.id="1899" value="" type="TQ_INT32" name="rows" />
+ <UML:Parameter visibility="private" xmi.id="1900" value="" type="TQ_INT32" name="cols" />
<UML:Parameter visibility="private" xmi.id="1901" value="" type="CompositeOp" name="op" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1902" type="" name="~KisPainter" />
<UML:Attribute visibility="private" xmi.id="1768" value="" type="KoColor" name="m_backgroundColor" />
- <UML:Attribute visibility="private" xmi.id="1770" value="" type="Q_INT32" name="m_brushHeight" />
- <UML:Attribute visibility="private" xmi.id="1771" value="" type="Q_INT32" name="m_brushWidth" />
+ <UML:Attribute visibility="private" xmi.id="1770" value="" type="TQ_INT32" name="m_brushHeight" />
+ <UML:Attribute visibility="private" xmi.id="1771" value="" type="TQ_INT32" name="m_brushWidth" />
<UML:Attribute visibility="private" xmi.id="1772" value="" type="KisLayerSP" name="m_dab" />
<UML:Attribute visibility="private" xmi.id="1773" value="" type="KisPaintDeviceSP" name="m_device" />
<UML:Attribute visibility="private" xmi.id="1774" value="" type="QRect" name="m_dirtyRect" />
<UML:Attribute visibility="private" xmi.id="1775" value="" type="KoColor" name="m_fillColor" />
<UML:Attribute visibility="private" xmi.id="1777" value="" type=TQPOINT_OBJECT_NAME_STRING name="m_hotSpot" />
- <UML:Attribute visibility="private" xmi.id="1778" value="" type="Q_INT32" name="m_hotSpotX" />
- <UML:Attribute visibility="private" xmi.id="1779" value="" type="Q_INT32" name="m_hotSpotY" />
+ <UML:Attribute visibility="private" xmi.id="1778" value="" type="TQ_INT32" name="m_hotSpotX" />
+ <UML:Attribute visibility="private" xmi.id="1779" value="" type="TQ_INT32" name="m_hotSpotY" />
<UML:Attribute visibility="private" xmi.id="1780" value="" type="QUANTUM" name="m_opacity" />
<UML:Attribute visibility="private" xmi.id="1781" value="" type="KoColor" name="m_paintColor" />
<UML:Attribute visibility="private" xmi.id="1782" value="" type="KisPattern *" name="m_pattern" />
@@ -2417,8 +2417,8 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1915" value="" type="QUANTUM" name="opacity" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1916" type="" name="KisSelection" >
- <UML:Parameter visibility="private" xmi.id="1917" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="1918" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="1917" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="1918" value="" type="TQ_INT32" name="height" />
<UML:Parameter visibility="private" xmi.id="1919" value="" type="const enumImgType &amp;" name="imgType" />
<UML:Parameter visibility="private" xmi.id="1920" value="" type="const QString &amp;" name="name" />
</UML:Operation>
@@ -2431,15 +2431,15 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1926" value="" type="const QImage &amp;" name="img" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1927" type="virtual void" name="move" >
- <UML:Parameter visibility="private" xmi.id="1928" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="1929" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="1928" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="1929" value="" type="TQ_INT32" name="y" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1930" type="KisPaintDeviceSP" name="parent" />
<UML:Operation visibility="public" xmi.id="1931" type="void" name="setBounds" >
- <UML:Parameter visibility="private" xmi.id="1932" value="" type="Q_INT32" name="parentX" />
- <UML:Parameter visibility="private" xmi.id="1933" value="" type="Q_INT32" name="parentY" />
- <UML:Parameter visibility="private" xmi.id="1934" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="1935" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="1932" value="" type="TQ_INT32" name="parentX" />
+ <UML:Parameter visibility="private" xmi.id="1933" value="" type="TQ_INT32" name="parentY" />
+ <UML:Parameter visibility="private" xmi.id="1934" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="1935" value="" type="TQ_INT32" name="height" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1936" type="void" name="setBounds" >
<UML:Parameter visibility="private" xmi.id="1937" value="" type="const QRect &amp;" name="rc" />
@@ -2460,7 +2460,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="1943" name="KisResourceMediator" >
<UML:Operation visibility="public" xmi.id="1947" type="" name="KisResourceMediator" >
- <UML:Parameter visibility="private" xmi.id="1948" value="" type="Q_INT32" name="mediateOn" />
+ <UML:Parameter visibility="private" xmi.id="1948" value="" type="TQ_INT32" name="mediateOn" />
<UML:Parameter visibility="private" xmi.id="1949" value="" type="KisResourceServer *" name="rserver" />
<UML:Parameter visibility="private" xmi.id="1950" value="" type="const QString &amp;" name="chooserCaption" />
<UML:Parameter visibility="private" xmi.id="1951" value="" type="QWidget *" name="chooserParent" />
@@ -2486,7 +2486,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="1964" name="KisResourceServer" >
<UML:Operation visibility="public" xmi.id="1971" type="" name="KisResourceServer" />
- <UML:Operation visibility="public" xmi.id="1972" type="Q_INT32" name="brushCount" />
+ <UML:Operation visibility="public" xmi.id="1972" type="TQ_INT32" name="brushCount" />
<UML:Operation visibility="public" xmi.id="1973" type="QPtrList" name="brushes" />
<UML:Operation visibility="protected" xmi.id="1974" type="void" name="loadBrush" />
<UML:Operation visibility="public" xmi.id="1975" type="void" name="loadBrushes" />
@@ -2494,9 +2494,9 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Operation visibility="public" xmi.id="1977" type="void" name="loadPatterns" />
<UML:Operation visibility="protected" xmi.id="1978" type="void" name="loadpipeBrush" />
<UML:Operation visibility="public" xmi.id="1979" type="void" name="loadpipeBrushes" />
- <UML:Operation visibility="public" xmi.id="1980" type="Q_INT32" name="patternCount" />
+ <UML:Operation visibility="public" xmi.id="1980" type="TQ_INT32" name="patternCount" />
<UML:Operation visibility="public" xmi.id="1981" type="QPtrList" name="patterns" />
- <UML:Operation visibility="public" xmi.id="1982" type="Q_INT32" name="pipebrushCount" />
+ <UML:Operation visibility="public" xmi.id="1982" type="TQ_INT32" name="pipebrushCount" />
<UML:Operation visibility="public" xmi.id="1983" type="QPtrList" name="pipebrushes" />
<UML:Operation visibility="public" xmi.id="1984" type="virtual " name="~KisResourceServer" />
<UML:Attribute visibility="private" xmi.id="1965" value="" type=TQSTRINGLIST_OBJECT_NAME_STRING name="m_brushFilenames" />
@@ -2529,10 +2529,10 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Operation visibility="public" xmi.id="2005" type="" name="KisTileCommand" >
<UML:Parameter visibility="private" xmi.id="2006" value="" type="const QString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="2007" value="" type="KisPaintDeviceSP" name="device" />
- <UML:Parameter visibility="private" xmi.id="2008" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="2009" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="2010" value="" type="Q_INT32" name="width" />
- <UML:Parameter visibility="private" xmi.id="2011" value="" type="Q_INT32" name="height" />
+ <UML:Parameter visibility="private" xmi.id="2008" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="2009" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="2010" value="" type="TQ_INT32" name="width" />
+ <UML:Parameter visibility="private" xmi.id="2011" value="" type="TQ_INT32" name="height" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2012" type="" name="KisTileCommand" >
<UML:Parameter visibility="private" xmi.id="2013" value="" type="const QString &amp;" name="name" />
@@ -2540,7 +2540,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="2015" value="" type="const QRect &amp;" name="rc" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2016" type="void" name="addTile" >
- <UML:Parameter visibility="private" xmi.id="2017" value="" type="Q_INT32" name="tileNo" />
+ <UML:Parameter visibility="private" xmi.id="2017" value="" type="TQ_INT32" name="tileNo" />
<UML:Parameter visibility="private" xmi.id="2018" value="" type="KisTileSP" name="tile" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2019" type="virtual void" name="execute" />
@@ -2598,7 +2598,7 @@ in the constructor, you have to call loadAsync.
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2061" type="bool" name="dirty" />
<UML:Operation visibility="public" xmi.id="2062" type=TQSTRING_OBJECT_NAME_STRING name="filename" />
- <UML:Operation visibility="public" xmi.id="2063" type="Q_INT32" name="height" />
+ <UML:Operation visibility="public" xmi.id="2063" type="TQ_INT32" name="height" />
<UML:Operation comment="Returns a QImage representing this resource. This image could be null." visibility="public" xmi.id="2064" type="virtual QImage" isAbstract="true" name="img" />
<UML:Operation comment="Load this resource asynchronously. The signal loadComplete is emitted when
the resource has been loaded and valid flag is set to true." visibility="public" xmi.id="2065" type="virtual bool" isAbstract="true" name="loadAsync" />
@@ -2612,34 +2612,34 @@ the resource has been saved." visibility="public" xmi.id="2067" type="virtual bo
<UML:Parameter visibility="private" xmi.id="2071" value="" type="const QString &amp;" name="filename" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2072" type="void" name="setHeight" >
- <UML:Parameter visibility="private" xmi.id="2073" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="2073" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2074" type="void" name="setName" >
<UML:Parameter visibility="private" xmi.id="2075" value="" type="const QString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2076" type="void" name="setSpacing" >
- <UML:Parameter visibility="private" xmi.id="2077" value="" type="Q_INT32" name="s" />
+ <UML:Parameter visibility="private" xmi.id="2077" value="" type="TQ_INT32" name="s" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2078" type="void" name="setValid" >
<UML:Parameter visibility="private" xmi.id="2079" value="" type="bool" name="valid" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2080" type="void" name="setWidth" >
- <UML:Parameter visibility="private" xmi.id="2081" value="" type="Q_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="2081" value="" type="TQ_INT32" name="w" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="2082" type="Q_INT32" name="spacing" />
+ <UML:Operation visibility="public" xmi.id="2082" type="TQ_INT32" name="spacing" />
<UML:Operation visibility="public" xmi.id="2083" type="bool" name="valid" />
- <UML:Operation visibility="public" xmi.id="2084" type="Q_INT32" name="width" />
+ <UML:Operation visibility="public" xmi.id="2084" type="TQ_INT32" name="width" />
<UML:Operation comment="Creates a new KisResource object using @p filename. No file is opened
in the constructor, you have to call loadAsync.
@param filename the file name to save and load from." visibility="public" xmi.id="2085" type="virtual " name="~KisResource" />
<UML:Attribute visibility="private" xmi.id="2048" value="" type="bool" name="m_dirty" />
<UML:Attribute visibility="private" xmi.id="2049" value="" type=TQSTRING_OBJECT_NAME_STRING name="m_filename" />
- <UML:Attribute visibility="private" xmi.id="2050" value="" type="Q_INT32" name="m_height" />
+ <UML:Attribute visibility="private" xmi.id="2050" value="" type="TQ_INT32" name="m_height" />
<UML:Attribute visibility="private" xmi.id="2051" value="" type=TQSTRING_OBJECT_NAME_STRING name="m_name" />
- <UML:Attribute visibility="private" xmi.id="2052" value="" type="Q_INT32" name="m_spacing" />
+ <UML:Attribute visibility="private" xmi.id="2052" value="" type="TQ_INT32" name="m_spacing" />
<UML:Attribute visibility="private" xmi.id="2053" value="" type="bool" name="m_valid" />
- <UML:Attribute visibility="private" xmi.id="2054" value="" type="Q_INT32" name="m_width" />
+ <UML:Attribute visibility="private" xmi.id="2054" value="" type="TQ_INT32" name="m_width" />
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="2086" name="KisRenderInterface" >
<UML:Operation visibility="public" xmi.id="2087" type="KisRenderInterface &amp;" name="=" >
@@ -2651,24 +2651,24 @@ in the constructor, you have to call loadAsync.
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2092" type="virtual void" isAbstract="true" name="invalidate" />
<UML:Operation visibility="public" xmi.id="2093" type="virtual void" isAbstract="true" name="invalidate" >
- <UML:Parameter visibility="private" xmi.id="2094" value="" type="Q_INT32" name="tileno" />
+ <UML:Parameter visibility="private" xmi.id="2094" value="" type="TQ_INT32" name="tileno" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2095" type="virtual void" isAbstract="true" name="invalidate" >
- <UML:Parameter visibility="private" xmi.id="2096" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="2097" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="2098" value="" type="Q_INT32" name="w" />
- <UML:Parameter visibility="private" xmi.id="2099" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="2096" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="2097" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="2098" value="" type="TQ_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="2099" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2100" type="virtual void" isAbstract="true" name="invalidate" >
<UML:Parameter visibility="private" xmi.id="2101" value="" type="const QRect &amp;" name="rc" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="2102" type="virtual Q_INT32" isAbstract="true" name="tileNum" >
- <UML:Parameter visibility="private" xmi.id="2103" value="" type="Q_INT32" name="xpix" />
- <UML:Parameter visibility="private" xmi.id="2104" value="" type="Q_INT32" name="ypix" />
+ <UML:Operation visibility="public" xmi.id="2102" type="virtual TQ_INT32" isAbstract="true" name="tileNum" >
+ <UML:Parameter visibility="private" xmi.id="2103" value="" type="TQ_INT32" name="xpix" />
+ <UML:Parameter visibility="private" xmi.id="2104" value="" type="TQ_INT32" name="ypix" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2105" type="virtual KisTileMgrSP" isAbstract="true" name="tiles" />
<UML:Operation visibility="public" xmi.id="2106" type="virtual void" isAbstract="true" name="validate" >
- <UML:Parameter visibility="private" xmi.id="2107" value="" type="Q_INT32" name="tileno" />
+ <UML:Parameter visibility="private" xmi.id="2107" value="" type="TQ_INT32" name="tileno" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2108" type="virtual " name="~KisRenderInterface" />
</UML:Class>
@@ -3020,8 +3020,8 @@ in the constructor, you have to call loadAsync.
<UML:Parameter visibility="private" xmi.id="2471" value="" type="KisCanvasObserver *" name="observer" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2472" type="void" name="disconnectCurrentImg" />
- <UML:Operation visibility="public" xmi.id="2473" type="Q_INT32" name="docHeight" />
- <UML:Operation visibility="public" xmi.id="2474" type="Q_INT32" name="docWidth" />
+ <UML:Operation visibility="public" xmi.id="2473" type="TQ_INT32" name="docHeight" />
+ <UML:Operation visibility="public" xmi.id="2474" type="TQ_INT32" name="docWidth" />
<UML:Operation visibility="protected" xmi.id="2475" type="virtual KoDocument *" name="document" />
<UML:Operation visibility="protected" xmi.id="2476" type="void" name="eraseGuides" />
<UML:Operation visibility="public" xmi.id="2477" type="virtual bool" name="eventFilter" >
@@ -3036,9 +3036,9 @@ in the constructor, you have to call loadAsync.
<UML:Operation visibility="public" xmi.id="2484" type="virtual void" name="guiActivateEvent" >
<UML:Parameter visibility="private" xmi.id="2485" value="" type="KParts :: GUIActivateEvent *" name="event" />
</UML:Operation>
- <UML:Operation visibility="protected" xmi.id="2486" type="virtual Q_INT32" name="horzValue" />
+ <UML:Operation visibility="protected" xmi.id="2486" type="virtual TQ_INT32" name="horzValue" />
<UML:Operation visibility="protected" xmi.id="2487" type="void" name="imgUpdateGUI" />
- <UML:Operation visibility="public" xmi.id="2488" type="Q_INT32" name="importImage" >
+ <UML:Operation visibility="public" xmi.id="2488" type="TQ_INT32" name="importImage" >
<UML:Parameter visibility="private" xmi.id="2489" value="" type="bool" name="createLayer" />
<UML:Parameter visibility="private" xmi.id="2490" value="" type="bool" name="modal" />
<UML:Parameter visibility="private" xmi.id="2491" value="" type="const QString &amp;" name="filename" />
@@ -3091,10 +3091,10 @@ in the constructor, you have to call loadAsync.
<UML:Operation visibility="protected" xmi.id="2526" type="virtual KisUndoAdapter *" name="undoAdapter" />
<UML:Operation visibility="protected" xmi.id="2527" type="virtual void" name="updateCanvas" />
<UML:Operation visibility="protected" xmi.id="2528" type="virtual void" name="updateCanvas" >
- <UML:Parameter visibility="private" xmi.id="2529" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="2530" value="" type="Q_INT32" name="y" />
- <UML:Parameter visibility="private" xmi.id="2531" value="" type="Q_INT32" name="w" />
- <UML:Parameter visibility="private" xmi.id="2532" value="" type="Q_INT32" name="h" />
+ <UML:Parameter visibility="private" xmi.id="2529" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="2530" value="" type="TQ_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="2531" value="" type="TQ_INT32" name="w" />
+ <UML:Parameter visibility="private" xmi.id="2532" value="" type="TQ_INT32" name="h" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2533" type="virtual void" name="updateCanvas" >
<UML:Parameter visibility="private" xmi.id="2534" value="" type="const QRect &amp;" name="rc" />
@@ -3103,10 +3103,10 @@ in the constructor, you have to call loadAsync.
<UML:Operation visibility="public" xmi.id="2536" type="virtual void" name="updateReadWrite" >
<UML:Parameter visibility="private" xmi.id="2537" value="" type="bool" name="readwrite" />
</UML:Operation>
- <UML:Operation visibility="protected" xmi.id="2538" type="virtual Q_INT32" name="vertValue" />
+ <UML:Operation visibility="protected" xmi.id="2538" type="virtual TQ_INT32" name="vertValue" />
<UML:Operation visibility="protected" xmi.id="2539" type="virtual void" name="viewToWindow" >
- <UML:Parameter visibility="private" xmi.id="2540" value="" type="Q_INT32 *" name="x" />
- <UML:Parameter visibility="private" xmi.id="2541" value="" type="Q_INT32 *" name="y" />
+ <UML:Parameter visibility="private" xmi.id="2540" value="" type="TQ_INT32 *" name="x" />
+ <UML:Parameter visibility="private" xmi.id="2541" value="" type="TQ_INT32 *" name="y" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2542" type="virtual QPoint" name="viewToWindow" >
<UML:Parameter visibility="private" xmi.id="2543" value="" type="const QPoint &amp;" name="pt" />
@@ -3115,8 +3115,8 @@ in the constructor, you have to call loadAsync.
<UML:Parameter visibility="private" xmi.id="2545" value="" type="const QRect &amp;" name="rc" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2546" type="virtual void" name="windowToView" >
- <UML:Parameter visibility="private" xmi.id="2547" value="" type="Q_INT32 *" name="x" />
- <UML:Parameter visibility="private" xmi.id="2548" value="" type="Q_INT32 *" name="y" />
+ <UML:Parameter visibility="private" xmi.id="2547" value="" type="TQ_INT32 *" name="x" />
+ <UML:Parameter visibility="private" xmi.id="2548" value="" type="TQ_INT32 *" name="y" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2549" type="virtual QPoint" name="windowToView" >
<UML:Parameter visibility="private" xmi.id="2550" value="" type="const QPoint &amp;" name="pt" />
@@ -3127,17 +3127,17 @@ in the constructor, you have to call loadAsync.
<UML:Operation visibility="protected" xmi.id="2553" type="virtual double" name="zoomFactor" />
<UML:Operation visibility="protected" xmi.id="2554" type="virtual void" name="zoomIn" />
<UML:Operation visibility="protected" xmi.id="2555" type="virtual void" name="zoomIn" >
- <UML:Parameter visibility="private" xmi.id="2556" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="2557" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="2556" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="2557" value="" type="TQ_INT32" name="y" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2558" type="virtual void" name="zoomOut" />
<UML:Operation visibility="protected" xmi.id="2559" type="virtual void" name="zoomOut" >
- <UML:Parameter visibility="private" xmi.id="2560" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="2561" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="2560" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="2561" value="" type="TQ_INT32" name="y" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2562" type="void" name="zoomUpdateGUI" >
- <UML:Parameter visibility="private" xmi.id="2563" value="" type="Q_INT32" name="x" />
- <UML:Parameter visibility="private" xmi.id="2564" value="" type="Q_INT32" name="y" />
+ <UML:Parameter visibility="private" xmi.id="2563" value="" type="TQ_INT32" name="x" />
+ <UML:Parameter visibility="private" xmi.id="2564" value="" type="TQ_INT32" name="y" />
<UML:Parameter visibility="private" xmi.id="2565" value="" type="double" name="zf" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2566" type="virtual " name="~KisView" />
@@ -3210,8 +3210,8 @@ in the constructor, you have to call loadAsync.
<UML:Attribute visibility="private" xmi.id="2440" value="" type="QButton *" name="m_tabRight" />
<UML:Attribute visibility="private" xmi.id="2442" value="" type="KisRuler *" name="m_vRuler" />
<UML:Attribute visibility="private" xmi.id="2443" value="" type="QScrollBar *" name="m_vScroll" />
- <UML:Attribute visibility="private" xmi.id="2444" value="" type="Q_INT32" name="m_xoff" />
- <UML:Attribute visibility="private" xmi.id="2445" value="" type="Q_INT32" name="m_yoff" />
+ <UML:Attribute visibility="private" xmi.id="2444" value="" type="TQ_INT32" name="m_xoff" />
+ <UML:Attribute visibility="private" xmi.id="2445" value="" type="TQ_INT32" name="m_yoff" />
<UML:Attribute visibility="private" xmi.id="2446" value="" type="KAction *" name="m_zoomIn" />
<UML:Attribute visibility="private" xmi.id="2447" value="" type="KAction *" name="m_zoomOut" />
</UML:Class>
@@ -8822,7 +8822,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="634" tag="operation_634" canDelete="false" role_id="-1" >
<header>
- <cppcodedocumentation tag="" text="@return the alpha value at the specified position.&amp;#010;Returns QUANTUM OPACITY_TRANSPARENT if the value is&amp;#010;outside the bounds of the mask.&amp;#010;XXX: this is, of course, not the best way of masking.&amp;#010;Better would be to let KisAlphaMask fill a chunk of memory&amp;#010;with the alpha values at the right position, something like&amp;#010;void applyMask(QUANTUM *pixeldata, Q_INT32 pixelWidth,&amp;#010;Q_INT32 alphaPos). That would be fastest, or we could&amp;#010;provide an iterator over the mask, that would be nice, too." />
+ <cppcodedocumentation tag="" text="@return the alpha value at the specified position.&amp;#010;Returns QUANTUM OPACITY_TRANSPARENT if the value is&amp;#010;outside the bounds of the mask.&amp;#010;XXX: this is, of course, not the best way of masking.&amp;#010;Better would be to let KisAlphaMask fill a chunk of memory&amp;#010;with the alpha values at the right position, something like&amp;#010;void applyMask(QUANTUM *pixeldata, TQ_INT32 pixelWidth,&amp;#010;TQ_INT32 alphaPos). That would be fastest, or we could&amp;#010;provide an iterator over the mask, that would be nice, too." />
</header>
</codeoperation>
<codeoperation parent_id="637" tag="operation_637" canDelete="false" role_id="-1" >
@@ -28269,12 +28269,12 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="326" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_depth;" >
+ <ccfdeclarationcodeblock parent_id="326" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_depth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="327" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="327" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_height;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -28284,12 +28284,12 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="331" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_ntileCols;" >
+ <ccfdeclarationcodeblock parent_id="331" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_ntileCols;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="332" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_ntileRows;" >
+ <ccfdeclarationcodeblock parent_id="332" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_ntileRows;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -28299,7 +28299,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="334" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="334" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_width;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -28435,7 +28435,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="326" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_depth;" >
+ <ccfdeclarationcodeblock parent_id="326" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_depth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -28455,7 +28455,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="327" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="327" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_height;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -28495,7 +28495,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="331" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_ntileCols;" >
+ <ccfdeclarationcodeblock parent_id="331" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_ntileCols;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -28515,7 +28515,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="332" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_ntileRows;" >
+ <ccfdeclarationcodeblock parent_id="332" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_ntileRows;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -28555,7 +28555,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="334" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="334" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_width;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -28842,7 +28842,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="435" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ref;" >
+ <ccfdeclarationcodeblock parent_id="435" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_ref;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -28978,7 +28978,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="435" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ref;" >
+ <ccfdeclarationcodeblock parent_id="435" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_ref;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -30030,7 +30030,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="484" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_depth;" >
+ <ccfdeclarationcodeblock parent_id="484" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_depth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -30040,7 +30040,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="486" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="486" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_height;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -30055,22 +30055,22 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="489" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nref;" >
+ <ccfdeclarationcodeblock parent_id="489" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_nref;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="490" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nshare;" >
+ <ccfdeclarationcodeblock parent_id="490" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_nshare;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="491" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nwrite;" >
+ <ccfdeclarationcodeblock parent_id="491" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_nwrite;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="493" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_swapNo;" >
+ <ccfdeclarationcodeblock parent_id="493" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_swapNo;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -30080,7 +30080,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="495" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="495" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_width;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -30286,7 +30286,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="484" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_depth;" >
+ <ccfdeclarationcodeblock parent_id="484" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_depth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -30326,7 +30326,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="486" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="486" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_height;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -30386,7 +30386,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="489" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nref;" >
+ <ccfdeclarationcodeblock parent_id="489" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_nref;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -30406,7 +30406,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="490" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nshare;" >
+ <ccfdeclarationcodeblock parent_id="490" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_nshare;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -30426,7 +30426,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="491" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_nwrite;" >
+ <ccfdeclarationcodeblock parent_id="491" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_nwrite;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -30446,7 +30446,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="493" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_swapNo;" >
+ <ccfdeclarationcodeblock parent_id="493" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_swapNo;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -30486,7 +30486,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="495" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="495" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_width;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -31852,7 +31852,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="634" tag="operation_634" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="@return the alpha value at the specified position.&amp;#010;Returns QUANTUM OPACITY_TRANSPARENT if the value is&amp;#010;outside the bounds of the mask.&amp;#010;XXX: this is, of course, not the best way of masking.&amp;#010;Better would be to let KisAlphaMask fill a chunk of memory&amp;#010;with the alpha values at the right position, something like&amp;#010;void applyMask(QUANTUM *pixeldata, Q_INT32 pixelWidth,&amp;#010;Q_INT32 alphaPos). That would be fastest, or we could&amp;#010;provide an iterator over the mask, that would be nice, too.&amp;#010;@param x &amp;#010;@param y " />
+ <cppcodedocumentation tag="" indentLevel="1" text="@return the alpha value at the specified position.&amp;#010;Returns QUANTUM OPACITY_TRANSPARENT if the value is&amp;#010;outside the bounds of the mask.&amp;#010;XXX: this is, of course, not the best way of masking.&amp;#010;Better would be to let KisAlphaMask fill a chunk of memory&amp;#010;with the alpha values at the right position, something like&amp;#010;void applyMask(QUANTUM *pixeldata, TQ_INT32 pixelWidth,&amp;#010;TQ_INT32 alphaPos). That would be fastest, or we could&amp;#010;provide an iterator over the mask, that would be nice, too.&amp;#010;@param x &amp;#010;@param y " />
</header>
</codeoperation>
<codeoperation parent_id="641" tag="operation_641" canDelete="false" indentLevel="1" role_id="-1" >
@@ -31963,12 +31963,12 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="627" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_scaledHeight;" >
+ <ccfdeclarationcodeblock parent_id="627" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_scaledHeight;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="628" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_scaledWidth;" >
+ <ccfdeclarationcodeblock parent_id="628" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_scaledWidth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -32114,7 +32114,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="627" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_scaledHeight;" >
+ <ccfdeclarationcodeblock parent_id="627" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_scaledHeight;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -32134,7 +32134,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="628" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_scaledWidth;" >
+ <ccfdeclarationcodeblock parent_id="628" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_scaledWidth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33061,7 +33061,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="683" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_bytes;" >
+ <ccfdeclarationcodeblock parent_id="683" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_bytes;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33071,12 +33071,12 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="685" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_header_size;" >
+ <ccfdeclarationcodeblock parent_id="685" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_header_size;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="686" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="686" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_height;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33091,7 +33091,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="689" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_magic_number;" >
+ <ccfdeclarationcodeblock parent_id="689" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_magic_number;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33101,12 +33101,12 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="691" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_version;" >
+ <ccfdeclarationcodeblock parent_id="691" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_version;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="692" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="692" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_width;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33302,7 +33302,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="683" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_bytes;" >
+ <ccfdeclarationcodeblock parent_id="683" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_bytes;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33342,7 +33342,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="685" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_header_size;" >
+ <ccfdeclarationcodeblock parent_id="685" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_header_size;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33362,7 +33362,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="686" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="686" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_height;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33422,7 +33422,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="689" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_magic_number;" >
+ <ccfdeclarationcodeblock parent_id="689" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_magic_number;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33462,7 +33462,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="691" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_version;" >
+ <ccfdeclarationcodeblock parent_id="691" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_version;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33482,7 +33482,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="692" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="692" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_width;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -36884,7 +36884,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="906" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_conversionDepth;" >
+ <ccfdeclarationcodeblock parent_id="906" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_conversionDepth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -37155,7 +37155,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="906" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_conversionDepth;" >
+ <ccfdeclarationcodeblock parent_id="906" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_conversionDepth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -40506,7 +40506,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1268" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_depth;" >
+ <ccfdeclarationcodeblock parent_id="1268" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_depth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -40516,7 +40516,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1271" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="1271" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_height;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -40556,12 +40556,12 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1279" tag="tblock_20" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ntileCols;" >
+ <ccfdeclarationcodeblock parent_id="1279" tag="tblock_20" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_ntileCols;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1280" tag="tblock_21" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ntileRows;" >
+ <ccfdeclarationcodeblock parent_id="1280" tag="tblock_21" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_ntileRows;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -40601,7 +40601,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1289" tag="tblock_29" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="1289" tag="tblock_29" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_width;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -41137,7 +41137,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1268" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_depth;" >
+ <ccfdeclarationcodeblock parent_id="1268" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_depth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -41177,7 +41177,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1271" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="1271" tag="tblock_12" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_height;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -41337,7 +41337,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1279" tag="tblock_20" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ntileCols;" >
+ <ccfdeclarationcodeblock parent_id="1279" tag="tblock_20" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_ntileCols;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -41357,7 +41357,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1280" tag="tblock_21" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_ntileRows;" >
+ <ccfdeclarationcodeblock parent_id="1280" tag="tblock_21" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_ntileRows;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -41517,7 +41517,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1289" tag="tblock_29" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="1289" tag="tblock_29" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_width;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42194,12 +42194,12 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1456" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_depth;" >
+ <ccfdeclarationcodeblock parent_id="1456" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_depth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1457" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="1457" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_height;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42209,22 +42209,22 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1460" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offH;" >
+ <ccfdeclarationcodeblock parent_id="1460" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_offH;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1461" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offW;" >
+ <ccfdeclarationcodeblock parent_id="1461" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_offW;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1462" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offX;" >
+ <ccfdeclarationcodeblock parent_id="1462" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_offX;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1463" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offY;" >
+ <ccfdeclarationcodeblock parent_id="1463" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_offY;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42244,7 +42244,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1467" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_quantumSize;" >
+ <ccfdeclarationcodeblock parent_id="1467" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_quantumSize;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42264,17 +42264,17 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1471" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="1471" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_width;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1472" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_x;" >
+ <ccfdeclarationcodeblock parent_id="1472" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_x;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1473" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_y;" >
+ <ccfdeclarationcodeblock parent_id="1473" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_y;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42540,7 +42540,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1456" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_depth;" >
+ <ccfdeclarationcodeblock parent_id="1456" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_depth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42560,7 +42560,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1457" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="1457" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_height;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42600,7 +42600,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1460" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offH;" >
+ <ccfdeclarationcodeblock parent_id="1460" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_offH;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42620,7 +42620,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1461" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offW;" >
+ <ccfdeclarationcodeblock parent_id="1461" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_offW;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42640,7 +42640,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1462" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offX;" >
+ <ccfdeclarationcodeblock parent_id="1462" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_offX;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42660,7 +42660,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1463" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_offY;" >
+ <ccfdeclarationcodeblock parent_id="1463" tag="tblock_9" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_offY;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42740,7 +42740,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1467" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_quantumSize;" >
+ <ccfdeclarationcodeblock parent_id="1467" tag="tblock_13" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_quantumSize;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42820,7 +42820,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1471" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="1471" tag="tblock_17" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_width;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42840,7 +42840,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1472" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_x;" >
+ <ccfdeclarationcodeblock parent_id="1472" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_x;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42860,7 +42860,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1473" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_y;" >
+ <ccfdeclarationcodeblock parent_id="1473" tag="tblock_19" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_y;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -43184,12 +43184,12 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="1621" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_dx;" >
+ <ccfdeclarationcodeblock parent_id="1621" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_dx;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1622" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_dy;" >
+ <ccfdeclarationcodeblock parent_id="1622" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_dy;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -43350,7 +43350,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1621" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_dx;" >
+ <ccfdeclarationcodeblock parent_id="1621" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_dx;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -43370,7 +43370,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1622" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_dy;" >
+ <ccfdeclarationcodeblock parent_id="1622" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_dy;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -43664,7 +43664,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="1668" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_generator;" >
+ <ccfdeclarationcodeblock parent_id="1668" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_generator;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -43755,7 +43755,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1668" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_generator;" >
+ <ccfdeclarationcodeblock parent_id="1668" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_generator;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -45001,7 +45001,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1744" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_currentBrush;" >
+ <ccfdeclarationcodeblock parent_id="1744" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_currentBrush;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -45021,7 +45021,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1748" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_numOfBrushes;" >
+ <ccfdeclarationcodeblock parent_id="1748" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_numOfBrushes;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -45182,7 +45182,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1744" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_currentBrush;" >
+ <ccfdeclarationcodeblock parent_id="1744" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_currentBrush;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -45262,7 +45262,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1748" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_UINT32 m_numOfBrushes;" >
+ <ccfdeclarationcodeblock parent_id="1748" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_UINT32 m_numOfBrushes;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -45719,12 +45719,12 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1770" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_brushHeight;" >
+ <ccfdeclarationcodeblock parent_id="1770" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_brushHeight;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1771" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_brushWidth;" >
+ <ccfdeclarationcodeblock parent_id="1771" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_brushWidth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -45754,12 +45754,12 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1778" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_hotSpotX;" >
+ <ccfdeclarationcodeblock parent_id="1778" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_hotSpotX;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1779" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_hotSpotY;" >
+ <ccfdeclarationcodeblock parent_id="1779" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_hotSpotY;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -46005,7 +46005,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1770" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_brushHeight;" >
+ <ccfdeclarationcodeblock parent_id="1770" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_brushHeight;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -46025,7 +46025,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1771" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_brushWidth;" >
+ <ccfdeclarationcodeblock parent_id="1771" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_brushWidth;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -46145,7 +46145,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1778" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_hotSpotX;" >
+ <ccfdeclarationcodeblock parent_id="1778" tag="tblock_10" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_hotSpotX;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -46165,7 +46165,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1779" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_hotSpotY;" >
+ <ccfdeclarationcodeblock parent_id="1779" tag="tblock_11" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_hotSpotY;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -49329,7 +49329,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2050" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="2050" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_height;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -49339,7 +49339,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2052" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_spacing;" >
+ <ccfdeclarationcodeblock parent_id="2052" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_spacing;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -49349,7 +49349,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2054" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="2054" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_width;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -49525,7 +49525,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2050" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="2050" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_height;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -49565,7 +49565,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2052" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_spacing;" >
+ <ccfdeclarationcodeblock parent_id="2052" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_spacing;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -49605,7 +49605,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2054" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="2054" tag="tblock_6" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_width;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -53842,12 +53842,12 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2444" tag="tblock_78" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_xoff;" >
+ <ccfdeclarationcodeblock parent_id="2444" tag="tblock_78" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_xoff;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2445" tag="tblock_79" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_yoff;" >
+ <ccfdeclarationcodeblock parent_id="2445" tag="tblock_79" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_yoff;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -56033,7 +56033,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2444" tag="tblock_78" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_xoff;" >
+ <ccfdeclarationcodeblock parent_id="2444" tag="tblock_78" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_xoff;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -56053,7 +56053,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2445" tag="tblock_79" canDelete="false" indentLevel="1" role_id="-1" text=" Q_INT32 m_yoff;" >
+ <ccfdeclarationcodeblock parent_id="2445" tag="tblock_79" canDelete="false" indentLevel="1" role_id="-1" text=" TQ_INT32 m_yoff;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
diff --git a/chalk/doc/colorspaces.xmi b/chalk/doc/colorspaces.xmi
index 78870c72..8fe4081b 100644
--- a/chalk/doc/colorspaces.xmi
+++ b/chalk/doc/colorspaces.xmi
@@ -25,30 +25,30 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="10" isRoot="false" isAbstract="false" name="string" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="32" isRoot="false" isAbstract="false" name="void" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="34" isRoot="false" isAbstract="false" name="const KisID&amp;" elementReference="33" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="54" isRoot="false" isAbstract="false" name="const Q_UINT8*" elementReference="53" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="54" isRoot="false" isAbstract="false" name="const TQ_UINT8*" elementReference="53" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="76" isRoot="false" isAbstract="false" name="const QColor&amp;" elementReference="75" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="78" isRoot="false" isAbstract="false" name="Q_UINT8*" elementReference="53" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="78" isRoot="false" isAbstract="false" name="TQ_UINT8*" elementReference="53" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="90" isRoot="false" isAbstract="false" name="QColor*" elementReference="75" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="96" isRoot="false" isAbstract="false" name="QUANTUM*" elementReference="84" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="109" isRoot="false" isAbstract="false" name="KisPixel&amp;" elementReference="13" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="126" isRoot="false" isAbstract="false" name="KisAbstractColorSpace*" elementReference="26" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="151" isRoot="false" isAbstract="false" name="Q_UINT16*" elementReference="150" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="151" isRoot="false" isAbstract="false" name="TQ_UINT16*" elementReference="150" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="154" isRoot="false" isAbstract="false" name="KisColorAdjustment*" elementReference="153" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="165" isRoot="false" isAbstract="false" name="const Q_UINT8**" elementReference="53" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="171" isRoot="false" isAbstract="false" name="Q_UINT8**" elementReference="53" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="173" isRoot="false" isAbstract="false" name="Q_INT32*" elementReference="44" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="165" isRoot="false" isAbstract="false" name="const TQ_UINT8**" elementReference="53" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="171" isRoot="false" isAbstract="false" name="TQ_UINT8**" elementReference="53" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="173" isRoot="false" isAbstract="false" name="TQ_INT32*" elementReference="44" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="202" isRoot="false" isAbstract="false" name="const KisCompositeOp&amp;" elementReference="201" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="240" isRoot="false" isAbstract="false" name="const KisAbstractColorSpace&amp;" elementReference="26" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="244" isRoot="false" isAbstract="false" name="KisAbstractColorSpace&amp;" elementReference="26" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="362" isRoot="false" isAbstract="false" name="const Q_UINT16" elementReference="150" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="569" isRoot="false" isAbstract="false" name="const Q_UINT8" elementReference="53" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="362" isRoot="false" isAbstract="false" name="const TQ_UINT16" elementReference="150" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="569" isRoot="false" isAbstract="false" name="const TQ_UINT8" elementReference="53" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="871" isRoot="false" isAbstract="false" name="QObject*" elementReference="870" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="873" isRoot="false" isAbstract="false" name="const char*" elementReference="4" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="875" isRoot="false" isAbstract="false" name="const QStringList&amp;" elementReference="226" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="893" isRoot="false" isAbstract="false" name="float*" elementReference="6" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1749" isRoot="false" isAbstract="false" name="WetPix*" elementReference="1639" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1753" isRoot="false" isAbstract="false" name="WetPack*" elementReference="1641" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1756" isRoot="false" isAbstract="false" name="Q_UINT32*" elementReference="20" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1756" isRoot="false" isAbstract="false" name="TQ_UINT32*" elementReference="20" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1773" isRoot="false" isAbstract="false" name="CELL_PTR" elementReference="1772" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="11" isRoot="false" isAbstract="false" name="QPainter" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="12" isRoot="false" isAbstract="false" name="KisIteratorPixel" />
@@ -65,7 +65,7 @@
</UML:Classifier.feature>
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="18" isRoot="false" isAbstract="false" name="KisProfile" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="20" isRoot="false" isAbstract="false" name="Q_UINT32" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="20" isRoot="false" isAbstract="false" name="TQ_UINT32" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="25" isRoot="false" isAbstract="false" name="struct KisColorAdjustment" />
<UML:Class comment="A colorspace strategy is the definition of a certain color model
in Chalk." isSpecification="false" isLeaf="false" visibility="public" xmi.id="26" isRoot="false" isAbstract="false" name="KisAbstractColorSpace" >
@@ -497,9 +497,9 @@ model together." isSpecification="false" isLeaf="false" visibility="protected" x
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="36" isRoot="false" isAbstract="false" name="DWORD" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="38" isRoot="false" isAbstract="false" name="icColorSpaceSignature" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="42" isRoot="false" isAbstract="false" name="vKisChannelInfoSP" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="44" isRoot="false" isAbstract="false" name="Q_INT32" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="44" isRoot="false" isAbstract="false" name="TQ_INT32" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="49" isRoot="false" isAbstract="false" name="bool" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="53" isRoot="false" isAbstract="false" name="Q_UINT8" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="53" isRoot="false" isAbstract="false" name="TQ_UINT8" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="57" isRoot="false" isAbstract="false" name=TQSTRING_OBJECT_NAME_STRING />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="69" isRoot="false" isAbstract="false" name="KisCompositeOpList" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="72" isRoot="false" isAbstract="false" name="vKisProfileSP" />
@@ -507,9 +507,9 @@ model together." isSpecification="false" isLeaf="false" visibility="protected" x
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="80" isRoot="false" isAbstract="false" name="KisProfileSP" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="84" isRoot="false" isAbstract="false" name="QUANTUM" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="121" isRoot="false" isAbstract="false" name="QImage" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="150" isRoot="false" isAbstract="false" name="Q_UINT16" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="150" isRoot="false" isAbstract="false" name="TQ_UINT16" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="153" isRoot="false" isAbstract="false" name="KisColorAdjustment" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="163" isRoot="false" isAbstract="false" name="Q_INT8" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="163" isRoot="false" isAbstract="false" name="TQ_INT8" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="175" isRoot="false" isAbstract="false" name="enumChannelFlags" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="201" isRoot="false" isAbstract="false" name="KisCompositeOp" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="222" isRoot="false" isAbstract="false" name="cmsHTRANSFORM" />
@@ -5047,7 +5047,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import KisProfile;&amp;#010;import Q_UINT32;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisProfile;&amp;#010;import TQ_UINT32;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -5067,7 +5067,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="21" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT32 srcCmType;" >
+ <ccfdeclarationcodeblock parent_id="21" tag="tblock_2" canDelete="false" indentLevel="1" text="public TQ_UINT32 srcCmType;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -5077,12 +5077,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="23" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT32 dstType;" >
+ <ccfdeclarationcodeblock parent_id="23" tag="tblock_8" canDelete="false" indentLevel="1" text="public TQ_UINT32 dstType;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="24" tag="tblock_11" canDelete="false" indentLevel="1" text="public Q_UINT32 renderIntent;" >
+ <ccfdeclarationcodeblock parent_id="24" tag="tblock_11" canDelete="false" indentLevel="1" text="public TQ_UINT32 renderIntent;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -5215,7 +5215,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="21" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT32 srcCmType;" >
+ <ccfdeclarationcodeblock parent_id="21" tag="tblock_2" canDelete="false" indentLevel="1" text="public TQ_UINT32 srcCmType;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -5255,7 +5255,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="23" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT32 dstType;" >
+ <ccfdeclarationcodeblock parent_id="23" tag="tblock_8" canDelete="false" indentLevel="1" text="public TQ_UINT32 dstType;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -5275,7 +5275,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="24" tag="tblock_11" canDelete="false" indentLevel="1" text="public Q_UINT32 renderIntent;" >
+ <ccfdeclarationcodeblock parent_id="24" tag="tblock_11" canDelete="false" indentLevel="1" text="public TQ_UINT32 renderIntent;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -5368,7 +5368,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="20" parent_class="20" fileExt=".java" fileName="Q_UINT32" >
+ <classifiercodedocument writeOutCode="true" package="" id="20" parent_class="20" fileExt=".java" fileName="TQ_UINT32" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -5382,7 +5382,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="20" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_UINT32&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_UINT32&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -5401,7 +5401,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_UINT32 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_UINT32 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -5525,7 +5525,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import DWORD;&amp;#010;import icColorSpaceSignature;&amp;#010;import vKisChannelInfoSP;&amp;#010;import Q_INT32;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import Q_UINT32;&amp;#010;import KisID;&amp;#010;import KisCompositeOpList;&amp;#010;import vKisProfileSP;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import QImage;&amp;#010;import Q_UINT8;&amp;#010;import Q_INT8;&amp;#010;import enumChannelFlags;&amp;#010;import cmsHTRANSFORM;&amp;#010;import QStringList;&amp;#010;import KisAbstractColorSpace.TransformMap;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import DWORD;&amp;#010;import icColorSpaceSignature;&amp;#010;import vKisChannelInfoSP;&amp;#010;import TQ_INT32;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import TQ_UINT32;&amp;#010;import KisID;&amp;#010;import KisCompositeOpList;&amp;#010;import vKisProfileSP;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import QImage;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT8;&amp;#010;import enumChannelFlags;&amp;#010;import cmsHTRANSFORM;&amp;#010;import QStringList;&amp;#010;import KisAbstractColorSpace.TransformMap;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -5550,17 +5550,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="229" tag="tblock_5" canDelete="false" indentLevel="1" text="protected Q_UINT8* m_qcolordata;" >
+ <ccfdeclarationcodeblock parent_id="229" tag="tblock_5" canDelete="false" indentLevel="1" text="protected TQ_UINT8* m_qcolordata;" >
<header>
<codecomment tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="230" tag="tblock_8" canDelete="false" indentLevel="1" text="protected Q_INT32 m_alphaPos;" >
+ <ccfdeclarationcodeblock parent_id="230" tag="tblock_8" canDelete="false" indentLevel="1" text="protected TQ_INT32 m_alphaPos;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="231" tag="tblock_11" canDelete="false" indentLevel="1" text="protected Q_INT32 m_alphaSize;" >
+ <ccfdeclarationcodeblock parent_id="231" tag="tblock_11" canDelete="false" indentLevel="1" text="protected TQ_INT32 m_alphaSize;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -5595,12 +5595,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="// Cache for existing transforms" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="245" tag="tblock_32" canDelete="false" indentLevel="1" text="private Q_UINT32 m_cachesize;" >
+ <ccfdeclarationcodeblock parent_id="245" tag="tblock_32" canDelete="false" indentLevel="1" text="private TQ_UINT32 m_cachesize;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="246" tag="tblock_35" canDelete="false" indentLevel="1" text="private Q_UINT8* m_conversionCache;" >
+ <ccfdeclarationcodeblock parent_id="246" tag="tblock_35" canDelete="false" indentLevel="1" text="private TQ_UINT8* m_conversionCache;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -5806,7 +5806,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="46" tag="operation_46" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="47" tag="operation_47" canDelete="false" indentLevel="1" >
@@ -5821,12 +5821,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="50" tag="operation_50" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="51" tag="operation_51" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="52" tag="operation_52" canDelete="false" indentLevel="1" >
@@ -5851,7 +5851,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="64" tag="operation_64" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_UINT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_UINT32 " />
</header>
</codeoperation>
<codeoperation parent_id="65" tag="operation_65" canDelete="false" indentLevel="1" >
@@ -6119,7 +6119,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" text="// A small buffer for conversion from and to qcolor." />
</header>
- <ccfdeclarationcodeblock parent_id="229" tag="tblock_5" canDelete="false" indentLevel="1" text="protected Q_UINT8* m_qcolordata;" >
+ <ccfdeclarationcodeblock parent_id="229" tag="tblock_5" canDelete="false" indentLevel="1" text="protected TQ_UINT8* m_qcolordata;" >
<header>
<codecomment tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." />
</header>
@@ -6139,7 +6139,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="230" tag="tblock_8" canDelete="false" indentLevel="1" text="protected Q_INT32 m_alphaPos;" >
+ <ccfdeclarationcodeblock parent_id="230" tag="tblock_8" canDelete="false" indentLevel="1" text="protected TQ_INT32 m_alphaPos;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -6159,7 +6159,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="231" tag="tblock_11" canDelete="false" indentLevel="1" text="protected Q_INT32 m_alphaSize;" >
+ <ccfdeclarationcodeblock parent_id="231" tag="tblock_11" canDelete="false" indentLevel="1" text="protected TQ_INT32 m_alphaSize;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -6299,7 +6299,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="245" tag="tblock_32" canDelete="false" indentLevel="1" text="private Q_UINT32 m_cachesize;" >
+ <ccfdeclarationcodeblock parent_id="245" tag="tblock_32" canDelete="false" indentLevel="1" text="private TQ_UINT32 m_cachesize;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -6319,7 +6319,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="246" tag="tblock_35" canDelete="false" indentLevel="1" text="private Q_UINT8* m_conversionCache;" >
+ <ccfdeclarationcodeblock parent_id="246" tag="tblock_35" canDelete="false" indentLevel="1" text="private TQ_UINT8* m_conversionCache;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -7073,7 +7073,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="44" parent_class="44" fileExt=".java" fileName="Q_INT32" >
+ <classifiercodedocument writeOutCode="true" package="" id="44" parent_class="44" fileExt=".java" fileName="TQ_INT32" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -7087,7 +7087,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="44" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_INT32&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_INT32&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -7106,7 +7106,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_INT32 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_INT32 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -7223,7 +7223,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="53" parent_class="53" fileExt=".java" fileName="Q_UINT8" >
+ <classifiercodedocument writeOutCode="true" package="" id="53" parent_class="53" fileExt=".java" fileName="TQ_UINT8" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -7237,7 +7237,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="53" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_UINT8&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_UINT8&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -7256,7 +7256,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_UINT8 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_UINT8 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -7298,7 +7298,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="54" parent_class="54" fileExt=".java" fileName="const Q_UINT8*" >
+ <classifiercodedocument writeOutCode="true" package="" id="54" parent_class="54" fileExt=".java" fileName="const TQ_UINT8*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -7312,7 +7312,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="54" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Const Q_UINT8*&amp;#010;" />
+ <javacodedocumentation tag="" text="Class Const TQ_UINT8*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -7331,7 +7331,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const Q_UINT8* ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQ_UINT8* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -7748,7 +7748,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="78" parent_class="78" fileExt=".java" fileName="Q_UINT8*" >
+ <classifiercodedocument writeOutCode="true" package="" id="78" parent_class="78" fileExt=".java" fileName="TQ_UINT8*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -7762,7 +7762,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="78" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_UINT8*&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_UINT8*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -7781,7 +7781,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_UINT8* ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_UINT8* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -8348,7 +8348,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="150" parent_class="150" fileExt=".java" fileName="Q_UINT16" >
+ <classifiercodedocument writeOutCode="true" package="" id="150" parent_class="150" fileExt=".java" fileName="TQ_UINT16" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -8362,7 +8362,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="150" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_UINT16&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_UINT16&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -8381,7 +8381,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_UINT16 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_UINT16 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -8423,7 +8423,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="151" parent_class="151" fileExt=".java" fileName="Q_UINT16*" >
+ <classifiercodedocument writeOutCode="true" package="" id="151" parent_class="151" fileExt=".java" fileName="TQ_UINT16*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -8437,7 +8437,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="151" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_UINT16*&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_UINT16*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -8456,7 +8456,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_UINT16* ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_UINT16* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -8648,7 +8648,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="163" parent_class="163" fileExt=".java" fileName="Q_INT8" >
+ <classifiercodedocument writeOutCode="true" package="" id="163" parent_class="163" fileExt=".java" fileName="TQ_INT8" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -8662,7 +8662,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="163" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_INT8&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_INT8&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -8681,7 +8681,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_INT8 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_INT8 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -8723,7 +8723,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="165" parent_class="165" fileExt=".java" fileName="const Q_UINT8**" >
+ <classifiercodedocument writeOutCode="true" package="" id="165" parent_class="165" fileExt=".java" fileName="const TQ_UINT8**" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -8737,7 +8737,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="165" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Const Q_UINT8**&amp;#010;" />
+ <javacodedocumentation tag="" text="Class Const TQ_UINT8**&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -8756,7 +8756,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const Q_UINT8** ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQ_UINT8** ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -8798,7 +8798,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="171" parent_class="171" fileExt=".java" fileName="Q_UINT8**" >
+ <classifiercodedocument writeOutCode="true" package="" id="171" parent_class="171" fileExt=".java" fileName="TQ_UINT8**" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -8812,7 +8812,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="171" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_UINT8**&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_UINT8**&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -8831,7 +8831,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_UINT8** ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_UINT8** ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -8873,7 +8873,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="173" parent_class="173" fileExt=".java" fileName="Q_INT32*" >
+ <classifiercodedocument writeOutCode="true" package="" id="173" parent_class="173" fileExt=".java" fileName="TQ_INT32*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -8887,7 +8887,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="173" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_INT32*&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_INT32*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -8906,7 +8906,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_INT32* ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_INT32* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -9844,7 +9844,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import Q_INT8;&amp;#010;import Q_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import Q_INT32;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import enumChannelFlags;&amp;#010;import KisCompositeOpList;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import enumChannelFlags;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -9995,7 +9995,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="288" tag="operation_288" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src1 &amp;#010;@param src2 &amp;#010;@return Q_INT8 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src1 &amp;#010;@param src2 &amp;#010;@return TQ_INT8 " />
</header>
</codeoperation>
<codeoperation parent_id="291" tag="operation_291" canDelete="false" indentLevel="1" >
@@ -10015,17 +10015,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="298" tag="operation_298" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="299" tag="operation_299" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="300" tag="operation_300" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="301" tag="operation_301" canDelete="false" indentLevel="1" >
@@ -10342,12 +10342,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_OPAQUE;" >
+ <ccfdeclarationcodeblock parent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const TQ_UINT16 U16_OPACITY_OPAQUE;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="364" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_TRANSPARENT;" >
+ <ccfdeclarationcodeblock parent_id="364" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const TQ_UINT16 U16_OPACITY_TRANSPARENT;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -10501,7 +10501,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_OPAQUE;" >
+ <ccfdeclarationcodeblock parent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const TQ_UINT16 U16_OPACITY_OPAQUE;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -10521,7 +10521,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="364" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_TRANSPARENT;" >
+ <ccfdeclarationcodeblock parent_id="364" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const TQ_UINT16 U16_OPACITY_TRANSPARENT;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -10609,7 +10609,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeclassfield>
</classfields>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="362" parent_class="362" fileExt=".java" fileName="const Q_UINT16" >
+ <classifiercodedocument writeOutCode="true" package="" id="362" parent_class="362" fileExt=".java" fileName="const TQ_UINT16" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -10623,7 +10623,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="362" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Const Q_UINT16&amp;#010;" />
+ <javacodedocumentation tag="" text="Class Const TQ_UINT16&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -10642,7 +10642,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const Q_UINT16 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQ_UINT16 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -10691,7 +10691,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import KisU16BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import Q_UINT8;&amp;#010;import Q_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import Q_INT8;&amp;#010;import Q_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;&amp;#010;import Q_UINT16;&amp;#010;import cmsHTRANSFORM;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisU16BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;&amp;#010;import TQ_UINT16;&amp;#010;import cmsHTRANSFORM;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -10721,27 +10721,27 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="570" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_X;" >
+ <ccfdeclarationcodeblock parent_id="570" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_X;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="571" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_Y;" >
+ <ccfdeclarationcodeblock parent_id="571" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_Y;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="572" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_Z;" >
+ <ccfdeclarationcodeblock parent_id="572" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_Z;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="573" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="573" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_ALPHA;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="574" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT8* m_qcolordata;" >
+ <ccfdeclarationcodeblock parent_id="574" tag="tblock_20" canDelete="false" indentLevel="1" text="private TQ_UINT8* m_qcolordata;" >
<header>
<codecomment tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." />
</header>
@@ -10922,7 +10922,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="411" tag="operation_411" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src1 &amp;#010;@param src2 &amp;#010;@return Q_INT8 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src1 &amp;#010;@param src2 &amp;#010;@return TQ_INT8 " />
</header>
</codeoperation>
<codeoperation parent_id="414" tag="operation_414" canDelete="false" indentLevel="1" >
@@ -10942,17 +10942,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="421" tag="operation_421" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="422" tag="operation_422" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="423" tag="operation_423" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="424" tag="operation_424" canDelete="false" indentLevel="1" >
@@ -11150,7 +11150,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="570" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_X;" >
+ <ccfdeclarationcodeblock parent_id="570" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_X;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -11170,7 +11170,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="571" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_Y;" >
+ <ccfdeclarationcodeblock parent_id="571" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_Y;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -11190,7 +11190,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="572" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_Z;" >
+ <ccfdeclarationcodeblock parent_id="572" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_Z;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -11210,7 +11210,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="573" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="573" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_ALPHA;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -11230,7 +11230,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" text="// A small buffer for conversion from and to qcolor." />
</header>
- <ccfdeclarationcodeblock parent_id="574" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT8* m_qcolordata;" >
+ <ccfdeclarationcodeblock parent_id="574" tag="tblock_20" canDelete="false" indentLevel="1" text="private TQ_UINT8* m_qcolordata;" >
<header>
<codecomment tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." />
</header>
@@ -11255,7 +11255,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import Q_UINT16;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import TQ_UINT16;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -11270,22 +11270,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_UINT16 X;" >
+ <ccfdeclarationcodeblock parent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text="public TQ_UINT16 X;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="375" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT16 Y;" >
+ <ccfdeclarationcodeblock parent_id="375" tag="tblock_2" canDelete="false" indentLevel="1" text="public TQ_UINT16 Y;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="376" tag="tblock_5" canDelete="false" indentLevel="1" text="public Q_UINT16 Z;" >
+ <ccfdeclarationcodeblock parent_id="376" tag="tblock_5" canDelete="false" indentLevel="1" text="public TQ_UINT16 Z;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="377" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT16 alpha;" >
+ <ccfdeclarationcodeblock parent_id="377" tag="tblock_8" canDelete="false" indentLevel="1" text="public TQ_UINT16 alpha;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -11433,7 +11433,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_UINT16 X;" >
+ <ccfdeclarationcodeblock parent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text="public TQ_UINT16 X;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -11453,7 +11453,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="375" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT16 Y;" >
+ <ccfdeclarationcodeblock parent_id="375" tag="tblock_2" canDelete="false" indentLevel="1" text="public TQ_UINT16 Y;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -11473,7 +11473,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="376" tag="tblock_5" canDelete="false" indentLevel="1" text="public Q_UINT16 Z;" >
+ <ccfdeclarationcodeblock parent_id="376" tag="tblock_5" canDelete="false" indentLevel="1" text="public TQ_UINT16 Z;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -11493,7 +11493,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="377" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT16 alpha;" >
+ <ccfdeclarationcodeblock parent_id="377" tag="tblock_8" canDelete="false" indentLevel="1" text="public TQ_UINT16 alpha;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -11571,7 +11571,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeclassfield>
</classfields>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="569" parent_class="569" fileExt=".java" fileName="const Q_UINT8" >
+ <classifiercodedocument writeOutCode="true" package="" id="569" parent_class="569" fileExt=".java" fileName="const TQ_UINT8" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -11585,7 +11585,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="569" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Const Q_UINT8&amp;#010;" />
+ <javacodedocumentation tag="" text="Class Const TQ_UINT8&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -11604,7 +11604,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const Q_UINT8 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQ_UINT8 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -11653,7 +11653,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import Q_UINT8;&amp;#010;import Q_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import Q_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import Q_INT8;&amp;#010;import KisCompositeOpList;&amp;#010;import cmsHTRANSFORM;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import TQ_INT8;&amp;#010;import KisCompositeOpList;&amp;#010;import cmsHTRANSFORM;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -11683,32 +11683,32 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_UINT8* m_qcolordata;" >
+ <ccfdeclarationcodeblock parent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text="private TQ_UINT8* m_qcolordata;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="664" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_CYAN;" >
+ <ccfdeclarationcodeblock parent_id="664" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_CYAN;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="665" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_MAGENTA;" >
+ <ccfdeclarationcodeblock parent_id="665" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_MAGENTA;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="666" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_YELLOW;" >
+ <ccfdeclarationcodeblock parent_id="666" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_YELLOW;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="667" tag="tblock_20" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLACK;" >
+ <ccfdeclarationcodeblock parent_id="667" tag="tblock_20" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_BLACK;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="668" tag="tblock_23" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_CMYK_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="668" tag="tblock_23" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_CMYK_ALPHA;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -11914,17 +11914,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="619" tag="operation_619" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="620" tag="operation_620" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="621" tag="operation_621" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="622" tag="operation_622" canDelete="false" indentLevel="1" >
@@ -12077,7 +12077,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_UINT8* m_qcolordata;" >
+ <ccfdeclarationcodeblock parent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text="private TQ_UINT8* m_qcolordata;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -12097,7 +12097,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="664" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_CYAN;" >
+ <ccfdeclarationcodeblock parent_id="664" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_CYAN;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -12117,7 +12117,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="665" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_MAGENTA;" >
+ <ccfdeclarationcodeblock parent_id="665" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_MAGENTA;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -12137,7 +12137,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="666" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_YELLOW;" >
+ <ccfdeclarationcodeblock parent_id="666" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_YELLOW;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -12157,7 +12157,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="667" tag="tblock_20" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLACK;" >
+ <ccfdeclarationcodeblock parent_id="667" tag="tblock_20" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_BLACK;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -12177,7 +12177,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="668" tag="tblock_23" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_CMYK_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="668" tag="tblock_23" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_CMYK_ALPHA;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -12202,7 +12202,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import Q_UINT8;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import Q_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import Q_INT8;&amp;#010;import Q_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import TQ_UINT8;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -12222,12 +12222,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="861" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GRAY;" >
+ <ccfdeclarationcodeblock parent_id="861" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_GRAY;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="862" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GRAY_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="862" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_GRAY_ALPHA;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -12368,7 +12368,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="714" tag="operation_714" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src1 &amp;#010;@param src2 &amp;#010;@return Q_INT8 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src1 &amp;#010;@param src2 &amp;#010;@return TQ_INT8 " />
</header>
</codeoperation>
<codeoperation parent_id="717" tag="operation_717" canDelete="false" indentLevel="1" >
@@ -12388,17 +12388,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="724" tag="operation_724" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="725" tag="operation_725" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="726" tag="operation_726" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="727" tag="operation_727" canDelete="false" indentLevel="1" >
@@ -12551,7 +12551,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="861" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GRAY;" >
+ <ccfdeclarationcodeblock parent_id="861" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_GRAY;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -12571,7 +12571,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="862" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GRAY_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="862" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_GRAY_ALPHA;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -13316,7 +13316,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import KisF32BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import Q_UINT8;&amp;#010;import Q_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import Q_INT8;&amp;#010;import Q_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisF32BaseColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -13336,22 +13336,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1126" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLUE;" >
+ <ccfdeclarationcodeblock parent_id="1126" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_BLUE;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1127" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GREEN;" >
+ <ccfdeclarationcodeblock parent_id="1127" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_GREEN;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1128" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_RED;" >
+ <ccfdeclarationcodeblock parent_id="1128" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_RED;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1129" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="1129" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_ALPHA;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -13512,7 +13512,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="929" tag="operation_929" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src1 &amp;#010;@param src2 &amp;#010;@return Q_INT8 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src1 &amp;#010;@param src2 &amp;#010;@return TQ_INT8 " />
</header>
</codeoperation>
<codeoperation parent_id="932" tag="operation_932" canDelete="false" indentLevel="1" >
@@ -13532,17 +13532,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="939" tag="operation_939" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="940" tag="operation_940" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="941" tag="operation_941" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="942" tag="operation_942" canDelete="false" indentLevel="1" >
@@ -13720,7 +13720,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1126" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLUE;" >
+ <ccfdeclarationcodeblock parent_id="1126" tag="tblock_2" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_BLUE;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -13740,7 +13740,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1127" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GREEN;" >
+ <ccfdeclarationcodeblock parent_id="1127" tag="tblock_5" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_GREEN;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -13760,7 +13760,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1128" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_RED;" >
+ <ccfdeclarationcodeblock parent_id="1128" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_RED;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -13780,7 +13780,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1129" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="1129" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_ALPHA;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14030,7 +14030,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import KisU16BaseColorSpace;&amp;#010;import Q_UINT16;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import Q_UINT8;&amp;#010;import Q_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import Q_INT8;&amp;#010;import Q_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisU16BaseColorSpace;&amp;#010;import TQ_UINT16;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_UINT8;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -14045,12 +14045,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_OPAQUE;" >
+ <ccfdeclarationcodeblock parent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const TQ_UINT16 U16_OPACITY_OPAQUE;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1139" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_TRANSPARENT;" >
+ <ccfdeclarationcodeblock parent_id="1139" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const TQ_UINT16 U16_OPACITY_TRANSPARENT;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14060,22 +14060,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1382" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLUE;" >
+ <ccfdeclarationcodeblock parent_id="1382" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_BLUE;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1383" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GREEN;" >
+ <ccfdeclarationcodeblock parent_id="1383" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_GREEN;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1384" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_RED;" >
+ <ccfdeclarationcodeblock parent_id="1384" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_RED;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1385" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="1385" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_ALPHA;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14256,7 +14256,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1185" tag="operation_1185" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src1 &amp;#010;@param src2 &amp;#010;@return Q_INT8 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src1 &amp;#010;@param src2 &amp;#010;@return TQ_INT8 " />
</header>
</codeoperation>
<codeoperation parent_id="1188" tag="operation_1188" canDelete="false" indentLevel="1" >
@@ -14276,17 +14276,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1195" tag="operation_1195" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1196" tag="operation_1196" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1197" tag="operation_1197" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1198" tag="operation_1198" canDelete="false" indentLevel="1" >
@@ -14444,7 +14444,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_OPAQUE;" >
+ <ccfdeclarationcodeblock parent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static public const TQ_UINT16 U16_OPACITY_OPAQUE;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14464,7 +14464,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1139" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const Q_UINT16 U16_OPACITY_TRANSPARENT;" >
+ <ccfdeclarationcodeblock parent_id="1139" tag="tblock_2" canDelete="false" indentLevel="1" text="static public const TQ_UINT16 U16_OPACITY_TRANSPARENT;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14504,7 +14504,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1382" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_BLUE;" >
+ <ccfdeclarationcodeblock parent_id="1382" tag="tblock_8" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_BLUE;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14524,7 +14524,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1383" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_GREEN;" >
+ <ccfdeclarationcodeblock parent_id="1383" tag="tblock_11" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_GREEN;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14544,7 +14544,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1384" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_RED;" >
+ <ccfdeclarationcodeblock parent_id="1384" tag="tblock_14" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_RED;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14564,7 +14564,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1385" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const Q_UINT8 PIXEL_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="1385" tag="tblock_17" canDelete="false" indentLevel="1" text="static private const TQ_UINT8 PIXEL_ALPHA;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14664,7 +14664,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import Q_UINT8;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import Q_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import Q_INT8;&amp;#010;import Q_UINT32;&amp;#010;import enumChannelFlags;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisU8BaseColorSpace;&amp;#010;import TQ_UINT8;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import TQ_INT32;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT32;&amp;#010;import enumChannelFlags;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -14800,7 +14800,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1435" tag="operation_1435" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src1 &amp;#010;@param src2 &amp;#010;@return Q_INT8 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src1 &amp;#010;@param src2 &amp;#010;@return TQ_INT8 " />
</header>
</codeoperation>
<codeoperation parent_id="1438" tag="operation_1438" canDelete="false" indentLevel="1" >
@@ -14825,17 +14825,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1453" tag="operation_1453" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1454" tag="operation_1454" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1455" tag="operation_1455" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1456" tag="operation_1456" canDelete="false" indentLevel="1" >
@@ -14875,7 +14875,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1485" tag="operation_1485" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src &amp;#010;@return Q_UINT8 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param src &amp;#010;@return TQ_UINT8 " />
</header>
</codeoperation>
<codeoperation parent_id="1487" tag="operation_1487" canDelete="false" indentLevel="1" >
@@ -15253,7 +15253,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import Q_UINT16;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import TQ_UINT16;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -15268,42 +15268,42 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_UINT16 rd;" >
+ <ccfdeclarationcodeblock parent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text="public TQ_UINT16 rd;" >
<header>
<codecomment tag="" indentLevel="1" text="Total red channel concentration" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1644" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT16 rw;" >
+ <ccfdeclarationcodeblock parent_id="1644" tag="tblock_2" canDelete="false" indentLevel="1" text="public TQ_UINT16 rw;" >
<header>
<codecomment tag="" indentLevel="1" text="Myth-red concentration" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1645" tag="tblock_5" canDelete="false" indentLevel="1" text="public Q_UINT16 gd;" >
+ <ccfdeclarationcodeblock parent_id="1645" tag="tblock_5" canDelete="false" indentLevel="1" text="public TQ_UINT16 gd;" >
<header>
<codecomment tag="" indentLevel="1" text="Total green channel concentration" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1646" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT16 gw;" >
+ <ccfdeclarationcodeblock parent_id="1646" tag="tblock_8" canDelete="false" indentLevel="1" text="public TQ_UINT16 gw;" >
<header>
<codecomment tag="" indentLevel="1" text="Myth-green concentration" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1647" tag="tblock_11" canDelete="false" indentLevel="1" text="public Q_UINT16 bd;" >
+ <ccfdeclarationcodeblock parent_id="1647" tag="tblock_11" canDelete="false" indentLevel="1" text="public TQ_UINT16 bd;" >
<header>
<codecomment tag="" indentLevel="1" text="Total blue channel concentration" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1648" tag="tblock_14" canDelete="false" indentLevel="1" text="public Q_UINT16 bw;" >
+ <ccfdeclarationcodeblock parent_id="1648" tag="tblock_14" canDelete="false" indentLevel="1" text="public TQ_UINT16 bw;" >
<header>
<codecomment tag="" indentLevel="1" text="Myth-blue concentration" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1649" tag="tblock_17" canDelete="false" indentLevel="1" text="public Q_UINT16 w;" >
+ <ccfdeclarationcodeblock parent_id="1649" tag="tblock_17" canDelete="false" indentLevel="1" text="public TQ_UINT16 w;" >
<header>
<codecomment tag="" indentLevel="1" text="Water volume" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1650" tag="tblock_20" canDelete="false" indentLevel="1" text="public Q_UINT16 h;" >
+ <ccfdeclarationcodeblock parent_id="1650" tag="tblock_20" canDelete="false" indentLevel="1" text="public TQ_UINT16 h;" >
<header>
<codecomment tag="" indentLevel="1" text="Height of paper surface XXX: This might just as well be a single&amp;#010;channel in our colour model that has two of&amp;#010;these wetpix structs for every paint device pixel" />
</header>
@@ -15446,7 +15446,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" text="Total red channel concentration" />
</header>
- <ccfdeclarationcodeblock parent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_UINT16 rd;" >
+ <ccfdeclarationcodeblock parent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text="public TQ_UINT16 rd;" >
<header>
<codecomment tag="" indentLevel="1" text="Total red channel concentration" />
</header>
@@ -15466,7 +15466,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" text="Myth-red concentration" />
</header>
- <ccfdeclarationcodeblock parent_id="1644" tag="tblock_2" canDelete="false" indentLevel="1" text="public Q_UINT16 rw;" >
+ <ccfdeclarationcodeblock parent_id="1644" tag="tblock_2" canDelete="false" indentLevel="1" text="public TQ_UINT16 rw;" >
<header>
<codecomment tag="" indentLevel="1" text="Myth-red concentration" />
</header>
@@ -15486,7 +15486,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" text="Total green channel concentration" />
</header>
- <ccfdeclarationcodeblock parent_id="1645" tag="tblock_5" canDelete="false" indentLevel="1" text="public Q_UINT16 gd;" >
+ <ccfdeclarationcodeblock parent_id="1645" tag="tblock_5" canDelete="false" indentLevel="1" text="public TQ_UINT16 gd;" >
<header>
<codecomment tag="" indentLevel="1" text="Total green channel concentration" />
</header>
@@ -15506,7 +15506,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" text="Myth-green concentration" />
</header>
- <ccfdeclarationcodeblock parent_id="1646" tag="tblock_8" canDelete="false" indentLevel="1" text="public Q_UINT16 gw;" >
+ <ccfdeclarationcodeblock parent_id="1646" tag="tblock_8" canDelete="false" indentLevel="1" text="public TQ_UINT16 gw;" >
<header>
<codecomment tag="" indentLevel="1" text="Myth-green concentration" />
</header>
@@ -15526,7 +15526,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" text="Total blue channel concentration" />
</header>
- <ccfdeclarationcodeblock parent_id="1647" tag="tblock_11" canDelete="false" indentLevel="1" text="public Q_UINT16 bd;" >
+ <ccfdeclarationcodeblock parent_id="1647" tag="tblock_11" canDelete="false" indentLevel="1" text="public TQ_UINT16 bd;" >
<header>
<codecomment tag="" indentLevel="1" text="Total blue channel concentration" />
</header>
@@ -15546,7 +15546,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" text="Myth-blue concentration" />
</header>
- <ccfdeclarationcodeblock parent_id="1648" tag="tblock_14" canDelete="false" indentLevel="1" text="public Q_UINT16 bw;" >
+ <ccfdeclarationcodeblock parent_id="1648" tag="tblock_14" canDelete="false" indentLevel="1" text="public TQ_UINT16 bw;" >
<header>
<codecomment tag="" indentLevel="1" text="Myth-blue concentration" />
</header>
@@ -15566,7 +15566,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" text="Water volume" />
</header>
- <ccfdeclarationcodeblock parent_id="1649" tag="tblock_17" canDelete="false" indentLevel="1" text="public Q_UINT16 w;" >
+ <ccfdeclarationcodeblock parent_id="1649" tag="tblock_17" canDelete="false" indentLevel="1" text="public TQ_UINT16 w;" >
<header>
<codecomment tag="" indentLevel="1" text="Water volume" />
</header>
@@ -15586,7 +15586,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" text="Height of paper surface XXX: This might just as well be a single&amp;#010;channel in our colour model that has two of&amp;#010;these wetpix structs for every paint device pixel" />
</header>
- <ccfdeclarationcodeblock parent_id="1650" tag="tblock_20" canDelete="false" indentLevel="1" text="public Q_UINT16 h;" >
+ <ccfdeclarationcodeblock parent_id="1650" tag="tblock_20" canDelete="false" indentLevel="1" text="public TQ_UINT16 h;" >
<header>
<codecomment tag="" indentLevel="1" text="Height of paper surface XXX: This might just as well be a single&amp;#010;channel in our colour model that has two of&amp;#010;these wetpix structs for every paint device pixel" />
</header>
@@ -16117,7 +16117,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import KisAbstractColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import Q_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import Q_INT32;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import Q_INT8;&amp;#010;import KisCompositeOpList;&amp;#010;import QStringList;&amp;#010;import QMap;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisAbstractColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import TQ_UINT32;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import QString;&amp;#010;import QImage;&amp;#010;import TQ_INT8;&amp;#010;import KisCompositeOpList;&amp;#010;import QStringList;&amp;#010;import QMap;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -16137,7 +16137,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1757" tag="tblock_2" canDelete="false" indentLevel="1" text="private Q_UINT32* wet_render_tab;" >
+ <ccfdeclarationcodeblock parent_id="1757" tag="tblock_2" canDelete="false" indentLevel="1" text="private TQ_UINT32* wet_render_tab;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -16343,22 +16343,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1703" tag="operation_1703" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1704" tag="operation_1704" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1705" tag="operation_1705" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1706" tag="operation_1706" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1707" tag="operation_1707" canDelete="false" indentLevel="1" >
@@ -16496,7 +16496,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1757" tag="tblock_2" canDelete="false" indentLevel="1" text="private Q_UINT32* wet_render_tab;" >
+ <ccfdeclarationcodeblock parent_id="1757" tag="tblock_2" canDelete="false" indentLevel="1" text="private TQ_UINT32* wet_render_tab;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -16764,7 +16764,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="1756" parent_class="1756" fileExt=".java" fileName="Q_UINT32*" >
+ <classifiercodedocument writeOutCode="true" package="" id="1756" parent_class="1756" fileExt=".java" fileName="TQ_UINT32*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -16778,7 +16778,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1756" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_UINT32*&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_UINT32*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -16797,7 +16797,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_UINT32* ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_UINT32* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -17221,7 +17221,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import KisAbstractColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import Q_INT32;&amp;#010;import QString;&amp;#010;import Q_UINT32;&amp;#010;import QImage;&amp;#010;import Q_INT8;&amp;#010;import Q_UINT8;&amp;#010;import KisCompositeOpList;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisAbstractColorSpace;&amp;#010;import KisProfileSP;&amp;#010;import QUANTUM;&amp;#010;import KisPixelRO;&amp;#010;import KisPixel;&amp;#010;import vKisChannelInfoSP;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import QString;&amp;#010;import TQ_UINT32;&amp;#010;import QImage;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT8;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -17352,22 +17352,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1809" tag="operation_1809" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1810" tag="operation_1810" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1811" tag="operation_1811" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1812" tag="operation_1812" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1813" tag="operation_1813" canDelete="false" indentLevel="1" >
@@ -24724,7 +24724,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="21" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT32 srcCmType;" >
+ <ccfdeclarationcodeblock parent_id="21" tag="tblock_1" canDelete="false" indentLevel="1" text=" TQ_UINT32 srcCmType;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -24734,12 +24734,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="23" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT32 dstType;" >
+ <ccfdeclarationcodeblock parent_id="23" tag="tblock_3" canDelete="false" indentLevel="1" text=" TQ_UINT32 dstType;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="24" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_UINT32 renderIntent;" >
+ <ccfdeclarationcodeblock parent_id="24" tag="tblock_4" canDelete="false" indentLevel="1" text=" TQ_UINT32 renderIntent;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -24983,7 +24983,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="21" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT32 srcCmType;" >
+ <ccfdeclarationcodeblock parent_id="21" tag="tblock_1" canDelete="false" indentLevel="1" text=" TQ_UINT32 srcCmType;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -25023,7 +25023,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="23" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT32 dstType;" >
+ <ccfdeclarationcodeblock parent_id="23" tag="tblock_3" canDelete="false" indentLevel="1" text=" TQ_UINT32 dstType;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -25043,7 +25043,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="24" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_UINT32 renderIntent;" >
+ <ccfdeclarationcodeblock parent_id="24" tag="tblock_4" canDelete="false" indentLevel="1" text=" TQ_UINT32 renderIntent;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -25269,7 +25269,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="cppheader20" parent_class="20" fileExt=".h" fileName="q_uint32" >
<textblocks>
- <codeblockwithcomments tag="hashDefBlock" text="#ifndef Q_UINT32_H&amp;#010;#define Q_UINT32_H" >
+ <codeblockwithcomments tag="hashDefBlock" text="#ifndef TQ_UINT32_H&amp;#010;#define TQ_UINT32_H" >
<header>
<cppcodedocumentation tag="" writeOutText="false" />
</header>
@@ -25296,7 +25296,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<cppheaderclassdeclarationblock parent_id="20" tag="classDeclarationBlock" canDelete="false" >
<header>
- <cppcodedocumentation tag="" text="Class Q_UINT32&amp;#010;" />
+ <cppcodedocumentation tag="" text="Class TQ_UINT32&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="publicBlock" canDelete="false" >
@@ -25320,7 +25320,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="Q_UINT32 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="TQ_UINT32 ( ) { }" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -25462,7 +25462,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</cppheaderclassdeclarationblock>
</textblocks>
</hierarchicalcodeblock>
- <codeblockwithcomments tag="hashDefBlockEnd" text="#endif //Q_UINT32_H" >
+ <codeblockwithcomments tag="hashDefBlockEnd" text="#endif //TQ_UINT32_H" >
<header>
<cppcodedocumentation tag="" writeOutText="false" />
</header>
@@ -26009,17 +26009,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="229" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" >
+ <ccfdeclarationcodeblock parent_id="229" tag="tblock_2" canDelete="false" indentLevel="1" text=" TQ_UINT8* m_qcolordata;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="230" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_INT32 m_alphaPos;" >
+ <ccfdeclarationcodeblock parent_id="230" tag="tblock_3" canDelete="false" indentLevel="1" text=" TQ_INT32 m_alphaPos;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="231" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_INT32 m_alphaSize;" >
+ <ccfdeclarationcodeblock parent_id="231" tag="tblock_4" canDelete="false" indentLevel="1" text=" TQ_INT32 m_alphaSize;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -26198,12 +26198,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="// Cache for existing transforms" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="245" tag="tblock_11" canDelete="false" indentLevel="1" text=" Q_UINT32 m_cachesize;" >
+ <ccfdeclarationcodeblock parent_id="245" tag="tblock_11" canDelete="false" indentLevel="1" text=" TQ_UINT32 m_cachesize;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="246" tag="tblock_12" canDelete="false" indentLevel="1" text=" Q_UINT8* m_conversionCache;" >
+ <ccfdeclarationcodeblock parent_id="246" tag="tblock_12" canDelete="false" indentLevel="1" text=" TQ_UINT8* m_conversionCache;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -26380,7 +26380,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" text="// A small buffer for conversion from and to qcolor." />
</header>
- <ccfdeclarationcodeblock parent_id="229" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" >
+ <ccfdeclarationcodeblock parent_id="229" tag="tblock_2" canDelete="false" indentLevel="1" text=" TQ_UINT8* m_qcolordata;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." />
</header>
@@ -26400,7 +26400,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="230" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_INT32 m_alphaPos;" >
+ <ccfdeclarationcodeblock parent_id="230" tag="tblock_3" canDelete="false" indentLevel="1" text=" TQ_INT32 m_alphaPos;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -26420,7 +26420,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="231" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_INT32 m_alphaSize;" >
+ <ccfdeclarationcodeblock parent_id="231" tag="tblock_4" canDelete="false" indentLevel="1" text=" TQ_INT32 m_alphaSize;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -26560,7 +26560,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="245" tag="tblock_11" canDelete="false" indentLevel="1" text=" Q_UINT32 m_cachesize;" >
+ <ccfdeclarationcodeblock parent_id="245" tag="tblock_11" canDelete="false" indentLevel="1" text=" TQ_UINT32 m_cachesize;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -26580,7 +26580,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="246" tag="tblock_12" canDelete="false" indentLevel="1" text=" Q_UINT8* m_conversionCache;" >
+ <ccfdeclarationcodeblock parent_id="246" tag="tblock_12" canDelete="false" indentLevel="1" text=" TQ_UINT8* m_conversionCache;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -27630,7 +27630,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="cppheader44" parent_class="44" fileExt=".h" fileName="q_int32" >
<textblocks>
- <codeblockwithcomments tag="hashDefBlock" text="#ifndef Q_INT32_H&amp;#010;#define Q_INT32_H" >
+ <codeblockwithcomments tag="hashDefBlock" text="#ifndef TQ_INT32_H&amp;#010;#define TQ_INT32_H" >
<header>
<cppcodedocumentation tag="" writeOutText="false" />
</header>
@@ -27657,7 +27657,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<cppheaderclassdeclarationblock parent_id="44" tag="classDeclarationBlock" canDelete="false" >
<header>
- <cppcodedocumentation tag="" text="Class Q_INT32&amp;#010;" />
+ <cppcodedocumentation tag="" text="Class TQ_INT32&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="publicBlock" canDelete="false" >
@@ -27681,7 +27681,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="Q_INT32 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="TQ_INT32 ( ) { }" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -27823,7 +27823,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</cppheaderclassdeclarationblock>
</textblocks>
</hierarchicalcodeblock>
- <codeblockwithcomments tag="hashDefBlockEnd" text="#endif //Q_INT32_H" >
+ <codeblockwithcomments tag="hashDefBlockEnd" text="#endif //TQ_INT32_H" >
<header>
<cppcodedocumentation tag="" writeOutText="false" />
</header>
@@ -28042,7 +28042,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="cppheader53" parent_class="53" fileExt=".h" fileName="q_uint8" >
<textblocks>
- <codeblockwithcomments tag="hashDefBlock" text="#ifndef Q_UINT8_H&amp;#010;#define Q_UINT8_H" >
+ <codeblockwithcomments tag="hashDefBlock" text="#ifndef TQ_UINT8_H&amp;#010;#define TQ_UINT8_H" >
<header>
<cppcodedocumentation tag="" writeOutText="false" />
</header>
@@ -28069,7 +28069,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<cppheaderclassdeclarationblock parent_id="53" tag="classDeclarationBlock" canDelete="false" >
<header>
- <cppcodedocumentation tag="" text="Class Q_UINT8&amp;#010;" />
+ <cppcodedocumentation tag="" text="Class TQ_UINT8&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="publicBlock" canDelete="false" >
@@ -28093,7 +28093,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="Q_UINT8 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="TQ_UINT8 ( ) { }" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -28235,7 +28235,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</cppheaderclassdeclarationblock>
</textblocks>
</hierarchicalcodeblock>
- <codeblockwithcomments tag="hashDefBlockEnd" text="#endif //Q_UINT8_H" >
+ <codeblockwithcomments tag="hashDefBlockEnd" text="#endif //TQ_UINT8_H" >
<header>
<cppcodedocumentation tag="" writeOutText="false" />
</header>
@@ -29690,7 +29690,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="cppheader150" parent_class="150" fileExt=".h" fileName="q_uint16" >
<textblocks>
- <codeblockwithcomments tag="hashDefBlock" text="#ifndef Q_UINT16_H&amp;#010;#define Q_UINT16_H" >
+ <codeblockwithcomments tag="hashDefBlock" text="#ifndef TQ_UINT16_H&amp;#010;#define TQ_UINT16_H" >
<header>
<cppcodedocumentation tag="" writeOutText="false" />
</header>
@@ -29717,7 +29717,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<cppheaderclassdeclarationblock parent_id="150" tag="classDeclarationBlock" canDelete="false" >
<header>
- <cppcodedocumentation tag="" text="Class Q_UINT16&amp;#010;" />
+ <cppcodedocumentation tag="" text="Class TQ_UINT16&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="publicBlock" canDelete="false" >
@@ -29741,7 +29741,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="Q_UINT16 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="TQ_UINT16 ( ) { }" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -29883,7 +29883,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</cppheaderclassdeclarationblock>
</textblocks>
</hierarchicalcodeblock>
- <codeblockwithcomments tag="hashDefBlockEnd" text="#endif //Q_UINT16_H" >
+ <codeblockwithcomments tag="hashDefBlockEnd" text="#endif //TQ_UINT16_H" >
<header>
<cppcodedocumentation tag="" writeOutText="false" />
</header>
@@ -30102,7 +30102,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="cppheader163" parent_class="163" fileExt=".h" fileName="q_int8" >
<textblocks>
- <codeblockwithcomments tag="hashDefBlock" text="#ifndef Q_INT8_H&amp;#010;#define Q_INT8_H" >
+ <codeblockwithcomments tag="hashDefBlock" text="#ifndef TQ_INT8_H&amp;#010;#define TQ_INT8_H" >
<header>
<cppcodedocumentation tag="" writeOutText="false" />
</header>
@@ -30129,7 +30129,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<cppheaderclassdeclarationblock parent_id="163" tag="classDeclarationBlock" canDelete="false" >
<header>
- <cppcodedocumentation tag="" text="Class Q_INT8&amp;#010;" />
+ <cppcodedocumentation tag="" text="Class TQ_INT8&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="publicBlock" canDelete="false" >
@@ -30153,7 +30153,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="Q_INT8 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="TQ_INT8 ( ) { }" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -30295,7 +30295,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</cppheaderclassdeclarationblock>
</textblocks>
</hierarchicalcodeblock>
- <codeblockwithcomments tag="hashDefBlockEnd" text="#endif //Q_INT8_H" >
+ <codeblockwithcomments tag="hashDefBlockEnd" text="#endif //TQ_INT8_H" >
<header>
<cppcodedocumentation tag="" writeOutText="false" />
</header>
@@ -32168,12 +32168,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_OPAQUE;" >
+ <ccfdeclarationcodeblock parent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static const TQ_UINT16 U16_OPACITY_OPAQUE;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="364" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_TRANSPARENT;" >
+ <ccfdeclarationcodeblock parent_id="364" tag="tblock_1" canDelete="false" indentLevel="1" text="static const TQ_UINT16 U16_OPACITY_TRANSPARENT;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -32373,7 +32373,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_OPAQUE;" >
+ <ccfdeclarationcodeblock parent_id="363" tag="tblock_0" canDelete="false" indentLevel="1" text="static const TQ_UINT16 U16_OPACITY_OPAQUE;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -32393,7 +32393,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="364" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_TRANSPARENT;" >
+ <ccfdeclarationcodeblock parent_id="364" tag="tblock_1" canDelete="false" indentLevel="1" text="static const TQ_UINT16 U16_OPACITY_TRANSPARENT;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -32733,22 +32733,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="570" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_X;" >
+ <ccfdeclarationcodeblock parent_id="570" tag="tblock_0" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_X;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="571" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_Y;" >
+ <ccfdeclarationcodeblock parent_id="571" tag="tblock_1" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_Y;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="572" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_Z;" >
+ <ccfdeclarationcodeblock parent_id="572" tag="tblock_2" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_Z;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="573" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="573" tag="tblock_3" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_ALPHA;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -32768,7 +32768,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="574" tag="tblock_7" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" >
+ <ccfdeclarationcodeblock parent_id="574" tag="tblock_7" canDelete="false" indentLevel="1" text=" TQ_UINT8* m_qcolordata;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." />
</header>
@@ -32975,7 +32975,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="570" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_X;" >
+ <ccfdeclarationcodeblock parent_id="570" tag="tblock_0" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_X;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -32995,7 +32995,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="571" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_Y;" >
+ <ccfdeclarationcodeblock parent_id="571" tag="tblock_1" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_Y;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33015,7 +33015,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="572" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_Z;" >
+ <ccfdeclarationcodeblock parent_id="572" tag="tblock_2" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_Z;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33035,7 +33035,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="573" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="573" tag="tblock_3" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_ALPHA;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33055,7 +33055,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" text="// A small buffer for conversion from and to qcolor." />
</header>
- <ccfdeclarationcodeblock parent_id="574" tag="tblock_7" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" >
+ <ccfdeclarationcodeblock parent_id="574" tag="tblock_7" canDelete="false" indentLevel="1" text=" TQ_UINT8* m_qcolordata;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="// A small buffer for conversion from and to qcolor." />
</header>
@@ -33115,22 +33115,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text=" Q_UINT16 X;" >
+ <ccfdeclarationcodeblock parent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text=" TQ_UINT16 X;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="375" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT16 Y;" >
+ <ccfdeclarationcodeblock parent_id="375" tag="tblock_1" canDelete="false" indentLevel="1" text=" TQ_UINT16 Y;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="376" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT16 Z;" >
+ <ccfdeclarationcodeblock parent_id="376" tag="tblock_2" canDelete="false" indentLevel="1" text=" TQ_UINT16 Z;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="377" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT16 alpha;" >
+ <ccfdeclarationcodeblock parent_id="377" tag="tblock_3" canDelete="false" indentLevel="1" text=" TQ_UINT16 alpha;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33389,7 +33389,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text=" Q_UINT16 X;" >
+ <ccfdeclarationcodeblock parent_id="374" tag="tblock_0" canDelete="false" indentLevel="1" text=" TQ_UINT16 X;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33409,7 +33409,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="375" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT16 Y;" >
+ <ccfdeclarationcodeblock parent_id="375" tag="tblock_1" canDelete="false" indentLevel="1" text=" TQ_UINT16 Y;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33429,7 +33429,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="376" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT16 Z;" >
+ <ccfdeclarationcodeblock parent_id="376" tag="tblock_2" canDelete="false" indentLevel="1" text=" TQ_UINT16 Z;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33449,7 +33449,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="377" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT16 alpha;" >
+ <ccfdeclarationcodeblock parent_id="377" tag="tblock_3" canDelete="false" indentLevel="1" text=" TQ_UINT16 alpha;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33799,27 +33799,27 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="664" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_CYAN;" >
+ <ccfdeclarationcodeblock parent_id="664" tag="tblock_0" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_CYAN;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="665" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_MAGENTA;" >
+ <ccfdeclarationcodeblock parent_id="665" tag="tblock_1" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_MAGENTA;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="666" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_YELLOW;" >
+ <ccfdeclarationcodeblock parent_id="666" tag="tblock_2" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_YELLOW;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="667" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLACK;" >
+ <ccfdeclarationcodeblock parent_id="667" tag="tblock_3" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_BLACK;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="668" tag="tblock_4" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_CMYK_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="668" tag="tblock_4" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_CMYK_ALPHA;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33839,7 +33839,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" >
+ <ccfdeclarationcodeblock parent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text=" TQ_UINT8* m_qcolordata;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -34056,7 +34056,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text=" Q_UINT8* m_qcolordata;" >
+ <ccfdeclarationcodeblock parent_id="663" tag="tblock_8" canDelete="false" indentLevel="1" text=" TQ_UINT8* m_qcolordata;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -34076,7 +34076,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="664" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_CYAN;" >
+ <ccfdeclarationcodeblock parent_id="664" tag="tblock_0" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_CYAN;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -34096,7 +34096,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="665" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_MAGENTA;" >
+ <ccfdeclarationcodeblock parent_id="665" tag="tblock_1" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_MAGENTA;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -34116,7 +34116,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="666" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_YELLOW;" >
+ <ccfdeclarationcodeblock parent_id="666" tag="tblock_2" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_YELLOW;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -34136,7 +34136,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="667" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLACK;" >
+ <ccfdeclarationcodeblock parent_id="667" tag="tblock_3" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_BLACK;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -34156,7 +34156,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="668" tag="tblock_4" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_CMYK_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="668" tag="tblock_4" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_CMYK_ALPHA;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -34501,12 +34501,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="861" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GRAY;" >
+ <ccfdeclarationcodeblock parent_id="861" tag="tblock_0" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_GRAY;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="862" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GRAY_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="862" tag="tblock_1" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_GRAY_ALPHA;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -34628,7 +34628,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="861" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GRAY;" >
+ <ccfdeclarationcodeblock parent_id="861" tag="tblock_0" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_GRAY;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -34648,7 +34648,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="862" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GRAY_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="862" tag="tblock_1" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_GRAY_ALPHA;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -36097,22 +36097,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="1126" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLUE;" >
+ <ccfdeclarationcodeblock parent_id="1126" tag="tblock_0" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_BLUE;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1127" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GREEN;" >
+ <ccfdeclarationcodeblock parent_id="1127" tag="tblock_1" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_GREEN;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1128" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_RED;" >
+ <ccfdeclarationcodeblock parent_id="1128" tag="tblock_2" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_RED;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1129" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="1129" tag="tblock_3" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_ALPHA;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -36254,7 +36254,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1126" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLUE;" >
+ <ccfdeclarationcodeblock parent_id="1126" tag="tblock_0" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_BLUE;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -36274,7 +36274,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1127" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GREEN;" >
+ <ccfdeclarationcodeblock parent_id="1127" tag="tblock_1" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_GREEN;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -36294,7 +36294,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1128" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_RED;" >
+ <ccfdeclarationcodeblock parent_id="1128" tag="tblock_2" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_RED;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -36314,7 +36314,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1129" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="1129" tag="tblock_3" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_ALPHA;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -36786,12 +36786,12 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_OPAQUE;" >
+ <ccfdeclarationcodeblock parent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static const TQ_UINT16 U16_OPACITY_OPAQUE;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1139" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_TRANSPARENT;" >
+ <ccfdeclarationcodeblock parent_id="1139" tag="tblock_1" canDelete="false" indentLevel="1" text="static const TQ_UINT16 U16_OPACITY_TRANSPARENT;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -37128,22 +37128,22 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="1382" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLUE;" >
+ <ccfdeclarationcodeblock parent_id="1382" tag="tblock_2" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_BLUE;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1383" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GREEN;" >
+ <ccfdeclarationcodeblock parent_id="1383" tag="tblock_3" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_GREEN;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1384" tag="tblock_4" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_RED;" >
+ <ccfdeclarationcodeblock parent_id="1384" tag="tblock_4" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_RED;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1385" tag="tblock_5" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="1385" tag="tblock_5" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_ALPHA;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -37265,7 +37265,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_OPAQUE;" >
+ <ccfdeclarationcodeblock parent_id="1138" tag="tblock_0" canDelete="false" indentLevel="1" text="static const TQ_UINT16 U16_OPACITY_OPAQUE;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -37285,7 +37285,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1139" tag="tblock_1" canDelete="false" indentLevel="1" text="static const Q_UINT16 U16_OPACITY_TRANSPARENT;" >
+ <ccfdeclarationcodeblock parent_id="1139" tag="tblock_1" canDelete="false" indentLevel="1" text="static const TQ_UINT16 U16_OPACITY_TRANSPARENT;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -37325,7 +37325,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1382" tag="tblock_2" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_BLUE;" >
+ <ccfdeclarationcodeblock parent_id="1382" tag="tblock_2" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_BLUE;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -37345,7 +37345,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1383" tag="tblock_3" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_GREEN;" >
+ <ccfdeclarationcodeblock parent_id="1383" tag="tblock_3" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_GREEN;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -37365,7 +37365,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1384" tag="tblock_4" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_RED;" >
+ <ccfdeclarationcodeblock parent_id="1384" tag="tblock_4" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_RED;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -37385,7 +37385,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1385" tag="tblock_5" canDelete="false" indentLevel="1" text="static const Q_UINT8 PIXEL_ALPHA;" >
+ <ccfdeclarationcodeblock parent_id="1385" tag="tblock_5" canDelete="false" indentLevel="1" text="static const TQ_UINT8 PIXEL_ALPHA;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -38730,42 +38730,42 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text=" Q_UINT16 rd;" >
+ <ccfdeclarationcodeblock parent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text=" TQ_UINT16 rd;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Total red channel concentration" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1644" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT16 rw;" >
+ <ccfdeclarationcodeblock parent_id="1644" tag="tblock_1" canDelete="false" indentLevel="1" text=" TQ_UINT16 rw;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Myth-red concentration" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1645" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT16 gd;" >
+ <ccfdeclarationcodeblock parent_id="1645" tag="tblock_2" canDelete="false" indentLevel="1" text=" TQ_UINT16 gd;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Total green channel concentration" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1646" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT16 gw;" >
+ <ccfdeclarationcodeblock parent_id="1646" tag="tblock_3" canDelete="false" indentLevel="1" text=" TQ_UINT16 gw;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Myth-green concentration" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1647" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_UINT16 bd;" >
+ <ccfdeclarationcodeblock parent_id="1647" tag="tblock_4" canDelete="false" indentLevel="1" text=" TQ_UINT16 bd;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1648" tag="tblock_5" canDelete="false" indentLevel="1" text=" Q_UINT16 bw;" >
+ <ccfdeclarationcodeblock parent_id="1648" tag="tblock_5" canDelete="false" indentLevel="1" text=" TQ_UINT16 bw;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1649" tag="tblock_6" canDelete="false" indentLevel="1" text=" Q_UINT16 w;" >
+ <ccfdeclarationcodeblock parent_id="1649" tag="tblock_6" canDelete="false" indentLevel="1" text=" TQ_UINT16 w;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Water volume" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1650" tag="tblock_7" canDelete="false" indentLevel="1" text=" Q_UINT16 h;" >
+ <ccfdeclarationcodeblock parent_id="1650" tag="tblock_7" canDelete="false" indentLevel="1" text=" TQ_UINT16 h;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Height of paper surface XXX: This might just as well be a single&amp;#010;channel in our colour model that has two of&amp;#010;these wetpix structs for every paint device pixel" />
</header>
@@ -39019,7 +39019,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" text="Total red channel concentration" />
</header>
- <ccfdeclarationcodeblock parent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text=" Q_UINT16 rd;" >
+ <ccfdeclarationcodeblock parent_id="1643" tag="tblock_0" canDelete="false" indentLevel="1" text=" TQ_UINT16 rd;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Total red channel concentration" />
</header>
@@ -39039,7 +39039,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" text="Myth-red concentration" />
</header>
- <ccfdeclarationcodeblock parent_id="1644" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT16 rw;" >
+ <ccfdeclarationcodeblock parent_id="1644" tag="tblock_1" canDelete="false" indentLevel="1" text=" TQ_UINT16 rw;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Myth-red concentration" />
</header>
@@ -39059,7 +39059,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" text="Total green channel concentration" />
</header>
- <ccfdeclarationcodeblock parent_id="1645" tag="tblock_2" canDelete="false" indentLevel="1" text=" Q_UINT16 gd;" >
+ <ccfdeclarationcodeblock parent_id="1645" tag="tblock_2" canDelete="false" indentLevel="1" text=" TQ_UINT16 gd;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Total green channel concentration" />
</header>
@@ -39079,7 +39079,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" text="Myth-green concentration" />
</header>
- <ccfdeclarationcodeblock parent_id="1646" tag="tblock_3" canDelete="false" indentLevel="1" text=" Q_UINT16 gw;" >
+ <ccfdeclarationcodeblock parent_id="1646" tag="tblock_3" canDelete="false" indentLevel="1" text=" TQ_UINT16 gw;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Myth-green concentration" />
</header>
@@ -39099,7 +39099,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" text="Total blue channel concentration" />
</header>
- <ccfdeclarationcodeblock parent_id="1647" tag="tblock_4" canDelete="false" indentLevel="1" text=" Q_UINT16 bd;" >
+ <ccfdeclarationcodeblock parent_id="1647" tag="tblock_4" canDelete="false" indentLevel="1" text=" TQ_UINT16 bd;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Total blue channel concentration" />
</header>
@@ -39119,7 +39119,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" text="Myth-blue concentration" />
</header>
- <ccfdeclarationcodeblock parent_id="1648" tag="tblock_5" canDelete="false" indentLevel="1" text=" Q_UINT16 bw;" >
+ <ccfdeclarationcodeblock parent_id="1648" tag="tblock_5" canDelete="false" indentLevel="1" text=" TQ_UINT16 bw;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Myth-blue concentration" />
</header>
@@ -39139,7 +39139,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" text="Water volume" />
</header>
- <ccfdeclarationcodeblock parent_id="1649" tag="tblock_6" canDelete="false" indentLevel="1" text=" Q_UINT16 w;" >
+ <ccfdeclarationcodeblock parent_id="1649" tag="tblock_6" canDelete="false" indentLevel="1" text=" TQ_UINT16 w;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Water volume" />
</header>
@@ -39159,7 +39159,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" text="Height of paper surface XXX: This might just as well be a single&amp;#010;channel in our colour model that has two of&amp;#010;these wetpix structs for every paint device pixel" />
</header>
- <ccfdeclarationcodeblock parent_id="1650" tag="tblock_7" canDelete="false" indentLevel="1" text=" Q_UINT16 h;" >
+ <ccfdeclarationcodeblock parent_id="1650" tag="tblock_7" canDelete="false" indentLevel="1" text=" TQ_UINT16 h;" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Height of paper surface XXX: This might just as well be a single&amp;#010;channel in our colour model that has two of&amp;#010;these wetpix structs for every paint device pixel" />
</header>
@@ -40232,7 +40232,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1757" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT32* wet_render_tab;" >
+ <ccfdeclarationcodeblock parent_id="1757" tag="tblock_1" canDelete="false" indentLevel="1" text=" TQ_UINT32* wet_render_tab;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -40429,7 +40429,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1757" tag="tblock_1" canDelete="false" indentLevel="1" text=" Q_UINT32* wet_render_tab;" >
+ <ccfdeclarationcodeblock parent_id="1757" tag="tblock_1" canDelete="false" indentLevel="1" text=" TQ_UINT32* wet_render_tab;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
diff --git a/chalk/doc/colorstrategyAPI b/chalk/doc/colorstrategyAPI
index bb6e1267..cc0b1f50 100644
--- a/chalk/doc/colorstrategyAPI
+++ b/chalk/doc/colorstrategyAPI
@@ -13,7 +13,7 @@ void KisPaintDevice::clearSelection()
QRect r = m_selection -> selectedRect();
r = r.normalize();
- for (Q_INT32 y = 0; y < r.height(); y++) {
+ for (TQ_INT32 y = 0; y < r.height(); y++) {
KisHLineIterator devIt = createHLineIterator(r.x(), r.y() + y, r.width(), true);
KisHLineIterator selectionIt = m_selection -> createHLineIterator(r.x(), r.y() + y, r.width(), false);
@@ -21,7 +21,7 @@ void KisPaintDevice::clearSelection()
KisPixel p = toPixel(devIt.rawData());
KisPixel s = m_selection -> toPixel(selectionIt.rawData());
// XXX: Why Q_UIN16 here? Doesn't that clash with UINT8_MULT later on?
- Q_UINT16 p_alpha, s_alpha;
+ TQ_UINT16 p_alpha, s_alpha;
p_alpha = p.alpha();
s_alpha = MAX_SELECTED - s.alpha();
@@ -38,7 +38,7 @@ void KisPaintDevice::applySelectionMask(KisSelectionSP mask)
QRect r = mask -> extent();
crop(r);
- for (Q_INT32 y = r.top(); y <= r.bottom(); ++y) {
+ for (TQ_INT32 y = r.top(); y <= r.bottom(); ++y) {
KisHLineIterator pixelIt = createHLineIterator(r.x(), y, r.width(), true);
KisHLineIterator maskIt = mask -> createHLineIterator(r.x(), y, r.width(), false);
diff --git a/chalk/doc/controller.xmi b/chalk/doc/controller.xmi
index ceacf630..c2af5136 100644
--- a/chalk/doc/controller.xmi
+++ b/chalk/doc/controller.xmi
@@ -30,7 +30,7 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="494" isRoot="false" isAbstract="false" name="const KisRect&amp;" elementReference="456" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="498" isRoot="false" isAbstract="false" name="const QPoint&amp;" elementReference="497" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="501" isRoot="false" isAbstract="false" name="const KisPoint&amp;" elementReference="457" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="508" isRoot="false" isAbstract="false" name="Q_INT32*" elementReference="463" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="508" isRoot="false" isAbstract="false" name="TQ_INT32*" elementReference="463" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="523" isRoot="false" isAbstract="false" name="const KisCanvasControllerInterface&amp;" elementReference="11" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="527" isRoot="false" isAbstract="false" name="KisCanvasControllerInterface&amp;" elementReference="11" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="533" isRoot="false" isAbstract="false" name="KisCanvasSubject*" elementReference="528" />
@@ -91,8 +91,8 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1355" isRoot="false" isAbstract="false" name="const KisDataManager&amp;" elementReference="423" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1359" isRoot="false" isAbstract="false" name="KisMemento*" elementReference="1358" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1365" isRoot="false" isAbstract="false" name="KoStore*" elementReference="1347" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1371" isRoot="false" isAbstract="false" name="Q_INT32&amp;" elementReference="463" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1395" isRoot="false" isAbstract="false" name="Q_UINT8*" elementReference="1388" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1371" isRoot="false" isAbstract="false" name="TQ_INT32&amp;" elementReference="463" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1395" isRoot="false" isAbstract="false" name="TQ_UINT8*" elementReference="1388" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1398" isRoot="false" isAbstract="false" name="KisDataManager*" elementReference="423" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1443" isRoot="false" isAbstract="false" name="KisImage*" elementReference="383" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1448" isRoot="false" isAbstract="false" name="const KisPaintDevice&amp;" elementReference="388" />
@@ -100,7 +100,7 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1467" isRoot="false" isAbstract="false" name="const bool" elementReference="558" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1510" isRoot="false" isAbstract="false" name="const QImage&amp;" elementReference="879" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1526" isRoot="false" isAbstract="false" name="QColor*" elementReference="591" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1537" isRoot="false" isAbstract="false" name="const Q_UINT8*" elementReference="1388" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1537" isRoot="false" isAbstract="false" name="const TQ_UINT8*" elementReference="1388" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1557" isRoot="false" isAbstract="false" name="const KisImage*" elementReference="383" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1626" isRoot="false" isAbstract="false" name="KisPaintDevice&amp;" elementReference="388" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1639" isRoot="false" isAbstract="false" name="KisScaleVisitor&amp;" elementReference="832" />
@@ -1356,7 +1356,7 @@ the value of a byte signifies whether a corresponding pixel is selected, or not.
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="1659" isRoot="false" isAbstract="false" name="~ KisSelection" />
- <UML:Operation comment="// // Returns selectedness, or 0 if invalid coordinates// QUANTUM selected(Q_INT32 x, Q_INT32 y);// // void setSelected(Q_INT32 x, Q_INT32 y, QUANTUM s);" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1660" isRoot="false" isAbstract="false" name="maskImage" >
+ <UML:Operation comment="// // Returns selectedness, or 0 if invalid coordinates// QUANTUM selected(TQ_INT32 x, TQ_INT32 y);// // void setSelected(TQ_INT32 x, TQ_INT32 y, QUANTUM s);" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1660" isRoot="false" isAbstract="false" name="maskImage" >
<UML:BehavioralFeature.parameter>
<UML:Parameter kind="return" xmi.id="5400" type="879" />
</UML:BehavioralFeature.parameter>
@@ -1423,7 +1423,7 @@ the tile manager, are responsible for:
that may allow deferred loading.
A datamanager knows nothing about the type of pixel data except
-how many Q_UINT8's a single pixel takes." isSpecification="false" isLeaf="false" visibility="public" xmi.id="423" isRoot="false" isAbstract="false" name="KisDataManager" >
+how many TQ_UINT8's a single pixel takes." isSpecification="false" isLeaf="false" visibility="public" xmi.id="423" isRoot="false" isAbstract="false" name="KisDataManager" >
<UML:GeneralizableElement.generalization>
<UML:Generalization xmi.idref="1349" />
</UML:GeneralizableElement.generalization>
@@ -1800,7 +1800,7 @@ and contains data that must be associated with an image for purposes of import/e
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="455" isRoot="false" isAbstract="false" name=TQWIDGET_OBJECT_NAME_STRING />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="456" isRoot="false" isAbstract="false" name="KisRect" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="457" isRoot="false" isAbstract="false" name="KisPoint" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="463" isRoot="false" isAbstract="false" name="Q_INT32" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="463" isRoot="false" isAbstract="false" name="TQ_INT32" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="475" isRoot="false" isAbstract="false" name="QRect" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="497" isRoot="false" isAbstract="false" name=TQPOINT_OBJECT_NAME_STRING />
<UML:Class comment="The canvas subject is the subset of operations that are directy available to
@@ -2679,7 +2679,7 @@ the resource has been saved." isSpecification="false" isLeaf="false" visibility=
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="869" isRoot="false" isAbstract="false" name=TQOBJECT_OBJECT_NAME_STRING />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="879" isRoot="false" isAbstract="false" name="QImage" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="924" isRoot="false" isAbstract="false" name="Q_UINT32" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="924" isRoot="false" isAbstract="false" name="TQ_UINT32" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="930" isRoot="false" isAbstract="false" name="cmsHPROFILE" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="939" isRoot="false" isAbstract="false" name="icColorSpaceSignature" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="941" isRoot="false" isAbstract="false" name="icProfileClassSignature" />
@@ -3158,7 +3158,7 @@ MITCHELL_FILTER
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1347" isRoot="false" isAbstract="false" name="KoStore" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1348" isRoot="false" isAbstract="false" name="KisTiledDataManager" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1358" isRoot="false" isAbstract="false" name="KisMemento" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1388" isRoot="false" isAbstract="false" name="Q_UINT8" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1388" isRoot="false" isAbstract="false" name="TQ_UINT8" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1424" isRoot="false" isAbstract="false" name="KisRectIterator" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1425" isRoot="false" isAbstract="false" name="KisHLineIterator" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1426" isRoot="false" isAbstract="false" name="KisVLineIterator" />
@@ -3168,7 +3168,7 @@ MITCHELL_FILTER
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1430" isRoot="false" isAbstract="false" name="KisVLineIteratorPixel" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1431" isRoot="false" isAbstract="false" name="KisHLineIteratorPixel" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1432" isRoot="false" isAbstract="false" name="KNamedCommand" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1618" isRoot="false" isAbstract="false" name="Q_INT8" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1618" isRoot="false" isAbstract="false" name="TQ_INT8" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1674" isRoot="false" isAbstract="false" name="KAction" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1675" isRoot="false" isAbstract="false" name="KisView" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1676" isRoot="false" isAbstract="false" name="KisDockFrameDocker" />
@@ -5033,7 +5033,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import Q_INT32;&amp;#010;import QPoint;&amp;#010;import KisPoint;&amp;#010;import QRect;&amp;#010;import KisRect;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import TQ_INT32;&amp;#010;import QPoint;&amp;#010;import KisPoint;&amp;#010;import QRect;&amp;#010;import KisRect;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -5107,12 +5107,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="462" tag="operation_462" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="464" tag="operation_464" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="465" tag="operation_465" canDelete="false" indentLevel="1" >
@@ -7113,7 +7113,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import Q_INT32;&amp;#010;import KisStrategyColorSpaceSP;&amp;#010;import KisProfileSP;&amp;#010;import QString;&amp;#010;import bool;&amp;#010;import enumFilterType;&amp;#010;import KURL;&amp;#010;import KoUnit.Unit;&amp;#010;import vKisLayerSP;&amp;#010;import KisPaintDeviceSP;&amp;#010;import KisLayerSP;&amp;#010;import Q_UINT32;&amp;#010;import QRect;&amp;#010;import KisImageSP;&amp;#010;import KisBackgroundSP;&amp;#010;import KisGuideMgr;&amp;#010;import QPixmap;&amp;#010;import vKisAnnotationSP;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import TQ_INT32;&amp;#010;import KisStrategyColorSpaceSP;&amp;#010;import KisProfileSP;&amp;#010;import QString;&amp;#010;import bool;&amp;#010;import enumFilterType;&amp;#010;import KURL;&amp;#010;import KoUnit.Unit;&amp;#010;import vKisLayerSP;&amp;#010;import KisPaintDeviceSP;&amp;#010;import KisLayerSP;&amp;#010;import TQ_UINT32;&amp;#010;import QRect;&amp;#010;import KisImageSP;&amp;#010;import KisBackgroundSP;&amp;#010;import KisGuideMgr;&amp;#010;import QPixmap;&amp;#010;import vKisAnnotationSP;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -7153,12 +7153,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1140" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="1140" tag="tblock_14" canDelete="false" indentLevel="1" text="private TQ_INT32 m_width;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1141" tag="tblock_17" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="1141" tag="tblock_17" canDelete="false" indentLevel="1" text="private TQ_INT32 m_height;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -7674,12 +7674,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1047" tag="operation_1047" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1048" tag="operation_1048" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1049" tag="operation_1049" canDelete="false" indentLevel="1" >
@@ -7714,7 +7714,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1061" tag="operation_1061" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param layer &amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param layer &amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1064" tag="operation_1064" canDelete="false" indentLevel="1" >
@@ -7764,17 +7764,17 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1084" tag="operation_1084" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1085" tag="operation_1085" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1086" tag="operation_1086" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1087" tag="operation_1087" canDelete="false" indentLevel="1" >
@@ -8077,7 +8077,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1140" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="1140" tag="tblock_14" canDelete="false" indentLevel="1" text="private TQ_INT32 m_width;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -8097,7 +8097,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1141" tag="tblock_17" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="1141" tag="tblock_17" canDelete="false" indentLevel="1" text="private TQ_INT32 m_height;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -8762,7 +8762,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import KisStrategyColorSpaceSP;&amp;#010;import bool;&amp;#010;import Q_INT32;&amp;#010;import QRect;&amp;#010;import KisProfileSP;&amp;#010;import QImage;&amp;#010;import QString;&amp;#010;import QUANTUM;&amp;#010;import KisPixel;&amp;#010;import KisPixelRO;&amp;#010;import CompositeOp;&amp;#010;import enumFilterType;&amp;#010;import KisRectIteratorPixel;&amp;#010;import KisHLineIteratorPixel;&amp;#010;import KisVLineIteratorPixel;&amp;#010;import KisSelectionSP;&amp;#010;import KisPaintDeviceSP;&amp;#010;import Q_INT8;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisStrategyColorSpaceSP;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import QRect;&amp;#010;import KisProfileSP;&amp;#010;import QImage;&amp;#010;import QString;&amp;#010;import QUANTUM;&amp;#010;import KisPixel;&amp;#010;import KisPixelRO;&amp;#010;import CompositeOp;&amp;#010;import enumFilterType;&amp;#010;import KisRectIteratorPixel;&amp;#010;import KisHLineIteratorPixel;&amp;#010;import KisVLineIteratorPixel;&amp;#010;import KisSelectionSP;&amp;#010;import KisPaintDeviceSP;&amp;#010;import TQ_INT8;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -8787,12 +8787,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1629" tag="tblock_5" canDelete="false" indentLevel="1" text="private Q_INT32 m_x;" >
+ <ccfdeclarationcodeblock parent_id="1629" tag="tblock_5" canDelete="false" indentLevel="1" text="private TQ_INT32 m_x;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1630" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_INT32 m_y;" >
+ <ccfdeclarationcodeblock parent_id="1630" tag="tblock_8" canDelete="false" indentLevel="1" text="private TQ_INT32 m_y;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -8817,12 +8817,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1635" tag="tblock_23" canDelete="false" indentLevel="1" text="private Q_INT32 m_pixelSize;" >
+ <ccfdeclarationcodeblock parent_id="1635" tag="tblock_23" canDelete="false" indentLevel="1" text="private TQ_INT32 m_pixelSize;" >
<header>
<codecomment tag="" indentLevel="1" text="// Cached for quick access" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1636" tag="tblock_26" canDelete="false" indentLevel="1" text="private Q_INT32 m_nChannels;" >
+ <ccfdeclarationcodeblock parent_id="1636" tag="tblock_26" canDelete="false" indentLevel="1" text="private TQ_INT32 m_nChannels;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -9118,7 +9118,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1494" tag="operation_1494" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param x &amp;#010;@param y &amp;#010;@param w &amp;#010;@param h &amp;#010;@return Q_UINT8* " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param x &amp;#010;@param y &amp;#010;@param w &amp;#010;@param h &amp;#010;@return TQ_UINT8* " />
</header>
</codeoperation>
<codeoperation parent_id="1499" tag="operation_1499" canDelete="false" indentLevel="1" >
@@ -9208,12 +9208,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1547" tag="operation_1547" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1548" tag="operation_1548" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1549" tag="operation_1549" canDelete="false" indentLevel="1" >
@@ -9511,7 +9511,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1629" tag="tblock_5" canDelete="false" indentLevel="1" text="private Q_INT32 m_x;" >
+ <ccfdeclarationcodeblock parent_id="1629" tag="tblock_5" canDelete="false" indentLevel="1" text="private TQ_INT32 m_x;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -9531,7 +9531,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1630" tag="tblock_8" canDelete="false" indentLevel="1" text="private Q_INT32 m_y;" >
+ <ccfdeclarationcodeblock parent_id="1630" tag="tblock_8" canDelete="false" indentLevel="1" text="private TQ_INT32 m_y;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -9631,7 +9631,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" text="// Cached for quick access" />
</header>
- <ccfdeclarationcodeblock parent_id="1635" tag="tblock_23" canDelete="false" indentLevel="1" text="private Q_INT32 m_pixelSize;" >
+ <ccfdeclarationcodeblock parent_id="1635" tag="tblock_23" canDelete="false" indentLevel="1" text="private TQ_INT32 m_pixelSize;" >
<header>
<codecomment tag="" indentLevel="1" text="// Cached for quick access" />
</header>
@@ -9651,7 +9651,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1636" tag="tblock_26" canDelete="false" indentLevel="1" text="private Q_INT32 m_nChannels;" >
+ <ccfdeclarationcodeblock parent_id="1636" tag="tblock_26" canDelete="false" indentLevel="1" text="private TQ_INT32 m_nChannels;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -10567,7 +10567,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1660" tag="operation_1660" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="// // Returns selectedness, or 0 if invalid coordinates// QUANTUM selected(Q_INT32 x, Q_INT32 y);// // void setSelected(Q_INT32 x, Q_INT32 y, QUANTUM s);" />
+ <javacodedocumentation tag="" indentLevel="1" text="// // Returns selectedness, or 0 if invalid coordinates// QUANTUM selected(TQ_INT32 x, TQ_INT32 y);// // void setSelected(TQ_INT32 x, TQ_INT32 y, QUANTUM s);" />
</header>
</codeoperation>
<codeoperation parent_id="1661" tag="operation_1661" canDelete="false" indentLevel="1" >
@@ -12510,14 +12510,14 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import Q_UINT32;&amp;#010;import bool;&amp;#010;import Q_INT32;&amp;#010;import Q_UINT8;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import TQ_UINT32;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import TQ_UINT8;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="423" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class KisDataManager&amp;#010;// Change the following two lines to switch (at compiletime) to another datamanager/**&amp;#010;KisDataManager defines the interface that modules responsible for&amp;#010;storing and retrieving data must inmplement. Data modules, like&amp;#010;the tile manager, are responsible for:&amp;#010;&amp;#010;* Storing undo/redo data&amp;#010;* Offering ordererd and unordered iterators over rects of pixels&amp;#010;* (eventually) efficiently loading and saving data in a format&amp;#010;that may allow deferred loading.&amp;#010;&amp;#010;A datamanager knows nothing about the type of pixel data except&amp;#010;how many Q_UINT8's a single pixel takes." />
+ <javacodedocumentation tag="" text="Class KisDataManager&amp;#010;// Change the following two lines to switch (at compiletime) to another datamanager/**&amp;#010;KisDataManager defines the interface that modules responsible for&amp;#010;storing and retrieving data must inmplement. Data modules, like&amp;#010;the tile manager, are responsible for:&amp;#010;&amp;#010;* Storing undo/redo data&amp;#010;* Offering ordererd and unordered iterators over rects of pixels&amp;#010;* (eventually) efficiently loading and saving data in a format&amp;#010;that may allow deferred loading.&amp;#010;&amp;#010;A datamanager knows nothing about the type of pixel data except&amp;#010;how many TQ_UINT8's a single pixel takes." />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -12604,7 +12604,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1369" tag="operation_1369" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_UINT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_UINT32 " />
</header>
</codeoperation>
<codeoperation parent_id="1370" tag="operation_1370" canDelete="false" indentLevel="1" >
@@ -12639,7 +12639,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1406" tag="operation_1406" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param x &amp;#010;@param y &amp;#010;@return Q_UINT8* " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param x &amp;#010;@param y &amp;#010;@return TQ_UINT8* " />
</header>
</codeoperation>
<codeoperation parent_id="1409" tag="operation_1409" canDelete="false" indentLevel="1" >
@@ -12649,7 +12649,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1413" tag="operation_1413" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param x &amp;#010;@param y &amp;#010;@param w &amp;#010;@param h &amp;#010;@return Q_UINT8* " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param x &amp;#010;@param y &amp;#010;@param w &amp;#010;@param h &amp;#010;@return TQ_UINT8* " />
</header>
</codeoperation>
<codeoperation parent_id="1418" tag="operation_1418" canDelete="false" indentLevel="1" >
@@ -13926,7 +13926,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import Q_UINT32;&amp;#010;import bool;&amp;#010;import QImage;&amp;#010;import icColorSpaceSignature;&amp;#010;import icProfileClassSignature;&amp;#010;import QString;&amp;#010;import cmsHPROFILE;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import TQ_UINT32;&amp;#010;import bool;&amp;#010;import QImage;&amp;#010;import icColorSpaceSignature;&amp;#010;import icProfileClassSignature;&amp;#010;import QString;&amp;#010;import cmsHPROFILE;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -13976,7 +13976,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="956" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT32 m_lcmsColorType;" >
+ <ccfdeclarationcodeblock parent_id="956" tag="tblock_20" canDelete="false" indentLevel="1" text="private TQ_UINT32 m_lcmsColorType;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14177,7 +14177,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="947" tag="operation_947" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_UINT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_UINT32 " />
</header>
</codeoperation>
<codeoperation parent_id="948" tag="operation_948" canDelete="false" indentLevel="1" >
@@ -14410,7 +14410,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="956" tag="tblock_20" canDelete="false" indentLevel="1" text="private Q_UINT32 m_lcmsColorType;" >
+ <ccfdeclarationcodeblock parent_id="956" tag="tblock_20" canDelete="false" indentLevel="1" text="private TQ_UINT32 m_lcmsColorType;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -16167,7 +16167,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="463" parent_class="463" fileExt=".java" fileName="Q_INT32" >
+ <classifiercodedocument writeOutCode="true" package="" id="463" parent_class="463" fileExt=".java" fileName="TQ_INT32" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -16181,7 +16181,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="463" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_INT32&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_INT32&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -16200,7 +16200,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_INT32 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_INT32 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -16692,7 +16692,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="508" parent_class="508" fileExt=".java" fileName="Q_INT32*" >
+ <classifiercodedocument writeOutCode="true" package="" id="508" parent_class="508" fileExt=".java" fileName="TQ_INT32*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -16706,7 +16706,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="508" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_INT32*&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_INT32*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -16725,7 +16725,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_INT32* ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_INT32* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -21999,7 +21999,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import KisGuideSP;&amp;#010;import Qt.Qt::Orientation;&amp;#010;import bool;&amp;#010;import Q_INT32;&amp;#010;import QSize;&amp;#010;import QPixmap;&amp;#010;import KisGuideMgr.vKisGuideSP;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisGuideSP;&amp;#010;import Qt.Qt::Orientation;&amp;#010;import bool;&amp;#010;import TQ_INT32;&amp;#010;import QSize;&amp;#010;import QPixmap;&amp;#010;import KisGuideMgr.vKisGuideSP;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -22265,7 +22265,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="712" tag="operation_712" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="713" tag="operation_713" canDelete="false" indentLevel="1" >
@@ -24937,7 +24937,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import enumFilterType;&amp;#010;import Q_INT32;&amp;#010;import bool;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import enumFilterType;&amp;#010;import TQ_INT32;&amp;#010;import bool;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -25332,7 +25332,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import Q_INT32;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import TQ_INT32;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -25347,7 +25347,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="838" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 m_pixel;" >
+ <ccfdeclarationcodeblock parent_id="838" tag="tblock_0" canDelete="false" indentLevel="1" text="public TQ_INT32 m_pixel;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -25435,7 +25435,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="838" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 m_pixel;" >
+ <ccfdeclarationcodeblock parent_id="838" tag="tblock_0" canDelete="false" indentLevel="1" text="public TQ_INT32 m_pixel;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -25480,7 +25480,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import Q_INT32;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import TQ_INT32;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -25495,7 +25495,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="841" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 n;" >
+ <ccfdeclarationcodeblock parent_id="841" tag="tblock_0" canDelete="false" indentLevel="1" text="public TQ_INT32 n;" >
<header>
<codecomment tag="" indentLevel="1" text="//number of contributors" />
</header>
@@ -25583,7 +25583,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" text="//number of contributors" />
</header>
- <ccfdeclarationcodeblock parent_id="841" tag="tblock_0" canDelete="false" indentLevel="1" text="public Q_INT32 n;" >
+ <ccfdeclarationcodeblock parent_id="841" tag="tblock_0" canDelete="false" indentLevel="1" text="public TQ_INT32 n;" >
<header>
<codecomment tag="" indentLevel="1" text="//number of contributors" />
</header>
@@ -25928,7 +25928,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import bool;&amp;#010;import QImage;&amp;#010;import QString;&amp;#010;import Q_INT32;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import bool;&amp;#010;import QImage;&amp;#010;import QString;&amp;#010;import TQ_INT32;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -25963,12 +25963,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="915" tag="tblock_11" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="915" tag="tblock_11" canDelete="false" indentLevel="1" text="private TQ_INT32 m_width;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="916" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="916" tag="tblock_14" canDelete="false" indentLevel="1" text="private TQ_INT32 m_height;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -26144,12 +26144,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="892" tag="operation_892" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="893" tag="operation_893" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return Q_INT32 " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQ_INT32 " />
</header>
</codeoperation>
<codeoperation parent_id="894" tag="operation_894" canDelete="false" indentLevel="1" >
@@ -26317,7 +26317,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="915" tag="tblock_11" canDelete="false" indentLevel="1" text="private Q_INT32 m_width;" >
+ <ccfdeclarationcodeblock parent_id="915" tag="tblock_11" canDelete="false" indentLevel="1" text="private TQ_INT32 m_width;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -26337,7 +26337,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="916" tag="tblock_14" canDelete="false" indentLevel="1" text="private Q_INT32 m_height;" >
+ <ccfdeclarationcodeblock parent_id="916" tag="tblock_14" canDelete="false" indentLevel="1" text="private TQ_INT32 m_height;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -26941,7 +26941,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="924" parent_class="924" fileExt=".java" fileName="Q_UINT32" >
+ <classifiercodedocument writeOutCode="true" package="" id="924" parent_class="924" fileExt=".java" fileName="TQ_UINT32" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -26955,7 +26955,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="924" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_UINT32&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_UINT32&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -26974,7 +26974,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_UINT32 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_UINT32 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -31783,7 +31783,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
- <codeblockwithcomments tag="imports" text="&amp;#010;import Q_INT32;&amp;#010;import enumFilterType;&amp;#010;import bool;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import TQ_INT32;&amp;#010;import enumFilterType;&amp;#010;import bool;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -32551,7 +32551,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="1371" parent_class="1371" fileExt=".java" fileName="Q_INT32&amp;" >
+ <classifiercodedocument writeOutCode="true" package="" id="1371" parent_class="1371" fileExt=".java" fileName="TQ_INT32&amp;" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -32565,7 +32565,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1371" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_INT32&amp;&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_INT32&amp;&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -32584,7 +32584,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_INT32&amp; ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_INT32&amp; ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -32626,7 +32626,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="1388" parent_class="1388" fileExt=".java" fileName="Q_UINT8" >
+ <classifiercodedocument writeOutCode="true" package="" id="1388" parent_class="1388" fileExt=".java" fileName="TQ_UINT8" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -32640,7 +32640,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1388" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_UINT8&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_UINT8&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -32659,7 +32659,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_UINT8 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_UINT8 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -32701,7 +32701,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="1395" parent_class="1395" fileExt=".java" fileName="Q_UINT8*" >
+ <classifiercodedocument writeOutCode="true" package="" id="1395" parent_class="1395" fileExt=".java" fileName="TQ_UINT8*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -32715,7 +32715,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1395" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_UINT8*&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_UINT8*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -32734,7 +32734,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_UINT8* ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_UINT8* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -33976,7 +33976,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="1537" parent_class="1537" fileExt=".java" fileName="const Q_UINT8*" >
+ <classifiercodedocument writeOutCode="true" package="" id="1537" parent_class="1537" fileExt=".java" fileName="const TQ_UINT8*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -33990,7 +33990,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1537" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Const Q_UINT8*&amp;#010;" />
+ <javacodedocumentation tag="" text="Class Const TQ_UINT8*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -34009,7 +34009,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const Q_UINT8* ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQ_UINT8* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -34126,7 +34126,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="1618" parent_class="1618" fileExt=".java" fileName="Q_INT8" >
+ <classifiercodedocument writeOutCode="true" package="" id="1618" parent_class="1618" fileExt=".java" fileName="TQ_INT8" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -34140,7 +34140,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1618" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Q_INT8&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQ_INT8&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -34159,7 +34159,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" text="Constructors" />
</header>
<textblocks>
- <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Q_INT8 ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQ_INT8 ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
diff --git a/chalk/doc/histograms.xmi b/chalk/doc/histograms.xmi
index 3c2275d0..8b767b23 100644
--- a/chalk/doc/histograms.xmi
+++ b/chalk/doc/histograms.xmi
@@ -33,8 +33,8 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="236" isRoot="false" isAbstract="false" name="KisDataManager*" elementReference="233" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="245" isRoot="false" isAbstract="false" name="const KisRectIterator&amp;" elementReference="234" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="249" isRoot="false" isAbstract="false" name="KisRectIterator&amp;" elementReference="234" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="252" isRoot="false" isAbstract="false" name="Q_UINT8*" elementReference="251" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="254" isRoot="false" isAbstract="false" name="const Q_UINT8*" elementReference="251" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="252" isRoot="false" isAbstract="false" name="TQ_UINT8*" elementReference="251" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="254" isRoot="false" isAbstract="false" name="const TQ_UINT8*" elementReference="251" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="272" isRoot="false" isAbstract="false" name="const KisHLineIterator&amp;" elementReference="263" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="276" isRoot="false" isAbstract="false" name="KisHLineIterator&amp;" elementReference="263" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="297" isRoot="false" isAbstract="false" name="const KisVLineIterator&amp;" elementReference="288" />
@@ -49,18 +49,18 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="392" isRoot="false" isAbstract="false" name="KisVLineIteratorPixel&amp;" elementReference="370" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="416" isRoot="false" isAbstract="false" name="const KisRectIteratorPixel&amp;" elementReference="11" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="511" isRoot="false" isAbstract="false" name="const enumHistogramType" elementReference="483" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="569" isRoot="false" isAbstract="false" name="Q_INT32&amp;" elementReference="43" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="569" isRoot="false" isAbstract="false" name="TQ_INT32&amp;" elementReference="43" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="576" isRoot="false" isAbstract="false" name="KisTiledDataManager*" elementReference="559" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="578" isRoot="false" isAbstract="false" name="KisTile**" elementReference="558" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="585" isRoot="false" isAbstract="false" name="DeletedTile*" elementReference="582" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="593" isRoot="false" isAbstract="false" name="KisTile*" elementReference="558" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="603" isRoot="false" isAbstract="false" name="KisTile&amp;" elementReference="558" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="629" isRoot="false" isAbstract="false" name="const KisTile&amp;" elementReference="558" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="638" isRoot="false" isAbstract="false" name="const Q_INT32" elementReference="43" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="638" isRoot="false" isAbstract="false" name="const TQ_INT32" elementReference="43" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="652" isRoot="false" isAbstract="false" name="const KisTiledDataManager&amp;" elementReference="559" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="656" isRoot="false" isAbstract="false" name="KisTiledDataManager&amp;" elementReference="559" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="667" isRoot="false" isAbstract="false" name="KoStore*" elementReference="643" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="773" isRoot="false" isAbstract="false" name="Q_INT32*" elementReference="43" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="773" isRoot="false" isAbstract="false" name="TQ_INT32*" elementReference="43" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="787" isRoot="false" isAbstract="false" name="const KisDataManager&amp;" elementReference="233" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="814" isRoot="false" isAbstract="false" name="const QRect&amp;" elementReference="813" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="894" isRoot="false" isAbstract="false" name="KisDoc*" elementReference="878" />
@@ -263,7 +263,7 @@ The producer may only read the iterator, it may safely be constructed with write
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="26" isRoot="false" isAbstract="false" name="KisColorSpace" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="37" isRoot="false" isAbstract="false" name="KisID" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="40" isRoot="false" isAbstract="false" name="QValueVector" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="43" isRoot="false" isAbstract="false" name="Q_INT32" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="43" isRoot="false" isAbstract="false" name="TQ_INT32" />
<UML:Class stereotype="60" isSpecification="false" isLeaf="false" visibility="public" xmi.id="59" isRoot="false" isAbstract="false" name="KisHistogramProducerSP" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="61" isRoot="false" isAbstract="false" name="KisHistogramProducerFactory" >
<UML:Classifier.feature>
@@ -679,7 +679,7 @@ the tile manager, are responsible for:
that may allow deferred loading.
A datamanager knows nothing about the type of pixel data except
-how many Q_UINT8's a single pixel takes." isSpecification="false" isLeaf="false" visibility="public" xmi.id="233" isRoot="false" isAbstract="false" name="KisDataManager" >
+how many TQ_UINT8's a single pixel takes." isSpecification="false" isLeaf="false" visibility="public" xmi.id="233" isRoot="false" isAbstract="false" name="KisDataManager" >
<UML:GeneralizableElement.generalization>
<UML:Generalization xmi.idref="780" />
</UML:GeneralizableElement.generalization>
@@ -921,7 +921,7 @@ there is no guarantee that the iterator will work scanline by scanline." isSpeci
</UML:Operation>
</UML:Classifier.feature>
</UML:Class>
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="251" isRoot="false" isAbstract="false" name="Q_UINT8" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="251" isRoot="false" isAbstract="false" name="TQ_UINT8" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="263" isRoot="false" isAbstract="false" name="KisHLineIterator" >
<UML:Classifier.feature>
<UML:Attribute isSpecification="false" isLeaf="false" visibility="private" xmi.id="287" isRoot="false" initialValue="" type="232" isAbstract="false" name="m_iter" />
@@ -2698,7 +2698,7 @@ Doubles are in the 0-1 range, use the producer's positionToString function to di
<UML:EnumerationLiteral isSpecification="false" isLeaf="false" visibility="public" xmi.id="485" isRoot="false" isAbstract="false" name="LINEAR" />
<UML:EnumerationLiteral isSpecification="false" isLeaf="false" visibility="public" xmi.id="486" isRoot="false" isAbstract="false" name="LOGARITHMIC" />
</UML:Enumeration>
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="497" isRoot="false" isAbstract="false" name="Q_UINT32" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="497" isRoot="false" isAbstract="false" name="TQ_UINT32" />
<UML:Class comment="Provides abstraction to a tile. A tile contains
a part of a PaintDevice, but only the individual pixels
are accesable and that only via iterators." isSpecification="false" isLeaf="false" visibility="public" xmi.id="558" isRoot="false" isAbstract="false" name="KisTile" >
@@ -2800,7 +2800,7 @@ as other datamangers may also rely on the same interface.
that may allow deferred loading.
A datamanager knows nothing about the type of pixel data except
-how many Q_UINT8's a single pixel takes." isSpecification="false" isLeaf="false" visibility="public" xmi.id="559" isRoot="false" isAbstract="false" name="KisTiledDataManager" >
+how many TQ_UINT8's a single pixel takes." isSpecification="false" isLeaf="false" visibility="public" xmi.id="559" isRoot="false" isAbstract="false" name="KisTiledDataManager" >
<UML:GeneralizableElement.generalization>
<UML:Generalization xmi.idref="644" />
</UML:GeneralizableElement.generalization>
@@ -3170,7 +3170,7 @@ of choice, and rounded to a reasonable precision to avoid 0.999999" isSpecificat
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1143" isRoot="false" isAbstract="false" name="KisScaleVisitor" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1147" isRoot="false" isAbstract="false" name="KisPaintDevice" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1267" isRoot="false" isAbstract="false" name="QColor" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1373" isRoot="false" isAbstract="false" name="Q_INT8" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1373" isRoot="false" isAbstract="false" name="TQ_INT8" />
<UML:Generalization isSpecification="false" child="14" visibility="public" xmi.id="16" parent="15" discriminator="" name="" />
<UML:Generalization isSpecification="false" child="70" visibility="public" xmi.id="73" parent="72" discriminator="" name="" />
<UML:Generalization isSpecification="false" child="89" visibility="public" xmi.id="90" parent="14" discriminator="" name="" />
diff --git a/doc/chalk/developers-plugins.docbook b/doc/chalk/developers-plugins.docbook
index c63258b5..9c0ace37 100644
--- a/doc/chalk/developers-plugins.docbook
+++ b/doc/chalk/developers-plugins.docbook
@@ -592,7 +592,7 @@ void KisFilterInvert::process(KisPaintDeviceSP src, KisPaintDeviceSP dst,
setProgressTotalSteps(rect.width() * rect.height());
KisColorSpace * cs = src->colorSpace();
- Q_INT32 psize = cs->pixelSize();
+ TQ_INT32 psize = cs->pixelSize();
while( ! srcIt.isDone() )
{
@@ -718,7 +718,7 @@ class KisOilPaintFilterConfiguration : public KisFilterConfiguration
public:
- KisOilPaintFilterConfiguration(Q_UINT32 brushSize, Q_UINT32 smooth)
+ KisOilPaintFilterConfiguration(TQ_UINT32 brushSize, TQ_UINT32 smooth)
: KisFilterConfiguration( "oilpaint", 1 )
{
setProperty("brushSize", brushSize);
@@ -726,8 +726,8 @@ public:
};
public:
- inline Q_UINT32 brushSize() { return getInt("brushSize"); };
- inline Q_UINT32 smooth() {return getInt("smooth"); };
+ inline TQ_UINT32 brushSize() { return getInt("brushSize"); };
+ inline TQ_UINT32 smooth() {return getInt("smooth"); };
};
</programlisting>
@@ -1094,7 +1094,7 @@ plugins.
KisPoint KisToolStar::starCoordinates(int N, double mx, double my, double x, double y)
{
double R=0, r=0;
- Q_INT32 n=0;
+ TQ_INT32 n=0;
double angle;
vKisPoint starCoordinatesArray(2*N);
@@ -1272,7 +1272,7 @@ cursor.
// Split the coordinates into integer plus fractional parts. The integer
// is where the dab will be positioned and the fractional part determines
// the sub-pixel positioning.
- Q_INT32 x, y;
+ TQ_INT32 x, y;
double xFraction, yFraction;
splitCoordinate(pt.x(), &amp;x, &amp;xFraction);
diff --git a/kexi/doc/dev/CHANGELOG-Kexi-js b/kexi/doc/dev/CHANGELOG-Kexi-js
index 326c12a3..8654e145 100755
--- a/kexi/doc/dev/CHANGELOG-Kexi-js
+++ b/kexi/doc/dev/CHANGELOG-Kexi-js
@@ -5471,7 +5471,7 @@ TODO: add
- simplification: now bof() is computed as m_at==0
- we are internally counting records from 1 and externally from 0
(what is visible using at()).
- - m_at and thus at() has now Q_LLONG type
+ - m_at and thus at() has now TQ_LLONG type
2003-09-14
- KexiDB::Object::setErrorMsg renamed to setError
diff --git a/kexi/doc/dev/TODO-Kexi-js b/kexi/doc/dev/TODO-Kexi-js
index 81509308..b5676bfa 100644
--- a/kexi/doc/dev/TODO-Kexi-js
+++ b/kexi/doc/dev/TODO-Kexi-js
@@ -569,7 +569,7 @@ for blobs...The client has to read the _entire_ blob into memory."; use:
- Implement tree structures using idea #5 described here http://www.depesz.com/various-sqltrees.php
(does pgsql require this hack?)
- double values are still rounded: consider storing them in memory as a decimal type
- (e.g. using a special Q_LLONG+decimalplace class); needed e.g. in KexiQueryParameters::getParameters()
+ (e.g. using a special TQ_LLONG+decimalplace class); needed e.g. in KexiQueryParameters::getParameters()
- handle input mask using a special KexiDB::FieldInputMask class
--needed in forms (KexiDBLineEdit::setColumnInfo()) and table views
- add setValue() to cursors: this will REQUIRE a buffered cursor, since we cannot run sql
diff --git a/kexi/kexidb/parser/sqlparser.y b/kexi/kexidb/parser/sqlparser.y
index 1b74def7..c2d8e887 100644
--- a/kexi/kexidb/parser/sqlparser.y
+++ b/kexi/kexidb/parser/sqlparser.y
@@ -510,7 +510,7 @@ using namespace KexiDB;
%union {
TQString* stringValue;
- Q_LLONG integerValue;
+ TQ_LLONG integerValue;
bool booleanValue;
struct realType realValue;
KexiDB::Field::Type colType;
diff --git a/kexi/tests/altertable/defaultvalues.altertable b/kexi/tests/altertable/defaultvalues.altertable
index 1ed27440..c2b5d885 100644
--- a/kexi/tests/altertable/defaultvalues.altertable
+++ b/kexi/tests/altertable/defaultvalues.altertable
@@ -76,7 +76,7 @@ endDesign
bytefield Byte DEFAULT=[int]11,
shortintfield ShortInteger DEFAULT=[int]22,
intfield Integer DEFAULT=[int]333,
- bigintfield BigInteger DEFAULT=[Q_LLONG]1234567891011,
+ bigintfield BigInteger DEFAULT=[TQ_LLONG]1234567891011,
booleanfield Boolean NOTNULL DEFAULT=[bool]true,
datefield Date DEFAULT=[QDate]2006-08-09,
datetimefield DateTime DEFAULT=[QDateTime]2006-08-09T10:36:01,
@@ -96,7 +96,7 @@ Insert table field "longtextfield" at position 2 (longtextfield LongText DEFAULT
Insert table field "bytefield" at position 3 (bytefield Byte DEFAULT=[int]11)
Insert table field "shortintfield" at position 4 (shortintfield ShortInteger DEFAULT=[int]22)
Insert table field "intfield" at position 5 (intfield Integer DEFAULT=[int]333)
-Insert table field "bigintfield" at position 6 (bigintfield BigInteger DEFAULT=[Q_LLONG]1234567891011)
+Insert table field "bigintfield" at position 6 (bigintfield BigInteger DEFAULT=[TQ_LLONG]1234567891011)
Insert table field "booleanfield" at position 7 (booleanfield Boolean NOTNULL DEFAULT=[bool]true)
Insert table field "datefield" at position 8 (datefield Date DEFAULT=[QDate]2006-08-09)
Insert table field "datetimefield" at position 9 (datetimefield DateTime DEFAULT=[QDateTime]2006-08-09T10:36:01)
diff --git a/kplato/kptdurationwidget.ui b/kplato/kptdurationwidget.ui
index 74018692..f6373be4 100644
--- a/kplato/kptdurationwidget.ui
+++ b/kplato/kptdurationwidget.ui
@@ -401,11 +401,11 @@
<functions>
<function access="private">init()</function>
<function access="private" specifier="non virtual">destroy()</function>
- <function access="private" specifier="non virtual" returnType="Q_INT64">setValueMilliseconds( Q_INT64 milliseconds )</function>
- <function access="private" specifier="non virtual" returnType="Q_INT64">setValueSeconds( Q_INT64 seconds )</function>
- <function access="private" specifier="non virtual" returnType="Q_INT64">setValueMinutes( Q_INT64 mins )</function>
- <function access="private" specifier="non virtual" returnType="Q_INT64">setValueHours( Q_INT64 mins )</function>
- <function access="private" specifier="non virtual" returnType="Q_INT64">setValueDays( Q_INT64 mins )</function>
+ <function access="private" specifier="non virtual" returnType="TQ_INT64">setValueMilliseconds( TQ_INT64 milliseconds )</function>
+ <function access="private" specifier="non virtual" returnType="TQ_INT64">setValueSeconds( TQ_INT64 seconds )</function>
+ <function access="private" specifier="non virtual" returnType="TQ_INT64">setValueMinutes( TQ_INT64 mins )</function>
+ <function access="private" specifier="non virtual" returnType="TQ_INT64">setValueHours( TQ_INT64 mins )</function>
+ <function access="private" specifier="non virtual" returnType="TQ_INT64">setValueDays( TQ_INT64 mins )</function>
<function returnType="Duration">value() const</function>
<function>setVisibleFields( int fieldMask )</function>
<function returnType="int">visibleFields()</function>