summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 11:50:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 11:50:58 +0900
commit49e49d1876484adcc6c4f264b44b7f4cee28acc2 (patch)
tree1304c6506aae240b499e2a2db3779186c07e3708
parent074b714e29c0bbcd2bbfc6a931e252c4c90d07a9 (diff)
downloadkoffice-49e49d1876484adcc6c4f264b44b7f4cee28acc2.tar.gz
koffice-49e49d1876484adcc6c4f264b44b7f4cee28acc2.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--chalk/doc/chalk.xmi352
-rw-r--r--chalk/doc/colorspaces.xmi172
-rw-r--r--chalk/doc/controller.xmi264
-rw-r--r--chalk/doc/histograms.xmi20
-rw-r--r--chalk/doc/impexp.txt6
-rw-r--r--chalk/doc/paint_device.txt2
-rw-r--r--chalk/doc/the preview widget2
-rw-r--r--doc/chalk/developers-plugins.docbook20
-rw-r--r--doc/kugar/progguide.docbook52
-rw-r--r--filters/kword/latex/import/parser/texparser.l2
-rw-r--r--filters/kword/latex/import/parser/texscaner.y10
-rw-r--r--kexi/doc/dev/TODO-Kexi-js4
-rw-r--r--kexi/doc/dev/kexi_guidelines.txt4
-rw-r--r--kexi/doc/dev/naming_conventions.txt4
-rw-r--r--kexi/doc/dev/sqlite_issues.txt2
-rw-r--r--kexi/examples/Simple_Database.kexi.sql6
-rw-r--r--kexi/kexidb/drivers/pqxx/pqxxcursor.cpp2
-rw-r--r--kexi/kexidb/parser/sqlscanner.l14
-rw-r--r--kexi/tests/altertable/defaultvalues.altertable8
-rw-r--r--kivio/NOTES4
-rw-r--r--kivio/kiviopart/config/kivio.kcfg2
-rw-r--r--lib/kformula/FILTERS2
-rw-r--r--lib/kofficecore/KoOasisStore.cpp2
-rw-r--r--lib/kross/ruby/rubyscript.cpp2
24 files changed, 479 insertions, 479 deletions
diff --git a/chalk/doc/chalk.xmi b/chalk/doc/chalk.xmi
index 17678b051..d803727a5 100644
--- a/chalk/doc/chalk.xmi
+++ b/chalk/doc/chalk.xmi
@@ -66,7 +66,7 @@
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="44" name="KisBuilderMonitor" >
<UML:Operation visibility="public" xmi.id="46" type="" name="KisBuilderMonitor" >
- <UML:Parameter visibility="private" xmi.id="47" value="" type="QObject *" name="parent" />
+ <UML:Parameter visibility="private" xmi.id="47" value="" type="TQObject *" name="parent" />
<UML:Parameter visibility="private" xmi.id="48" value="" type="const char *" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="49" type="void" name="attach" >
@@ -112,11 +112,11 @@ This replaces the KisKrayon facility that used to be present in Krayon." visibil
<UML:Class stereotype="class" visibility="public" xmi.id="81" name="KisStrategyColorSpaceCMYK" >
<UML:Operation visibility="public" xmi.id="86" type="" name="KisStrategyColorSpaceCMYK" />
<UML:Operation visibility="public" xmi.id="87" type="virtual void" name="nativeColor" >
- <UML:Parameter visibility="private" xmi.id="88" value="" type="QRgb" name="rgb" />
+ <UML:Parameter visibility="private" xmi.id="88" value="" type="TQRgb" name="rgb" />
<UML:Parameter visibility="private" xmi.id="89" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="90" type="virtual void" name="nativeColor" >
- <UML:Parameter visibility="private" xmi.id="91" value="" type="QRgb" name="rgb" />
+ <UML:Parameter visibility="private" xmi.id="91" value="" type="TQRgb" name="rgb" />
<UML:Parameter visibility="private" xmi.id="92" value="" type="QUANTUM" name="opacity" />
<UML:Parameter visibility="private" xmi.id="93" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
@@ -130,11 +130,11 @@ This replaces the KisKrayon facility that used to be present in Krayon." visibil
<UML:Parameter visibility="private" xmi.id="100" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="101" type="virtual void" name="nativeColor" >
- <UML:Parameter visibility="private" xmi.id="102" value="" type="const QColor &amp;" name="c" />
+ <UML:Parameter visibility="private" xmi.id="102" value="" type="const TQColor &amp;" name="c" />
<UML:Parameter visibility="private" xmi.id="103" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="104" type="virtual void" name="nativeColor" >
- <UML:Parameter visibility="private" xmi.id="105" value="" type="const QColor &amp;" name="c" />
+ <UML:Parameter visibility="private" xmi.id="105" value="" type="const TQColor &amp;" name="c" />
<UML:Parameter visibility="private" xmi.id="106" value="" type="QUANTUM" name="opacity" />
<UML:Parameter visibility="private" xmi.id="107" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
@@ -187,11 +187,11 @@ This replaces the KisKrayon facility that used to be present in Krayon." visibil
<UML:Parameter visibility="private" xmi.id="144" value="" type="const KisStrategyColorSpace &amp;" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="145" type="virtual void" isAbstract="true" name="nativeColor" >
- <UML:Parameter visibility="private" xmi.id="146" value="" type="QRgb" name="rgb" />
+ <UML:Parameter visibility="private" xmi.id="146" value="" type="TQRgb" name="rgb" />
<UML:Parameter visibility="private" xmi.id="147" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="148" type="virtual void" isAbstract="true" name="nativeColor" >
- <UML:Parameter visibility="private" xmi.id="149" value="" type="QRgb" name="rgb" />
+ <UML:Parameter visibility="private" xmi.id="149" value="" type="TQRgb" name="rgb" />
<UML:Parameter visibility="private" xmi.id="150" value="" type="QUANTUM" name="opacity" />
<UML:Parameter visibility="private" xmi.id="151" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
@@ -205,11 +205,11 @@ This replaces the KisKrayon facility that used to be present in Krayon." visibil
<UML:Parameter visibility="private" xmi.id="158" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="159" type="virtual void" isAbstract="true" name="nativeColor" >
- <UML:Parameter visibility="private" xmi.id="160" value="" type="const QColor &amp;" name="c" />
+ <UML:Parameter visibility="private" xmi.id="160" value="" type="const TQColor &amp;" name="c" />
<UML:Parameter visibility="private" xmi.id="161" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="162" type="virtual void" isAbstract="true" name="nativeColor" >
- <UML:Parameter visibility="private" xmi.id="163" value="" type="const QColor &amp;" name="c" />
+ <UML:Parameter visibility="private" xmi.id="163" value="" type="const TQColor &amp;" name="c" />
<UML:Parameter visibility="private" xmi.id="164" value="" type="QUANTUM" name="opacity" />
<UML:Parameter visibility="private" xmi.id="165" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
@@ -264,11 +264,11 @@ This replaces the KisKrayon facility that used to be present in Krayon." visibil
<UML:Class stereotype="class" visibility="public" xmi.id="206" name="KisStrategyColorSpaceRGB" >
<UML:Operation visibility="public" xmi.id="210" type="" name="KisStrategyColorSpaceRGB" />
<UML:Operation visibility="public" xmi.id="211" type="virtual void" name="nativeColor" >
- <UML:Parameter visibility="private" xmi.id="212" value="" type="QRgb" name="rgb" />
+ <UML:Parameter visibility="private" xmi.id="212" value="" type="TQRgb" name="rgb" />
<UML:Parameter visibility="private" xmi.id="213" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="214" type="virtual void" name="nativeColor" >
- <UML:Parameter visibility="private" xmi.id="215" value="" type="QRgb" name="rgb" />
+ <UML:Parameter visibility="private" xmi.id="215" value="" type="TQRgb" name="rgb" />
<UML:Parameter visibility="private" xmi.id="216" value="" type="QUANTUM" name="opacity" />
<UML:Parameter visibility="private" xmi.id="217" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
@@ -282,11 +282,11 @@ This replaces the KisKrayon facility that used to be present in Krayon." visibil
<UML:Parameter visibility="private" xmi.id="224" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="225" type="virtual void" name="nativeColor" >
- <UML:Parameter visibility="private" xmi.id="226" value="" type="const QColor &amp;" name="c" />
+ <UML:Parameter visibility="private" xmi.id="226" value="" type="const TQColor &amp;" name="c" />
<UML:Parameter visibility="private" xmi.id="227" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="228" type="virtual void" name="nativeColor" >
- <UML:Parameter visibility="private" xmi.id="229" value="" type="const QColor &amp;" name="c" />
+ <UML:Parameter visibility="private" xmi.id="229" value="" type="const TQColor &amp;" name="c" />
<UML:Parameter visibility="private" xmi.id="230" value="" type="QUANTUM" name="opacity" />
<UML:Parameter visibility="private" xmi.id="231" value="" type="QUANTUM *" name="dst" />
</UML:Operation>
@@ -814,8 +814,8 @@ a part of a layer. Layers form an image." visibility="public" xmi.id="481" name
<UML:Class stereotype="class" visibility="public" xmi.id="613" name="KIsDocIface" >
<UML:Operation visibility="protected" xmi.id="615" type="virtual int" name="redoLimit" />
<UML:Operation visibility="protected" xmi.id="616" type="virtual void" name="renameImage" >
- <UML:Parameter visibility="private" xmi.id="617" value="" type="const QString &amp;" name="oldName" />
- <UML:Parameter visibility="private" xmi.id="618" value="" type="const QString &amp;" name="newName" />
+ <UML:Parameter visibility="private" xmi.id="617" value="" type="const TQString &amp;" name="oldName" />
+ <UML:Parameter visibility="private" xmi.id="618" value="" type="const TQString &amp;" name="newName" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="619" type="virtual void" name="setRedoLimit" >
<UML:Parameter visibility="private" xmi.id="620" value="" type="int" name="limit" />
@@ -828,16 +828,16 @@ a part of a layer. Layers form an image." visibility="public" xmi.id="481" name
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="624" name="KisAlphaMask" >
<UML:Operation comment="Create an alpha mask based on the gray values of the
-specified QImage. If the QImage is not grayscale, you're
+specified TQImage. If the TQImage is not grayscale, you're
buggered." visibility="public" xmi.id="629" type="" name="KisAlphaMask" >
- <UML:Parameter visibility="private" xmi.id="630" value="" type="const QImage &amp;" name="img" />
+ <UML:Parameter visibility="private" xmi.id="630" value="" type="const TQImage &amp;" name="img" />
</UML:Operation>
<UML:Operation comment="Create an alpha mask based on the gray values of the
-specified QImage. If the QImage is not grayscale, you're
-buggered. The QImage is scaled using QImage::smoothScale,
+specified TQImage. If the TQImage is not grayscale, you're
+buggered. The TQImage is scaled using TQImage::smoothScale,
where the target w and h are computed by taking scale as a
percentage." visibility="public" xmi.id="631" type="" name="KisAlphaMask" >
- <UML:Parameter visibility="private" xmi.id="632" value="" type="const QImage &amp;" name="img" />
+ <UML:Parameter visibility="private" xmi.id="632" value="" type="const TQImage &amp;" name="img" />
<UML:Parameter visibility="private" xmi.id="633" value="" type="double" name="scale" />
</UML:Operation>
<UML:Operation comment="@return the alpha value at the specified position.
@@ -853,10 +853,10 @@ provide an iterator over the mask, that would be nice, too." visibility="public"
<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" />
+ <UML:Parameter visibility="private" xmi.id="638" value="" type="const TQImage &amp;" name="img" />
</UML:Operation>
<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:Parameter visibility="private" xmi.id="640" value="" type="const TQImage &amp;" name="img" />
</UML:Operation>
<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" />
@@ -902,28 +902,28 @@ dcop." visibility="public" xmi.id="645" name="KRayonViewIface" >
<UML:Operation visibility="protected" xmi.id="674" type="bool" name="alpha" />
<UML:Operation visibility="protected" xmi.id="675" type="bool" name="empty" />
<UML:Operation visibility="protected" xmi.id="676" type="int" name="height" />
- <UML:Operation visibility="protected" xmi.id="677" type="k_dcop : QString" name="name" />
+ <UML:Operation visibility="protected" xmi.id="677" type="k_dcop : TQString" name="name" />
<UML:Operation visibility="protected" xmi.id="678" type="void" name="setName" >
- <UML:Parameter visibility="private" xmi.id="679" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="679" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="680" type="int" name="width" />
<UML:Attribute visibility="private" xmi.id="671" value="" type="KisImage *" name="m_img" />
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="681" name="KisBrush" >
<UML:Operation visibility="public" xmi.id="693" type="" name="KisBrush" >
- <UML:Parameter visibility="private" xmi.id="694" value="" type="const QString &amp;" name="filename" />
+ <UML:Parameter visibility="private" xmi.id="694" value="" type="const TQString &amp;" name="filename" />
</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="696" value="" type="const TQString &amp;" name="filename" />
<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" >
- <UML:Parameter visibility="private" xmi.id="701" value="" type="const QImage &amp;" name="img" />
+ <UML:Parameter visibility="private" xmi.id="701" value="" type="const TQImage &amp;" name="img" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="702" type="TQPoint" name="hotSpot" />
- <UML:Operation visibility="public" xmi.id="703" type="virtual QImage" name="img" />
+ <UML:Operation visibility="public" xmi.id="703" type="virtual TQImage" name="img" />
<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" >
@@ -940,7 +940,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<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" name="m_hotSpot" />
- <UML:Attribute visibility="private" xmi.id="688" value="" type="QImage" name="m_img" />
+ <UML:Attribute visibility="private" xmi.id="688" value="" type="TQImage" name="m_img" />
<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="TQ_UINT32" name="m_version" />
@@ -970,12 +970,12 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="731" value="" type="KisUndoAdapter *" name="undoAdapter" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="732" type="" name="KisCommand" >
- <UML:Parameter visibility="private" xmi.id="733" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="733" value="" type="const TQString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="734" value="" type="KisUndoAdapter *" name="undoAdapter" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="735" type="KisUndoAdapter *" name="adapter" />
<UML:Operation visibility="public" xmi.id="736" type="virtual void" isAbstract="true" name="execute" />
- <UML:Operation visibility="public" xmi.id="737" type="virtual QString" name="name" />
+ <UML:Operation visibility="public" xmi.id="737" type="virtual TQString" name="name" />
<UML:Operation visibility="public" xmi.id="738" type="virtual void" isAbstract="true" name="unexecute" />
<UML:Operation visibility="public" xmi.id="739" type="virtual " name="~KisCommand" />
<UML:Attribute visibility="private" xmi.id="728" value="" type="TQString" name="m_name" />
@@ -1001,7 +1001,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Operation visibility="protected" xmi.id="754" type="" name="KisCanvasControllerInterface" >
<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="756" type="virtual TQWidget *" isAbstract="true" name="canvas" />
<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" >
@@ -1054,7 +1054,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Operation>
<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="808" value="" type="TQWidget *" name="w" />
<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" />
@@ -1084,7 +1084,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Operation>
<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="831" value="" type="TQWidget *" name="w" />
<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" />
@@ -1134,15 +1134,15 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="863" value="" type="int" name="x" />
<UML:Parameter visibility="private" xmi.id="864" value="" type="int" name="y" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="865" type="QImage &amp;" name="dither" >
- <UML:Parameter visibility="private" xmi.id="866" value="" type="QImage &amp;" name="img" />
- <UML:Parameter visibility="private" xmi.id="867" value="" type="const QColor *" name="palette" />
+ <UML:Operation visibility="public" xmi.id="865" type="TQImage &amp;" name="dither" >
+ <UML:Parameter visibility="private" xmi.id="866" value="" type="TQImage &amp;" name="img" />
+ <UML:Parameter visibility="private" xmi.id="867" value="" type="const TQColor *" name="palette" />
<UML:Parameter visibility="private" xmi.id="868" value="" type="int" name="size" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="869" type="QImage" name="gradient" >
+ <UML:Operation visibility="public" xmi.id="869" type="TQImage" name="gradient" >
<UML:Parameter visibility="private" xmi.id="870" value="" type="const QSize &amp;" name="size" />
- <UML:Parameter visibility="private" xmi.id="871" value="" type="const QColor &amp;" name="ca" />
- <UML:Parameter visibility="private" xmi.id="872" value="" type="const QColor &amp;" name="cb" />
+ <UML:Parameter visibility="private" xmi.id="871" value="" type="const TQColor &amp;" name="ca" />
+ <UML:Parameter visibility="private" xmi.id="872" value="" type="const TQColor &amp;" name="cb" />
<UML:Parameter visibility="private" xmi.id="873" value="" type="KImageEffect :: GradientType" name="eff" />
<UML:Parameter visibility="private" xmi.id="874" value="" type="int" name="ncols" />
</UML:Operation>
@@ -1170,7 +1170,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="892" value="" type="int" name="r" />
<UML:Parameter visibility="private" xmi.id="893" value="" type="int" name="g" />
<UML:Parameter visibility="private" xmi.id="894" value="" type="int" name="b" />
- <UML:Parameter visibility="private" xmi.id="895" value="" type="const QColor *" name="palette" />
+ <UML:Parameter visibility="private" xmi.id="895" value="" type="const TQColor *" name="palette" />
<UML:Parameter visibility="private" xmi.id="896" value="" type="int" name="size" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="897" type="void" name="setEffect" >
@@ -1180,15 +1180,15 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Operation visibility="public" xmi.id="900" type="const int" name="width" />
<UML:Operation visibility="public" xmi.id="901" type="" name="~KisGradient" />
<UML:Attribute visibility="private" xmi.id="857" value="" type="QMemArray" name="gradArray" />
- <UML:Attribute visibility="private" xmi.id="858" value="" type="QImage" name="gradImage" />
+ <UML:Attribute visibility="private" xmi.id="858" value="" type="TQImage" name="gradImage" />
<UML:Attribute visibility="private" xmi.id="859" value="" type="int" name="mGradientHeight" />
<UML:Attribute visibility="private" xmi.id="860" value="" type="int" name="mGradientWidth" />
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="902" name="KisDoc" >
<UML:Operation visibility="public" xmi.id="914" type="" name="KisDoc" >
- <UML:Parameter visibility="private" xmi.id="915" value="" type="QWidget *" name="parentWidget" />
+ <UML:Parameter visibility="private" xmi.id="915" value="" type="TQWidget *" name="parentWidget" />
<UML:Parameter visibility="private" xmi.id="916" value="" type="const char *" name="widgetName" />
- <UML:Parameter visibility="private" xmi.id="917" value="" type="QObject *" name="parent" />
+ <UML:Parameter visibility="private" xmi.id="917" value="" type="TQObject *" name="parent" />
<UML:Parameter visibility="private" xmi.id="918" value="" type="const char *" name="name" />
<UML:Parameter visibility="private" xmi.id="919" value="" type="bool" name="singleViewMode" />
</UML:Operation>
@@ -1199,7 +1199,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="923" value="" type="KisImageSP" name="img" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="924" type="virtual void" name="beginMacro" >
- <UML:Parameter visibility="private" xmi.id="925" value="" type="const QString &amp;" name="macroName" />
+ <UML:Parameter visibility="private" xmi.id="925" value="" type="const TQString &amp;" name="macroName" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="926" type="KisSelectionSP" name="clipboardSelection" />
<UML:Operation visibility="public" xmi.id="927" type="virtual bool" name="completeLoading" >
@@ -1212,14 +1212,14 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="932" value="" type="KisImageSP" name="img" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="933" type="virtual KoView *" name="createViewInstance" >
- <UML:Parameter visibility="private" xmi.id="934" value="" type="QWidget *" name="parent" />
+ <UML:Parameter visibility="private" xmi.id="934" value="" type="TQWidget *" name="parent" />
<UML:Parameter visibility="private" xmi.id="935" value="" type="const char *" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="936" type="virtual DCOPObject *" name="dcopObject" />
<UML:Operation visibility="public" xmi.id="937" type="bool" name="empty" />
<UML:Operation visibility="protected" xmi.id="938" type="virtual void" name="endMacro" />
<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:Parameter visibility="private" xmi.id="940" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="941" type="TQ_INT32" name="imageIndex" >
<UML:Parameter visibility="private" xmi.id="942" value="" type="KisImageSP" name="img" />
@@ -1229,7 +1229,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Operation>
<UML:Operation visibility="public" xmi.id="945" type="TQStringList" name="images" />
<UML:Operation visibility="public" xmi.id="946" type="bool" name="importImage" >
- <UML:Parameter visibility="private" xmi.id="947" value="" type="const QString &amp;" name="filename" />
+ <UML:Parameter visibility="private" xmi.id="947" value="" type="const TQString &amp;" name="filename" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="948" type="virtual bool" name="inMacro" />
<UML:Operation visibility="protected" xmi.id="949" type="bool" name="init" />
@@ -1244,7 +1244,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="957" value="" type="KisImageSP" name="img" />
<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="960" value="" type="const TQString &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" />
<UML:Parameter visibility="private" xmi.id="963" value="" type="TQPoint" name="pos" />
@@ -1254,12 +1254,12 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="966" value="" type="KisImageSP" name="img" />
<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="969" value="" type="const TQString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="970" value="" type="QUANTUM" name="devOpacity" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="971" type="KisLayerSP" name="layerAdd" >
<UML:Parameter visibility="private" xmi.id="972" value="" type="KisImageSP" name="img" />
- <UML:Parameter visibility="private" xmi.id="973" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="973" value="" type="const TQString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="974" value="" type="KisSelectionSP" name="selection" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="975" type="void" name="layerLower" >
@@ -1298,15 +1298,15 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1000" value="" type="KoOasisStyles &amp;" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1001" type="virtual bool" name="loadXML" >
- <UML:Parameter visibility="private" xmi.id="1002" value="" type="QIODevice *" />
+ <UML:Parameter visibility="private" xmi.id="1002" value="" type="TQIODevice *" />
<UML:Parameter visibility="private" xmi.id="1003" value="" type="const QDomDocument &amp;" name="doc" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1004" type="virtual QCString" name="mimeType" />
<UML:Operation visibility="public" xmi.id="1005" type="bool" name="namePresent" >
- <UML:Parameter visibility="private" xmi.id="1006" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="1006" value="" type="const TQString &amp;" name="name" />
</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="1008" value="" type="const TQString &amp;" name="name" />
<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" />
@@ -1325,11 +1325,11 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1022" value="" type="KisImageSP" name="img" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1023" type="void" name="removeImage" >
- <UML:Parameter visibility="private" xmi.id="1024" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="1024" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1025" type="void" name="renameImage" >
- <UML:Parameter visibility="private" xmi.id="1026" value="" type="const QString &amp;" name="oldName" />
- <UML:Parameter visibility="private" xmi.id="1027" value="" type="const QString &amp;" name="newName" />
+ <UML:Parameter visibility="private" xmi.id="1026" value="" type="const TQString &amp;" name="oldName" />
+ <UML:Parameter visibility="private" xmi.id="1027" value="" type="const TQString &amp;" name="newName" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="1028" type="QDomElement" name="saveChannel" >
<UML:Parameter visibility="private" xmi.id="1029" value="" type="QDomDocument &amp;" name="doc" />
@@ -1352,7 +1352,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1042" value="" type="KisLayerSP" name="layer" />
<UML:Parameter visibility="private" xmi.id="1043" value="" type="QUANTUM" name="opacity" />
<UML:Parameter visibility="private" xmi.id="1044" value="" type="CompositeOp" name="compositeOp" />
- <UML:Parameter visibility="private" xmi.id="1045" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="1045" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1046" type="void" name="setProjection" >
<UML:Parameter visibility="private" xmi.id="1047" value="" type="KisImageSP" name="img" />
@@ -1444,14 +1444,14 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="1110" name="KisFactory" >
<UML:Operation visibility="public" xmi.id="1115" type="" name="KisFactory" >
- <UML:Parameter visibility="private" xmi.id="1116" value="" type="QObject *" name="parent" />
+ <UML:Parameter visibility="private" xmi.id="1116" value="" type="TQObject *" name="parent" />
<UML:Parameter visibility="private" xmi.id="1117" value="" type="const char *" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1118" type="TDEAboutData *" name="aboutData" ownerScope="classifier" />
<UML:Operation visibility="public" xmi.id="1119" type="virtual KParts :: Part *" name="createPartObject" >
- <UML:Parameter visibility="private" xmi.id="1120" value="" type="QWidget *" name="parentWidget" />
+ <UML:Parameter visibility="private" xmi.id="1120" value="" type="TQWidget *" name="parentWidget" />
<UML:Parameter visibility="private" xmi.id="1121" value="" type="const char *" name="widgetName" />
- <UML:Parameter visibility="private" xmi.id="1122" value="" type="QObject *" name="parent" />
+ <UML:Parameter visibility="private" xmi.id="1122" value="" type="TQObject *" name="parent" />
<UML:Parameter visibility="private" xmi.id="1123" value="" type="const char *" name="name" />
<UML:Parameter visibility="private" xmi.id="1124" value="" type="const char *" name="classname" />
<UML:Parameter visibility="private" xmi.id="1125" value="" type="const QStringList &amp;" name="args" />
@@ -1470,7 +1470,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="1132" value="" type="KisImageSP" name="img" />
<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="1135" value="" type="const TQString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="1136" value="" type="const KoColor &amp;" name="color" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1137" type="" name="KisChannel" >
@@ -1533,7 +1533,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Operation visibility="public" xmi.id="1180" type="virtual KisBrush *" isAbstract="true" name="currentBrush" />
<UML:Operation visibility="public" xmi.id="1181" type="virtual KisGradient *" isAbstract="true" name="currentGradient" />
<UML:Operation visibility="public" xmi.id="1182" type="virtual KisImageSP" isAbstract="true" name="currentImg" />
- <UML:Operation visibility="public" xmi.id="1183" type="virtual QString" isAbstract="true" name="currentImgName" />
+ <UML:Operation visibility="public" xmi.id="1183" type="virtual TQString" isAbstract="true" name="currentImgName" />
<UML:Operation visibility="public" xmi.id="1184" type="virtual KisPattern *" isAbstract="true" name="currentPattern" />
<UML:Operation visibility="public" xmi.id="1185" type="virtual void" isAbstract="true" name="detach" >
<UML:Parameter visibility="private" xmi.id="1186" value="" type="KisCanvasObserver *" name="observer" />
@@ -1623,7 +1623,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<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:Parameter visibility="private" xmi.id="1299" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1300" type="" name="KisImage" >
<UML:Parameter visibility="private" xmi.id="1301" value="" type="const KisImage &amp;" name="rhs" />
@@ -1668,7 +1668,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<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" />
+ <UML:Parameter visibility="private" xmi.id="1332" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1333" type="const vKisChannelSP &amp;" name="channels" />
<UML:Operation visibility="public" xmi.id="1334" type="KoColor" name="color" />
@@ -1703,7 +1703,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<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:Parameter visibility="private" xmi.id="1360" value="" type="const TQString &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" >
@@ -1722,7 +1722,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<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" />
+ <UML:Parameter visibility="private" xmi.id="1374" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1375" type="const vKisLayerSP &amp;" name="layers" />
<UML:Operation visibility="public" xmi.id="1376" type="bool" name="lower" >
@@ -1787,7 +1787,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1421" type="KisSelectionSP" name="selection" />
<UML:Operation visibility="public" xmi.id="1422" type="void" name="setName" >
- <UML:Parameter visibility="private" xmi.id="1423" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="1423" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1424" type="void" name="setSelection" >
<UML:Parameter visibility="private" xmi.id="1425" value="" type="KisSelectionSP" name="selection" />
@@ -1866,18 +1866,18 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<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:Parameter visibility="private" xmi.id="1481" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1482" type="" name="KisPaintDevice" >
<UML:Parameter visibility="private" xmi.id="1483" value="" type="KisTileMgrSP" name="tm" />
<UML:Parameter visibility="private" xmi.id="1484" value="" type="KisImageSP" name="img" />
- <UML:Parameter visibility="private" xmi.id="1485" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="1485" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1486" type="" name="KisPaintDevice" >
<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:Parameter visibility="private" xmi.id="1490" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1491" type="" name="KisPaintDevice" >
<UML:Parameter visibility="private" xmi.id="1492" value="" type="const KisPaintDevice &amp;" name="rhs" />
@@ -1903,7 +1903,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<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="1511" value="" type="const TQString &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" >
@@ -1996,7 +1996,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1580" value="" type="KisImageSP" name="image" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1581" type="void" name="setName" >
- <UML:Parameter visibility="private" xmi.id="1582" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="1582" value="" type="const TQString &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="TQ_INT32" name="x" />
@@ -2068,20 +2068,20 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1629" value="" type="KisImageSP" name="img" />
<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="1632" value="" type="const TQString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="1633" value="" type="QUANTUM" name="opacity" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1634" type="" name="KisLayer" >
<UML:Parameter visibility="private" xmi.id="1635" value="" type="KisTileMgrSP" name="tiles" />
<UML:Parameter visibility="private" xmi.id="1636" value="" type="KisImageSP" name="img" />
- <UML:Parameter visibility="private" xmi.id="1637" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="1637" value="" type="const TQString &amp;" name="name" />
<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="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:Parameter visibility="private" xmi.id="1643" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1644" type="" name="KisLayer" >
<UML:Parameter visibility="private" xmi.id="1645" value="" type="const KisLayer &amp;" name="rhs" />
@@ -2124,7 +2124,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
</UML:Class>
<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="1671" value="" type="const TQString &amp;" name="prefix" />
<UML:Parameter visibility="private" xmi.id="1672" value="" type="TQ_INT32" name="seed" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1673" type="TQ_INT32" name="currentSeed" />
@@ -2200,7 +2200,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1724" value="" type="KisImageSP" name="img" />
<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="1727" value="" type="const TQString &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" >
@@ -2222,11 +2222,11 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="1741" name="KisImagePipeBrush" >
<UML:Operation visibility="public" xmi.id="1750" type="" name="KisImagePipeBrush" >
- <UML:Parameter visibility="private" xmi.id="1751" value="" type="const QString &amp;" name="filename" />
+ <UML:Parameter visibility="private" xmi.id="1751" value="" type="const TQString &amp;" name="filename" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1752" type="virtual enumBrushType" name="brushType" />
<UML:Operation visibility="public" xmi.id="1753" type="TQPoint" name="hotSpot" />
- <UML:Operation comment="@return the next image in the pipe." visibility="public" xmi.id="1754" type="virtual QImage" name="img" />
+ <UML:Operation comment="@return the next image in the pipe." visibility="public" xmi.id="1754" type="virtual TQImage" 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="TQ_INT32" name="scale" />
@@ -2236,7 +2236,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1760" value="" type="TQPoint" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="1761" type="void" name="setParasite" >
- <UML:Parameter visibility="private" xmi.id="1762" value="" type="const QString &amp;" name="parasite" />
+ <UML:Parameter visibility="private" xmi.id="1762" value="" type="const TQString &amp;" name="parasite" />
</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" />
@@ -2262,7 +2262,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1792" value="" type="KisPaintDeviceSP" name="device" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1793" type="void" name="beginTransaction" >
- <UML:Parameter visibility="private" xmi.id="1794" value="" type="const QString &amp;" name="customName" />
+ <UML:Parameter visibility="private" xmi.id="1794" value="" type="const TQString &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="TQ_INT32" name="dx" />
@@ -2413,14 +2413,14 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Operation visibility="public" xmi.id="1911" type="" name="KisSelection" >
<UML:Parameter visibility="private" xmi.id="1912" value="" type="KisPaintDeviceSP" name="parent" />
<UML:Parameter visibility="private" xmi.id="1913" value="" type="KisImageSP" name="img" />
- <UML:Parameter visibility="private" xmi.id="1914" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="1914" value="" type="const TQString &amp;" name="name" />
<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="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:Parameter visibility="private" xmi.id="1920" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1921" type="virtual void" name="anchor" />
<UML:Operation visibility="public" xmi.id="1922" type="void" name="clearParentOnMove" >
@@ -2428,7 +2428,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1924" type="void" name="commit" />
<UML:Operation visibility="public" xmi.id="1925" type="void" name="fromImage" >
- <UML:Parameter visibility="private" xmi.id="1926" value="" type="const QImage &amp;" name="img" />
+ <UML:Parameter visibility="private" xmi.id="1926" value="" type="const TQImage &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="TQ_INT32" name="x" />
@@ -2448,10 +2448,10 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1939" value="" type="KisPaintDeviceSP" name="parent" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1940" type="virtual bool" name="shouldDrawBorder" />
- <UML:Operation visibility="public" xmi.id="1941" type="QImage" name="toImage" />
+ <UML:Operation visibility="public" xmi.id="1941" type="TQImage" name="toImage" />
<UML:Operation visibility="public" xmi.id="1942" type="virtual " name="~KisSelection" />
<UML:Attribute visibility="private" xmi.id="1904" value="" type="bool" name="m_clearOnMove" />
- <UML:Attribute visibility="private" xmi.id="1905" value="" type="QImage" name="m_clipImg" />
+ <UML:Attribute visibility="private" xmi.id="1905" value="" type="TQImage" name="m_clipImg" />
<UML:Attribute visibility="private" xmi.id="1906" value="" type="bool" name="m_firstMove" />
<UML:Attribute visibility="private" xmi.id="1907" value="" type="KisImageSP" name="m_img" />
<UML:Attribute visibility="private" xmi.id="1908" value="" type="TQString" name="m_name" />
@@ -2462,13 +2462,13 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Operation visibility="public" xmi.id="1947" type="" name="KisResourceMediator" >
<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" />
+ <UML:Parameter visibility="private" xmi.id="1950" value="" type="const TQString &amp;" name="chooserCaption" />
+ <UML:Parameter visibility="private" xmi.id="1951" value="" type="TQWidget *" name="chooserParent" />
<UML:Parameter visibility="private" xmi.id="1952" value="" type="const char *" name="chooserName" />
- <UML:Parameter visibility="private" xmi.id="1953" value="" type="QObject *" name="parent" />
+ <UML:Parameter visibility="private" xmi.id="1953" value="" type="TQObject *" name="parent" />
<UML:Parameter visibility="private" xmi.id="1954" value="" type="const char *" name="name" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1955" type="QWidget *" name="chooserWidget" />
+ <UML:Operation visibility="public" xmi.id="1955" type="TQWidget *" name="chooserWidget" />
<UML:Operation visibility="public" xmi.id="1956" type="KisResource *" name="currentResource" />
<UML:Operation visibility="public" xmi.id="1957" type="KisIconItem *" name="itemFor" >
<UML:Parameter visibility="private" xmi.id="1958" value="" type="KisResource *" name="r" />
@@ -2515,7 +2515,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1992" value="" type="QPopupMenu *" name="menu" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="1993" type="void" name="findPlugins" >
- <UML:Parameter visibility="private" xmi.id="1994" value="" type="const QString &amp;" name="directory" />
+ <UML:Parameter visibility="private" xmi.id="1994" value="" type="const TQString &amp;" name="directory" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1995" type="" name="~KisPluginServer" />
<UML:Attribute visibility="private" xmi.id="1986" value="" type="int" name="m_count" />
@@ -2523,11 +2523,11 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="1996" name="KisTileCommand" >
<UML:Operation visibility="public" xmi.id="2002" type="" name="KisTileCommand" >
- <UML:Parameter visibility="private" xmi.id="2003" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="2003" value="" type="const TQString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="2004" value="" type="KisPaintDeviceSP" name="device" />
</UML:Operation>
<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="2006" value="" type="const TQString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="2007" value="" type="KisPaintDeviceSP" name="device" />
<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" />
@@ -2535,7 +2535,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<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" />
+ <UML:Parameter visibility="private" xmi.id="2013" value="" type="const TQString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="2014" value="" type="KisPaintDeviceSP" name="device" />
<UML:Parameter visibility="private" xmi.id="2015" value="" type="const QRect &amp;" name="rc" />
</UML:Operation>
@@ -2544,7 +2544,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<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" />
- <UML:Operation visibility="public" xmi.id="2020" type="virtual QString" name="name" />
+ <UML:Operation visibility="public" xmi.id="2020" type="virtual TQString" name="name" />
<UML:Operation visibility="public" xmi.id="2021" type="virtual void" name="unexecute" />
<UML:Operation visibility="public" xmi.id="2022" type="virtual " name="~KisTileCommand" />
<UML:Attribute visibility="private" xmi.id="1997" value="" type="KisPaintDeviceSP" name="m_device" />
@@ -2555,11 +2555,11 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="2023" name="PluginInfo" >
<UML:Operation visibility="public" xmi.id="2031" type="" name="PluginInfo" >
- <UML:Parameter visibility="private" xmi.id="2032" value="" type="const QString &amp;" name="name" />
- <UML:Parameter visibility="private" xmi.id="2033" value="" type="const QString &amp;" name="comment" />
- <UML:Parameter visibility="private" xmi.id="2034" value="" type="const QString &amp;" name="dir" />
- <UML:Parameter visibility="private" xmi.id="2035" value="" type="const QString &amp;" name="lib" />
- <UML:Parameter visibility="private" xmi.id="2036" value="" type="const QString &amp;" name="category" />
+ <UML:Parameter visibility="private" xmi.id="2032" value="" type="const TQString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="2033" value="" type="const TQString &amp;" name="comment" />
+ <UML:Parameter visibility="private" xmi.id="2034" value="" type="const TQString &amp;" name="dir" />
+ <UML:Parameter visibility="private" xmi.id="2035" value="" type="const TQString &amp;" name="lib" />
+ <UML:Parameter visibility="private" xmi.id="2036" value="" type="const TQString &amp;" name="category" />
<UML:Parameter visibility="private" xmi.id="2037" value="" type="PluginType" name="type" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2038" type="TQString" name="category" />
@@ -2594,12 +2594,12 @@ This replaces the KisKrayon facility that used to be present in Krayon." visibil
in the constructor, you have to call loadAsync.
@param filename the file name to save and load from." visibility="public" xmi.id="2059" type="" name="KisResource" >
- <UML:Parameter visibility="private" xmi.id="2060" value="" type="const QString &amp;" name="filename" />
+ <UML:Parameter visibility="private" xmi.id="2060" value="" type="const TQString &amp;" name="filename" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2061" type="bool" name="dirty" />
<UML:Operation visibility="public" xmi.id="2062" type="TQString" name="filename" />
<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="Returns a TQImage representing this resource. This image could be null." visibility="public" xmi.id="2064" type="virtual TQImage" 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" />
<UML:Operation visibility="public" xmi.id="2066" type="TQString" name="name" />
@@ -2609,13 +2609,13 @@ the resource has been saved." visibility="public" xmi.id="2067" type="virtual bo
<UML:Parameter visibility="private" xmi.id="2069" value="" type="bool" name="dirt" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2070" type="void" name="setFilename" >
- <UML:Parameter visibility="private" xmi.id="2071" value="" type="const QString &amp;" name="filename" />
+ <UML:Parameter visibility="private" xmi.id="2071" value="" type="const TQString &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="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:Parameter visibility="private" xmi.id="2075" value="" type="const TQString &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="TQ_INT32" name="s" />
@@ -2674,10 +2674,10 @@ in the constructor, you have to call loadAsync.
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="2109" name="KisPattern" >
<UML:Operation visibility="public" xmi.id="2117" type="" name="KisPattern" >
- <UML:Parameter visibility="private" xmi.id="2118" value="" type="const QString &amp;" name="file" />
+ <UML:Parameter visibility="private" xmi.id="2118" value="" type="const TQString &amp;" name="file" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2119" type="TQPoint" name="hotSpot" />
- <UML:Operation visibility="public" xmi.id="2120" type="virtual QImage" name="img" />
+ <UML:Operation visibility="public" xmi.id="2120" type="virtual TQImage" name="img" />
<UML:Operation visibility="public" xmi.id="2121" type="bool" name="isValid" />
<UML:Operation visibility="public" xmi.id="2122" type="virtual bool" name="loadAsync" />
<UML:Operation visibility="public" xmi.id="2123" type="QPixmap &amp;" name="pixmap" />
@@ -2686,7 +2686,7 @@ in the constructor, you have to call loadAsync.
<UML:Operation visibility="public" xmi.id="2126" type="virtual " name="~KisPattern" />
<UML:Attribute visibility="private" xmi.id="2110" value="" type="TQByteArray" name="m_data" />
<UML:Attribute visibility="private" xmi.id="2111" value="" type="TQPoint" name="m_hotSpot" />
- <UML:Attribute visibility="private" xmi.id="2112" value="" type="QImage" name="m_img" />
+ <UML:Attribute visibility="private" xmi.id="2112" value="" type="TQImage" name="m_img" />
<UML:Attribute visibility="private" xmi.id="2113" value="" type="QPixmap *" name="m_pixmap" />
<UML:Attribute visibility="private" xmi.id="2114" value="" type="QPixmap *" name="m_thumbPixmap" />
<UML:Attribute visibility="private" xmi.id="2115" value="" type="bool" name="m_valid" />
@@ -2711,7 +2711,7 @@ in the constructor, you have to call loadAsync.
<UML:Parameter visibility="private" xmi.id="2143" value="" type="const QRect &amp;" name="rc" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2144" type="virtual void" isAbstract="true" name="cursor" >
- <UML:Parameter visibility="private" xmi.id="2145" value="" type="QWidget *" name="w" />
+ <UML:Parameter visibility="private" xmi.id="2145" value="" type="TQWidget *" name="w" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2146" type="virtual void" isAbstract="true" name="enter" >
<UML:Parameter visibility="private" xmi.id="2147" value="" type="QEvent *" name="e" />
@@ -2735,7 +2735,7 @@ in the constructor, you have to call loadAsync.
<UML:Parameter visibility="private" xmi.id="2159" value="" type="QMouseEvent *" name="e" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2160" type="virtual KDialog *" isAbstract="true" name="options" >
- <UML:Parameter visibility="private" xmi.id="2161" value="" type="QWidget *" name="parent" />
+ <UML:Parameter visibility="private" xmi.id="2161" value="" type="TQWidget *" name="parent" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2162" type="virtual void" isAbstract="true" name="paint" >
<UML:Parameter visibility="private" xmi.id="2163" value="" type="QPainter &amp;" name="gc" />
@@ -2767,7 +2767,7 @@ in the constructor, you have to call loadAsync.
<UML:Parameter visibility="private" xmi.id="2181" value="" type="KCommand *" name="cmd" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2182" type="virtual void" isAbstract="true" name="beginMacro" >
- <UML:Parameter visibility="private" xmi.id="2183" value="" type="const QString &amp;" name="macroName" />
+ <UML:Parameter visibility="private" xmi.id="2183" value="" type="const TQString &amp;" name="macroName" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2184" type="virtual void" isAbstract="true" name="endMacro" />
<UML:Operation visibility="public" xmi.id="2185" type="virtual bool" isAbstract="true" name="inMacro" />
@@ -2820,14 +2820,14 @@ in the constructor, you have to call loadAsync.
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2226" type="void" name="printPoint" ownerScope="classifier" >
<UML:Parameter visibility="private" xmi.id="2227" value="" type="const QPoint &amp;" />
- <UML:Parameter visibility="private" xmi.id="2228" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="2228" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2229" type="void" name="printRect" ownerScope="classifier" >
<UML:Parameter visibility="private" xmi.id="2230" value="" type="const QRect &amp;" />
- <UML:Parameter visibility="private" xmi.id="2231" value="" type="const QString &amp;" name="name" />
+ <UML:Parameter visibility="private" xmi.id="2231" value="" type="const TQString &amp;" name="name" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="2232" type="QImage" name="roughScaleQImage" ownerScope="classifier" >
- <UML:Parameter visibility="private" xmi.id="2233" value="" type="QImage &amp;" name="src" />
+ <UML:Operation visibility="public" xmi.id="2232" type="TQImage" name="roughScaleQImage" ownerScope="classifier" >
+ <UML:Parameter visibility="private" xmi.id="2233" value="" type="TQImage &amp;" name="src" />
<UML:Parameter visibility="private" xmi.id="2234" value="" type="int" name="width" />
<UML:Parameter visibility="private" xmi.id="2235" value="" type="int" name="height" />
</UML:Operation>
@@ -2994,14 +2994,14 @@ in the constructor, you have to call loadAsync.
<UML:Operation visibility="public" xmi.id="2448" type="" name="KisView" >
<UML:Parameter visibility="private" xmi.id="2449" value="" type="KisDoc *" name="doc" />
<UML:Parameter visibility="private" xmi.id="2450" value="" type="KisUndoAdapter *" name="adapter" />
- <UML:Parameter visibility="private" xmi.id="2451" value="" type="QWidget *" name="parent" />
+ <UML:Parameter visibility="private" xmi.id="2451" value="" type="TQWidget *" name="parent" />
<UML:Parameter visibility="private" xmi.id="2452" value="" type="const char *" name="name" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2453" type="virtual void" name="attach" >
<UML:Parameter visibility="private" xmi.id="2454" value="" type="KisCanvasObserver *" name="observer" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2455" type="virtual KoColor" name="bgColor" />
- <UML:Operation visibility="protected" xmi.id="2456" type="virtual QWidget *" name="canvas" />
+ <UML:Operation visibility="protected" xmi.id="2456" type="virtual TQWidget *" name="canvas" />
<UML:Operation visibility="protected" xmi.id="2457" type="virtual KisCanvasControllerInterface *" name="canvasController" />
<UML:Operation visibility="public" xmi.id="2458" type="virtual int" name="canvasXOffset" />
<UML:Operation visibility="public" xmi.id="2459" type="virtual int" name="canvasYOffset" />
@@ -3012,7 +3012,7 @@ in the constructor, you have to call loadAsync.
<UML:Operation visibility="protected" xmi.id="2463" type="virtual KisBrush *" name="currentBrush" />
<UML:Operation visibility="protected" xmi.id="2464" type="virtual KisGradient *" name="currentGradient" />
<UML:Operation visibility="protected" xmi.id="2465" type="virtual KisImageSP" name="currentImg" />
- <UML:Operation visibility="protected" xmi.id="2466" type="virtual QString" name="currentImgName" />
+ <UML:Operation visibility="protected" xmi.id="2466" type="virtual TQString" name="currentImgName" />
<UML:Operation visibility="protected" xmi.id="2467" type="virtual KisPattern *" name="currentPattern" />
<UML:Operation visibility="protected" xmi.id="2468" type="virtual KisTool *" name="currentTool" />
<UML:Operation visibility="public" xmi.id="2469" type="virtual DCOPObject *" name="dcopObject" />
@@ -3025,7 +3025,7 @@ in the constructor, you have to call loadAsync.
<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" >
- <UML:Parameter visibility="private" xmi.id="2478" value="" type="QObject *" name="o" />
+ <UML:Parameter visibility="private" xmi.id="2478" value="" type="TQObject *" name="o" />
<UML:Parameter visibility="private" xmi.id="2479" value="" type="QEvent *" name="e" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2480" type="virtual KoColor" name="fgColor" />
@@ -3041,7 +3041,7 @@ in the constructor, you have to call loadAsync.
<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" />
+ <UML:Parameter visibility="private" xmi.id="2491" value="" type="const TQString &amp;" name="filename" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2492" type="void" name="layerUpdateGUI" >
<UML:Parameter visibility="private" xmi.id="2493" value="" type="bool" name="enable" />
@@ -3156,10 +3156,10 @@ in the constructor, you have to call loadAsync.
<UML:Attribute visibility="private" xmi.id="2381" value="" type="TDEToggleAction *" name="m_dlgPatternToggle" />
<UML:Attribute visibility="private" xmi.id="2383" value="" type="KoColor" name="m_fg" />
<UML:Attribute visibility="private" xmi.id="2384" value="" type="TDEToggleAction *" name="m_floatsidebarToggle" />
- <UML:Attribute visibility="private" xmi.id="2386" value="" type="QWidget *" name="m_gradientChooser" />
+ <UML:Attribute visibility="private" xmi.id="2386" value="" type="TQWidget *" name="m_gradientChooser" />
<UML:Attribute visibility="private" xmi.id="2387" value="" type="KisRuler *" name="m_hRuler" />
<UML:Attribute visibility="private" xmi.id="2388" value="" type="QScrollBar *" name="m_hScroll" />
- <UML:Attribute visibility="private" xmi.id="2389" value="" type="QWidget *" name="m_imageChooser" />
+ <UML:Attribute visibility="private" xmi.id="2389" value="" type="TQWidget *" name="m_imageChooser" />
<UML:Attribute visibility="private" xmi.id="2391" value="" type="TDEAction *" name="m_imgDup" />
<UML:Attribute visibility="private" xmi.id="2392" value="" type="TDEAction *" name="m_imgExport" />
<UML:Attribute visibility="private" xmi.id="2393" value="" type="TDEAction *" name="m_imgImport" />
@@ -3189,8 +3189,8 @@ in the constructor, you have to call loadAsync.
<UML:Attribute visibility="private" xmi.id="2417" value="" type="TDEAction *" name="m_layerTop" />
<UML:Attribute visibility="private" xmi.id="2418" value="" type="TDEToggleAction *" name="m_lsidebarToggle" />
<UML:Attribute visibility="private" xmi.id="2419" value="" type="vKisCanvasObserver" name="m_observers" />
- <UML:Attribute visibility="private" xmi.id="2420" value="" type="QWidget *" name="m_paletteChooser" />
- <UML:Attribute visibility="private" xmi.id="2421" value="" type="QWidget *" name="m_pathView" />
+ <UML:Attribute visibility="private" xmi.id="2420" value="" type="TQWidget *" name="m_paletteChooser" />
+ <UML:Attribute visibility="private" xmi.id="2421" value="" type="TQWidget *" name="m_pathView" />
<UML:Attribute visibility="private" xmi.id="2424" value="" type="TDEAction *" name="m_selectionCopy" />
<UML:Attribute visibility="private" xmi.id="2425" value="" type="TDEAction *" name="m_selectionCrop" />
<UML:Attribute visibility="private" xmi.id="2426" value="" type="TDEAction *" name="m_selectionCut" />
@@ -8812,12 +8812,12 @@ in the constructor, you have to call loadAsync.
</codeaccessormethod>
<codeoperation parent_id="629" tag="operation_629" canDelete="false" role_id="-1" >
<header>
- <cppcodedocumentation tag="" text="Create an alpha mask based on the gray values of the&amp;#010;specified QImage. If the QImage is not grayscale, you're&amp;#010;buggered." />
+ <cppcodedocumentation tag="" text="Create an alpha mask based on the gray values of the&amp;#010;specified TQImage. If the TQImage is not grayscale, you're&amp;#010;buggered." />
</header>
</codeoperation>
<codeoperation parent_id="631" tag="operation_631" canDelete="false" role_id="-1" >
<header>
- <cppcodedocumentation tag="" text="Create an alpha mask based on the gray values of the&amp;#010;specified QImage. If the QImage is not grayscale, you're&amp;#010;buggered. The QImage is scaled using QImage::smoothScale,&amp;#010;where the target w and h are computed by taking scale as a&amp;#010;percentage." />
+ <cppcodedocumentation tag="" text="Create an alpha mask based on the gray values of the&amp;#010;specified TQImage. If the TQImage is not grayscale, you're&amp;#010;buggered. The TQImage is scaled using TQImage::smoothScale,&amp;#010;where the target w and h are computed by taking scale as a&amp;#010;percentage." />
</header>
</codeoperation>
<codeoperation parent_id="634" tag="operation_634" canDelete="false" role_id="-1" >
@@ -18674,7 +18674,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="2064" tag="operation_2064" canDelete="false" writeOutText="false" role_id="-1" >
<header>
- <cppcodedocumentation tag="" text="Returns a QImage representing this resource. This image could be null." />
+ <cppcodedocumentation tag="" text="Returns a TQImage representing this resource. This image could be null." />
</header>
</codeoperation>
<codeoperation parent_id="2065" tag="operation_2065" canDelete="false" writeOutText="false" role_id="-1" >
@@ -31842,12 +31842,12 @@ in the constructor, you have to call loadAsync.
<textblocks>
<codeoperation parent_id="629" tag="operation_629" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="Create an alpha mask based on the gray values of the&amp;#010;specified QImage. If the QImage is not grayscale, you're&amp;#010;buggered.&amp;#010;@param img " />
+ <cppcodedocumentation tag="" indentLevel="1" text="Create an alpha mask based on the gray values of the&amp;#010;specified TQImage. If the TQImage is not grayscale, you're&amp;#010;buggered.&amp;#010;@param img " />
</header>
</codeoperation>
<codeoperation parent_id="631" tag="operation_631" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="Create an alpha mask based on the gray values of the&amp;#010;specified QImage. If the QImage is not grayscale, you're&amp;#010;buggered. The QImage is scaled using QImage::smoothScale,&amp;#010;where the target w and h are computed by taking scale as a&amp;#010;percentage.&amp;#010;@param img &amp;#010;@param scale " />
+ <cppcodedocumentation tag="" indentLevel="1" text="Create an alpha mask based on the gray values of the&amp;#010;specified TQImage. If the TQImage is not grayscale, you're&amp;#010;buggered. The TQImage is scaled using TQImage::smoothScale,&amp;#010;where the target w and h are computed by taking scale as a&amp;#010;percentage.&amp;#010;@param img &amp;#010;@param scale " />
</header>
</codeoperation>
<codeoperation parent_id="634" tag="operation_634" canDelete="false" indentLevel="1" role_id="-1" >
@@ -33086,7 +33086,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="688" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_img;" >
+ <ccfdeclarationcodeblock parent_id="688" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" TQImage m_img;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -33402,7 +33402,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="688" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_img;" >
+ <ccfdeclarationcodeblock parent_id="688" tag="tblock_8" canDelete="false" indentLevel="1" role_id="-1" text=" TQImage m_img;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -34253,7 +34253,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="728" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="728" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -34344,7 +34344,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="728" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="728" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -36126,7 +36126,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="858" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QImage gradImage;" >
+ <ccfdeclarationcodeblock parent_id="858" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQImage gradImage;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -36262,7 +36262,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="858" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QImage gradImage;" >
+ <ccfdeclarationcodeblock parent_id="858" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQImage gradImage;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -40546,7 +40546,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1277" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1277" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -41297,7 +41297,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1277" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1277" tag="tblock_18" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42204,7 +42204,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1459" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1459" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -42580,7 +42580,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1459" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1459" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -43669,7 +43669,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1669" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_prefix;" >
+ <ccfdeclarationcodeblock parent_id="1669" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_prefix;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -43775,7 +43775,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1669" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_prefix;" >
+ <ccfdeclarationcodeblock parent_id="1669" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_prefix;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -45016,7 +45016,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1747" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1747" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -45026,7 +45026,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1749" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_parasite;" >
+ <ccfdeclarationcodeblock parent_id="1749" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_parasite;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -45242,7 +45242,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1747" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1747" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -45282,7 +45282,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1749" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_parasite;" >
+ <ccfdeclarationcodeblock parent_id="1749" tag="tblock_7" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_parasite;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -46559,7 +46559,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1905" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_clipImg;" >
+ <ccfdeclarationcodeblock parent_id="1905" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQImage m_clipImg;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -46574,7 +46574,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1908" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1908" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -46740,7 +46740,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1905" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_clipImg;" >
+ <ccfdeclarationcodeblock parent_id="1905" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQImage m_clipImg;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -46800,7 +46800,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1908" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1908" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -48333,7 +48333,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1998" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1998" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -48484,7 +48484,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1998" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1998" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -48758,17 +48758,17 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" indentLevel="1" text="Fields" />
</header>
<textblocks>
- <ccfdeclarationcodeblock parent_id="2024" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_category;" >
+ <ccfdeclarationcodeblock parent_id="2024" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_category;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2025" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_comment;" >
+ <ccfdeclarationcodeblock parent_id="2025" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_comment;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2026" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_dir;" >
+ <ccfdeclarationcodeblock parent_id="2026" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_dir;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -48778,12 +48778,12 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2028" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_library;" >
+ <ccfdeclarationcodeblock parent_id="2028" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_library;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2029" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="2029" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -48924,7 +48924,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2024" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_category;" >
+ <ccfdeclarationcodeblock parent_id="2024" tag="tblock_0" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_category;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -48944,7 +48944,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2025" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_comment;" >
+ <ccfdeclarationcodeblock parent_id="2025" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_comment;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -48964,7 +48964,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2026" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_dir;" >
+ <ccfdeclarationcodeblock parent_id="2026" tag="tblock_2" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_dir;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -49004,7 +49004,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2028" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_library;" >
+ <ccfdeclarationcodeblock parent_id="2028" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_library;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -49024,7 +49024,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2029" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="2029" tag="tblock_5" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -49168,7 +49168,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="2064" tag="operation_2064" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="Returns a QImage representing this resource. This image could be null." />
+ <cppcodedocumentation tag="" indentLevel="1" text="Returns a TQImage representing this resource. This image could be null." />
</header>
</codeoperation>
<codeoperation parent_id="2065" tag="operation_2065" canDelete="false" indentLevel="1" role_id="-1" >
@@ -49324,7 +49324,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2049" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_filename;" >
+ <ccfdeclarationcodeblock parent_id="2049" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_filename;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -49334,7 +49334,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2051" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="2051" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -49505,7 +49505,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2049" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_filename;" >
+ <ccfdeclarationcodeblock parent_id="2049" tag="tblock_1" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_filename;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -49545,7 +49545,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2051" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="2051" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQString m_name;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -50123,7 +50123,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2112" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_img;" >
+ <ccfdeclarationcodeblock parent_id="2112" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQImage m_img;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -50319,7 +50319,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2112" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" QImage m_img;" >
+ <ccfdeclarationcodeblock parent_id="2112" tag="tblock_3" canDelete="false" indentLevel="1" role_id="-1" text=" TQImage m_img;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -53572,7 +53572,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2386" tag="tblock_24" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_gradientChooser;" >
+ <ccfdeclarationcodeblock parent_id="2386" tag="tblock_24" canDelete="false" indentLevel="1" role_id="-1" text=" TQWidget * m_gradientChooser;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -53587,7 +53587,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2389" tag="tblock_27" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_imageChooser;" >
+ <ccfdeclarationcodeblock parent_id="2389" tag="tblock_27" canDelete="false" indentLevel="1" role_id="-1" text=" TQWidget * m_imageChooser;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -53737,12 +53737,12 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2420" tag="tblock_57" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_paletteChooser;" >
+ <ccfdeclarationcodeblock parent_id="2420" tag="tblock_57" canDelete="false" indentLevel="1" role_id="-1" text=" TQWidget * m_paletteChooser;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="2421" tag="tblock_58" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_pathView;" >
+ <ccfdeclarationcodeblock parent_id="2421" tag="tblock_58" canDelete="false" indentLevel="1" role_id="-1" text=" TQWidget * m_pathView;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -54953,7 +54953,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2386" tag="tblock_24" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_gradientChooser;" >
+ <ccfdeclarationcodeblock parent_id="2386" tag="tblock_24" canDelete="false" indentLevel="1" role_id="-1" text=" TQWidget * m_gradientChooser;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -55013,7 +55013,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2389" tag="tblock_27" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_imageChooser;" >
+ <ccfdeclarationcodeblock parent_id="2389" tag="tblock_27" canDelete="false" indentLevel="1" role_id="-1" text=" TQWidget * m_imageChooser;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -55613,7 +55613,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2420" tag="tblock_57" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_paletteChooser;" >
+ <ccfdeclarationcodeblock parent_id="2420" tag="tblock_57" canDelete="false" indentLevel="1" role_id="-1" text=" TQWidget * m_paletteChooser;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -55633,7 +55633,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="2421" tag="tblock_58" canDelete="false" indentLevel="1" role_id="-1" text=" QWidget * m_pathView;" >
+ <ccfdeclarationcodeblock parent_id="2421" tag="tblock_58" canDelete="false" indentLevel="1" role_id="-1" text=" TQWidget * m_pathView;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
diff --git a/chalk/doc/colorspaces.xmi b/chalk/doc/colorspaces.xmi
index d263e79fd..e730f196d 100644
--- a/chalk/doc/colorspaces.xmi
+++ b/chalk/doc/colorspaces.xmi
@@ -26,9 +26,9 @@
<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 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="76" isRoot="false" isAbstract="false" name="const TQColor&amp;" elementReference="75" />
<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="90" isRoot="false" isAbstract="false" name="TQColor*" 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" />
@@ -42,7 +42,7 @@
<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 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="871" isRoot="false" isAbstract="false" name="TQObject*" 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" />
@@ -204,12 +204,12 @@ Get a list of profiles that apply to this color space" isSpecification="false" i
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation comment="//================= Conversion functions ==================================///**
-The nativeColor methods take a given color defined as an RGB QColor
+The nativeColor methods take a given color defined as an RGB TQColor
and fills a byte array with the corresponding color in the
the colorspace managed by this strategy.
The profile parameter is the profile of the paint device; the other profile
-is the display profile -- since we are moving from QColor
+is the display profile -- since we are moving from TQColor
that have most likely been picked from the display itself.
XXX: We actually do not use the display yet, nor the paint device profile" isSpecification="false" isLeaf="false" visibility="public" xmi.id="74" isRoot="false" isAbstract="false" name="nativeColor" >
@@ -228,7 +228,7 @@ XXX: We actually do not use the display yet, nor the paint device profile" isSpe
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation comment="The toQColor methods take a byte array that is at least pixelSize() long
-and converts the contents to a QColor, using the given profile as a source
+and converts the contents to a TQColor, using the given profile as a source
profile and the display profile as a destination profile.
XXX: We actually do not use the display yet, nor the paint device profile
@@ -277,7 +277,7 @@ color strategy." isSpecification="false" isLeaf="false" visibility="public" xmi.
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="112" isRoot="false" value="" type="44" isAbstract="false" name="renderingIntent" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
- <UML:Operation comment="Convert the pixels in data to (8-bit BGRA) QImage using the specified profiles.
+ <UML:Operation comment="Convert the pixels in data to (8-bit BGRA) TQImage using the specified profiles.
The pixels are supposed to be encoded in this color model.
@param data A pointer to a contiguous memory region containing width * height pixels
@@ -330,7 +330,7 @@ on the defined value of the channel" isSpecification="false" isLeaf="false" visi
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="136" isRoot="false" value="" type="44" isAbstract="false" name="channelPos" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
- <UML:Operation comment="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a QColor and back. Reimplement these methods in your color strategy!///**
+ <UML:Operation comment="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a TQColor and back. Reimplement these methods in your color strategy!///**
Set the alpha channel to the given value.
pixels -- a pointer to the pixels that will have their alpha set to this value
@@ -503,10 +503,10 @@ model together." isSpecification="false" isLeaf="false" visibility="protected" x
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="57" isRoot="false" isAbstract="false" name="TQString" />
<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" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="75" isRoot="false" isAbstract="false" name="QColor" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="75" isRoot="false" isAbstract="false" name="TQColor" />
<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="121" isRoot="false" isAbstract="false" name="TQImage" />
<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="TQ_INT8" />
@@ -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 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;" >
+ <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 TQString;&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 TQImage;&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>
@@ -5886,7 +5886,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="74" tag="operation_74" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="//================= Conversion functions ==================================///**&amp;#010;The nativeColor methods take a given color defined as an RGB QColor&amp;#010;and fills a byte array with the corresponding color in the&amp;#010;the colorspace managed by this strategy.&amp;#010;&amp;#010;The profile parameter is the profile of the paint device; the other profile&amp;#010;is the display profile -- since we are moving from QColor&amp;#010;that have most likely been picked from the display itself.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile" />
+ <javacodedocumentation tag="" indentLevel="1" text="//================= Conversion functions ==================================///**&amp;#010;The nativeColor methods take a given color defined as an RGB TQColor&amp;#010;and fills a byte array with the corresponding color in the&amp;#010;the colorspace managed by this strategy.&amp;#010;&amp;#010;The profile parameter is the profile of the paint device; the other profile&amp;#010;is the display profile -- since we are moving from TQColor&amp;#010;that have most likely been picked from the display itself.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile" />
</header>
</codeoperation>
<codeoperation parent_id="82" tag="operation_82" canDelete="false" indentLevel="1" >
@@ -5896,7 +5896,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="88" tag="operation_88" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="The toQColor methods take a byte array that is at least pixelSize() long&amp;#010;and converts the contents to a QColor, using the given profile as a source&amp;#010;profile and the display profile as a destination profile.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile&amp;#010;" />
+ <javacodedocumentation tag="" indentLevel="1" text="The toQColor methods take a byte array that is at least pixelSize() long&amp;#010;and converts the contents to a TQColor, using the given profile as a source&amp;#010;profile and the display profile as a destination profile.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile&amp;#010;" />
</header>
</codeoperation>
<codeoperation parent_id="93" tag="operation_93" canDelete="false" indentLevel="1" >
@@ -5926,7 +5926,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="113" tag="operation_113" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Convert the pixels in data to (8-bit BGRA) QImage using the specified profiles.&amp;#010;The pixels are supposed to be encoded in this color model.&amp;#010;&amp;#010;@param data A pointer to a contiguous memory region containing width * height pixels&amp;#010;@param width in pixels&amp;#010;@param height in pixels&amp;#010;@param srcProfile source profile&amp;#010;@param dstProfile destination profile&amp;#010;@param renderingIntent the rendering intent&amp;#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." />
+ <javacodedocumentation tag="" indentLevel="1" text="Convert the pixels in data to (8-bit BGRA) TQImage using the specified profiles.&amp;#010;The pixels are supposed to be encoded in this color model.&amp;#010;&amp;#010;@param data A pointer to a contiguous memory region containing width * height pixels&amp;#010;@param width in pixels&amp;#010;@param height in pixels&amp;#010;@param srcProfile source profile&amp;#010;@param dstProfile destination profile&amp;#010;@param renderingIntent the rendering intent&amp;#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." />
</header>
</codeoperation>
<codeoperation parent_id="122" tag="operation_122" canDelete="false" indentLevel="1" >
@@ -5946,7 +5946,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="137" tag="operation_137" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a QColor and back. Reimplement these methods in your color strategy!///**&amp;#010;Set the alpha channel to the given value.&amp;#010;&amp;#010;pixels -- a pointer to the pixels that will have their alpha set to this value&amp;#010;alpha -- XXX: This must become int or float&amp;#010;nPixels -- the number of pixels&amp;#010;&amp;#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" />
+ <javacodedocumentation tag="" indentLevel="1" text="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a TQColor and back. Reimplement these methods in your color strategy!///**&amp;#010;Set the alpha channel to the given value.&amp;#010;&amp;#010;pixels -- a pointer to the pixels that will have their alpha set to this value&amp;#010;alpha -- XXX: This must become int or float&amp;#010;nPixels -- the number of pixels&amp;#010;&amp;#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" />
</header>
</codeoperation>
<codeoperation parent_id="141" tag="operation_141" canDelete="false" indentLevel="1" >
@@ -7387,7 +7387,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="57" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QString&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQString&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -7406,7 +7406,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 QString ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQString ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -7598,7 +7598,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="75" parent_class="75" fileExt=".java" fileName="QColor" >
+ <classifiercodedocument writeOutCode="true" package="" id="75" parent_class="75" fileExt=".java" fileName="TQColor" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -7612,7 +7612,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="75" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QColor&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQColor&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -7631,7 +7631,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 QColor ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQColor ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -7673,7 +7673,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="76" parent_class="76" fileExt=".java" fileName="const QColor&amp;" >
+ <classifiercodedocument writeOutCode="true" package="" id="76" parent_class="76" fileExt=".java" fileName="const TQColor&amp;" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -7687,7 +7687,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="76" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Const QColor&amp;&amp;#010;" />
+ <javacodedocumentation tag="" text="Class Const TQColor&amp;&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -7706,7 +7706,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 QColor&amp; ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQColor&amp; ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -7973,7 +7973,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="90" parent_class="90" fileExt=".java" fileName="QColor*" >
+ <classifiercodedocument writeOutCode="true" package="" id="90" parent_class="90" fileExt=".java" fileName="TQColor*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -7987,7 +7987,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="90" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QColor*&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQColor*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -8006,7 +8006,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 QColor* ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQColor* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -8198,7 +8198,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="121" parent_class="121" fileExt=".java" fileName="QImage" >
+ <classifiercodedocument writeOutCode="true" package="" id="121" parent_class="121" fileExt=".java" fileName="TQImage" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -8212,7 +8212,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="121" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QImage&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQImage&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -8231,7 +8231,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 QImage ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQImage ( ) { }" >
<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 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;" >
+ <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 TQString;&amp;#010;import TQImage;&amp;#010;import enumChannelFlags;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -10030,17 +10030,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="301" tag="operation_301" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="304" tag="operation_304" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="307" tag="operation_307" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="315" tag="operation_315" canDelete="false" indentLevel="1" >
@@ -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 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;" >
+ <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 TQString;&amp;#010;import TQImage;&amp;#010;import KisCompositeOpList;&amp;#010;import TQ_UINT16;&amp;#010;import cmsHTRANSFORM;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -10957,17 +10957,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="424" tag="operation_424" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="427" tag="operation_427" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="430" tag="operation_430" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="438" tag="operation_438" canDelete="false" indentLevel="1" >
@@ -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 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;" >
+ <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 TQString;&amp;#010;import TQImage;&amp;#010;import TQ_INT8;&amp;#010;import KisCompositeOpList;&amp;#010;import cmsHTRANSFORM;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -11929,17 +11929,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="622" tag="operation_622" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="625" tag="operation_625" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="628" tag="operation_628" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="636" tag="operation_636" canDelete="false" indentLevel="1" >
@@ -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 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;" >
+ <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 TQString;&amp;#010;import TQImage;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -12403,17 +12403,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="727" tag="operation_727" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="730" tag="operation_730" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="733" tag="operation_733" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="741" tag="operation_741" canDelete="false" indentLevel="1" >
@@ -13023,7 +13023,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="870" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QObject&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQObject&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -13042,7 +13042,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 QObject ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQObject ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -13084,7 +13084,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="871" parent_class="871" fileExt=".java" fileName="QObject*" >
+ <classifiercodedocument writeOutCode="true" package="" id="871" parent_class="871" fileExt=".java" fileName="TQObject*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -13098,7 +13098,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="871" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QObject*&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQObject*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -13117,7 +13117,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 QObject* ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQObject* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</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 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;" >
+ <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 TQString;&amp;#010;import TQImage;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -13547,17 +13547,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="942" tag="operation_942" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="945" tag="operation_945" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="948" tag="operation_948" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="956" tag="operation_956" canDelete="false" indentLevel="1" >
@@ -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 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;" >
+ <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 TQString;&amp;#010;import TQImage;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -14291,17 +14291,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1198" tag="operation_1198" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1201" tag="operation_1201" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1204" tag="operation_1204" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="1212" tag="operation_1212" canDelete="false" indentLevel="1" >
@@ -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 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;" >
+ <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 TQString;&amp;#010;import TQImage;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -14840,17 +14840,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1456" tag="operation_1456" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1459" tag="operation_1459" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1462" tag="operation_1462" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="1470" tag="operation_1470" canDelete="false" indentLevel="1" >
@@ -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 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;" >
+ <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 TQString;&amp;#010;import TQImage;&amp;#010;import TQ_INT8;&amp;#010;import KisCompositeOpList;&amp;#010;import QStringList;&amp;#010;import QMap;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -16363,17 +16363,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1707" tag="operation_1707" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1710" tag="operation_1710" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1713" tag="operation_1713" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="1721" tag="operation_1721" canDelete="false" indentLevel="1" >
@@ -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 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;" >
+ <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 TQString;&amp;#010;import TQ_UINT32;&amp;#010;import TQImage;&amp;#010;import TQ_INT8;&amp;#010;import TQ_UINT8;&amp;#010;import KisCompositeOpList;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -17372,17 +17372,17 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="1813" tag="operation_1813" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1816" tag="operation_1816" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param pixel &amp;#010;@param channelIndex &amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1819" tag="operation_1819" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return QImage " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@param data &amp;#010;@param width &amp;#010;@param height &amp;#010;@param srcProfile &amp;#010;@param dstProfile &amp;#010;@param renderingIntent &amp;#010;@param exposure &amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="1827" tag="operation_1827" canDelete="false" indentLevel="1" >
@@ -18212,7 +18212,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="74" tag="operation_74" canDelete="false" writeOutText="false" >
<header>
- <cppcodedocumentation tag="" text="//================= Conversion functions ==================================///**&amp;#010;The nativeColor methods take a given color defined as an RGB QColor&amp;#010;and fills a byte array with the corresponding color in the&amp;#010;the colorspace managed by this strategy.&amp;#010;&amp;#010;The profile parameter is the profile of the paint device; the other profile&amp;#010;is the display profile -- since we are moving from QColor&amp;#010;that have most likely been picked from the display itself.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile" />
+ <cppcodedocumentation tag="" text="//================= Conversion functions ==================================///**&amp;#010;The nativeColor methods take a given color defined as an RGB TQColor&amp;#010;and fills a byte array with the corresponding color in the&amp;#010;the colorspace managed by this strategy.&amp;#010;&amp;#010;The profile parameter is the profile of the paint device; the other profile&amp;#010;is the display profile -- since we are moving from TQColor&amp;#010;that have most likely been picked from the display itself.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile" />
</header>
</codeoperation>
<codeoperation parent_id="82" tag="operation_82" canDelete="false" writeOutText="false" >
@@ -18222,7 +18222,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="88" tag="operation_88" canDelete="false" writeOutText="false" >
<header>
- <cppcodedocumentation tag="" text="The toQColor methods take a byte array that is at least pixelSize() long&amp;#010;and converts the contents to a QColor, using the given profile as a source&amp;#010;profile and the display profile as a destination profile.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile&amp;#010;" />
+ <cppcodedocumentation tag="" text="The toQColor methods take a byte array that is at least pixelSize() long&amp;#010;and converts the contents to a TQColor, using the given profile as a source&amp;#010;profile and the display profile as a destination profile.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile&amp;#010;" />
</header>
</codeoperation>
<codeoperation parent_id="93" tag="operation_93" canDelete="false" writeOutText="false" >
@@ -18252,7 +18252,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="113" tag="operation_113" canDelete="false" writeOutText="false" >
<header>
- <cppcodedocumentation tag="" text="Convert the pixels in data to (8-bit BGRA) QImage using the specified profiles.&amp;#010;The pixels are supposed to be encoded in this color model.&amp;#010;&amp;#010;@param data A pointer to a contiguous memory region containing width * height pixels&amp;#010;@param width in pixels&amp;#010;@param height in pixels&amp;#010;@param srcProfile source profile&amp;#010;@param dstProfile destination profile&amp;#010;@param renderingIntent the rendering intent&amp;#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." />
+ <cppcodedocumentation tag="" text="Convert the pixels in data to (8-bit BGRA) TQImage using the specified profiles.&amp;#010;The pixels are supposed to be encoded in this color model.&amp;#010;&amp;#010;@param data A pointer to a contiguous memory region containing width * height pixels&amp;#010;@param width in pixels&amp;#010;@param height in pixels&amp;#010;@param srcProfile source profile&amp;#010;@param dstProfile destination profile&amp;#010;@param renderingIntent the rendering intent&amp;#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." />
</header>
</codeoperation>
<codeoperation parent_id="122" tag="operation_122" canDelete="false" writeOutText="false" >
@@ -18272,7 +18272,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="137" tag="operation_137" canDelete="false" writeOutText="false" >
<header>
- <cppcodedocumentation tag="" text="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a QColor and back. Reimplement these methods in your color strategy!///**&amp;#010;Set the alpha channel to the given value.&amp;#010;&amp;#010;pixels -- a pointer to the pixels that will have their alpha set to this value&amp;#010;alpha -- XXX: This must become int or float&amp;#010;nPixels -- the number of pixels&amp;#010;&amp;#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" />
+ <cppcodedocumentation tag="" text="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a TQColor and back. Reimplement these methods in your color strategy!///**&amp;#010;Set the alpha channel to the given value.&amp;#010;&amp;#010;pixels -- a pointer to the pixels that will have their alpha set to this value&amp;#010;alpha -- XXX: This must become int or float&amp;#010;nPixels -- the number of pixels&amp;#010;&amp;#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" />
</header>
</codeoperation>
<codeoperation parent_id="141" tag="operation_141" canDelete="false" writeOutText="false" >
@@ -25870,7 +25870,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="74" tag="operation_74" canDelete="false" indentLevel="1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="//================= Conversion functions ==================================///**&amp;#010;The nativeColor methods take a given color defined as an RGB QColor&amp;#010;and fills a byte array with the corresponding color in the&amp;#010;the colorspace managed by this strategy.&amp;#010;&amp;#010;The profile parameter is the profile of the paint device; the other profile&amp;#010;is the display profile -- since we are moving from QColor&amp;#010;that have most likely been picked from the display itself.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile" />
+ <cppcodedocumentation tag="" indentLevel="1" text="//================= Conversion functions ==================================///**&amp;#010;The nativeColor methods take a given color defined as an RGB TQColor&amp;#010;and fills a byte array with the corresponding color in the&amp;#010;the colorspace managed by this strategy.&amp;#010;&amp;#010;The profile parameter is the profile of the paint device; the other profile&amp;#010;is the display profile -- since we are moving from TQColor&amp;#010;that have most likely been picked from the display itself.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile" />
</header>
</codeoperation>
<codeoperation parent_id="82" tag="operation_82" canDelete="false" indentLevel="1" >
@@ -25880,7 +25880,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="88" tag="operation_88" canDelete="false" indentLevel="1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="The toQColor methods take a byte array that is at least pixelSize() long&amp;#010;and converts the contents to a QColor, using the given profile as a source&amp;#010;profile and the display profile as a destination profile.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile&amp;#010;" />
+ <cppcodedocumentation tag="" indentLevel="1" text="The toQColor methods take a byte array that is at least pixelSize() long&amp;#010;and converts the contents to a TQColor, using the given profile as a source&amp;#010;profile and the display profile as a destination profile.&amp;#010;&amp;#010;XXX: We actually do not use the display yet, nor the paint device profile&amp;#010;" />
</header>
</codeoperation>
<codeoperation parent_id="93" tag="operation_93" canDelete="false" indentLevel="1" >
@@ -25910,7 +25910,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="113" tag="operation_113" canDelete="false" indentLevel="1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="Convert the pixels in data to (8-bit BGRA) QImage using the specified profiles.&amp;#010;The pixels are supposed to be encoded in this color model.&amp;#010;&amp;#010;@param data A pointer to a contiguous memory region containing width * height pixels&amp;#010;@param width in pixels&amp;#010;@param height in pixels&amp;#010;@param srcProfile source profile&amp;#010;@param dstProfile destination profile&amp;#010;@param renderingIntent the rendering intent&amp;#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." />
+ <cppcodedocumentation tag="" indentLevel="1" text="Convert the pixels in data to (8-bit BGRA) TQImage using the specified profiles.&amp;#010;The pixels are supposed to be encoded in this color model.&amp;#010;&amp;#010;@param data A pointer to a contiguous memory region containing width * height pixels&amp;#010;@param width in pixels&amp;#010;@param height in pixels&amp;#010;@param srcProfile source profile&amp;#010;@param dstProfile destination profile&amp;#010;@param renderingIntent the rendering intent&amp;#010;@param exposure The exposure setting for rendering a preview of a high dynamic range image." />
</header>
</codeoperation>
<codeoperation parent_id="122" tag="operation_122" canDelete="false" indentLevel="1" >
@@ -25930,7 +25930,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeoperation>
<codeoperation parent_id="137" tag="operation_137" canDelete="false" indentLevel="1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a QColor and back. Reimplement these methods in your color strategy!///**&amp;#010;Set the alpha channel to the given value.&amp;#010;&amp;#010;pixels -- a pointer to the pixels that will have their alpha set to this value&amp;#010;alpha -- XXX: This must become int or float&amp;#010;nPixels -- the number of pixels&amp;#010;&amp;#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" />
+ <cppcodedocumentation tag="" indentLevel="1" text="//============================== Manipulation fucntions ==========================//// // The manipulation functions have default implementations that _convert_ the pixel// to a TQColor and back. Reimplement these methods in your color strategy!///**&amp;#010;Set the alpha channel to the given value.&amp;#010;&amp;#010;pixels -- a pointer to the pixels that will have their alpha set to this value&amp;#010;alpha -- XXX: This must become int or float&amp;#010;nPixels -- the number of pixels&amp;#010;&amp;#010;XXX: Also add a function that modifies the current alpha with the given alpha, i.e., premultiply them?" />
</header>
</codeoperation>
<codeoperation parent_id="141" tag="operation_141" canDelete="false" indentLevel="1" >
@@ -28275,7 +28275,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<cppheaderclassdeclarationblock parent_id="57" tag="classDeclarationBlock" canDelete="false" >
<header>
- <cppcodedocumentation tag="" text="Class QString&amp;#010;" />
+ <cppcodedocumentation tag="" text="Class TQString&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="publicBlock" canDelete="false" >
@@ -28299,7 +28299,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="QString ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="TQString ( ) { }" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -28893,7 +28893,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<cppheaderclassdeclarationblock parent_id="75" tag="classDeclarationBlock" canDelete="false" >
<header>
- <cppcodedocumentation tag="" text="Class QColor&amp;#010;" />
+ <cppcodedocumentation tag="" text="Class TQColor&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="publicBlock" canDelete="false" >
@@ -28917,7 +28917,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="QColor ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="TQColor ( ) { }" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -29511,7 +29511,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<cppheaderclassdeclarationblock parent_id="121" tag="classDeclarationBlock" canDelete="false" >
<header>
- <cppcodedocumentation tag="" text="Class QImage&amp;#010;" />
+ <cppcodedocumentation tag="" text="Class TQImage&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="publicBlock" canDelete="false" >
@@ -29535,7 +29535,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="QImage ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="TQImage ( ) { }" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -35568,7 +35568,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeblockwithcomments>
<cppheaderclassdeclarationblock parent_id="870" tag="classDeclarationBlock" canDelete="false" >
<header>
- <cppcodedocumentation tag="" text="Class QObject&amp;#010;" />
+ <cppcodedocumentation tag="" text="Class TQObject&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="publicBlock" canDelete="false" >
@@ -35592,7 +35592,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="QObject ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" indentLevel="1" text="TQObject ( ) { }" >
<header>
<cppcodedocumentation tag="" indentLevel="1" text="Empty Constructor" />
</header>
diff --git a/chalk/doc/controller.xmi b/chalk/doc/controller.xmi
index 7579734d5..f0a23c0d9 100644
--- a/chalk/doc/controller.xmi
+++ b/chalk/doc/controller.xmi
@@ -24,8 +24,8 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="9" isRoot="false" isAbstract="false" name="short" />
<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="21" isRoot="false" isAbstract="false" name="void" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="22" isRoot="false" isAbstract="false" name="QWidget * " />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="461" isRoot="false" isAbstract="false" name="QWidget*" elementReference="455" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="22" isRoot="false" isAbstract="false" name="TQWidget * " />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="461" isRoot="false" isAbstract="false" name="TQWidget*" elementReference="455" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="476" isRoot="false" isAbstract="false" name="const QRect&amp;" elementReference="475" />
<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" />
@@ -36,10 +36,10 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="533" isRoot="false" isAbstract="false" name="KisCanvasSubject*" elementReference="528" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="536" isRoot="false" isAbstract="false" name="const KisCanvasObserver&amp;" elementReference="529" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="540" isRoot="false" isAbstract="false" name="KisCanvasObserver&amp;" elementReference="529" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="549" isRoot="false" isAbstract="false" name="const QString&amp;" elementReference="548" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="549" isRoot="false" isAbstract="false" name="const TQString&amp;" elementReference="548" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="555" isRoot="false" isAbstract="false" name="const KisID&amp;" elementReference="541" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="583" isRoot="false" isAbstract="false" name="KisCanvasObserver*" elementReference="529" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="593" isRoot="false" isAbstract="false" name="const QColor&amp;" elementReference="591" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="593" isRoot="false" isAbstract="false" name="const TQColor&amp;" elementReference="591" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="599" isRoot="false" isAbstract="false" name="KisBrush*" elementReference="572" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="601" isRoot="false" isAbstract="false" name="KisPattern*" elementReference="574" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="603" isRoot="false" isAbstract="false" name="KisGradient*" elementReference="573" />
@@ -55,7 +55,7 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="630" isRoot="false" isAbstract="false" name="KisCanvasSubject&amp;" elementReference="528" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="651" isRoot="false" isAbstract="false" name="const KisGenericRegistry&amp;" elementReference="631" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="663" isRoot="false" isAbstract="false" name="const QByteArray&amp;" elementReference="662" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="666" isRoot="false" isAbstract="false" name="QString&amp;" elementReference="548" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="666" isRoot="false" isAbstract="false" name="TQString&amp;" elementReference="548" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="669" isRoot="false" isAbstract="false" name="QByteArray&amp;" elementReference="662" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="715" isRoot="false" isAbstract="false" name="QDomElement&amp;" elementReference="714" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="718" isRoot="false" isAbstract="false" name="const QDomElement&amp;" elementReference="714" />
@@ -98,19 +98,19 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1448" isRoot="false" isAbstract="false" name="const KisPaintDevice&amp;" elementReference="388" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1465" isRoot="false" isAbstract="false" name="KNamedCommand*" elementReference="1432" />
<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="1510" isRoot="false" isAbstract="false" name="const TQImage&amp;" elementReference="879" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1526" isRoot="false" isAbstract="false" name="TQColor*" elementReference="591" />
<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" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1642" isRoot="false" isAbstract="false" name="KisRotateVisitor&amp;" elementReference="1428" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1645" isRoot="false" isAbstract="false" name="KisTransformVisitor&amp;" elementReference="1318" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1668" isRoot="false" isAbstract="false" name="const QColor" elementReference="591" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1668" isRoot="false" isAbstract="false" name="const TQColor" elementReference="591" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1699" isRoot="false" isAbstract="false" name="KisView*" elementReference="1675" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1701" isRoot="false" isAbstract="false" name="TDEActionCollection*" elementReference="1679" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1709" isRoot="false" isAbstract="false" name="KisTool*" elementReference="418" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1717" isRoot="false" isAbstract="false" name="KisGenericRegistry&lt; QWidget * >*" elementReference="631" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1717" isRoot="false" isAbstract="false" name="KisGenericRegistry&lt; TQWidget * >*" elementReference="631" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1719" isRoot="false" isAbstract="false" name="KisGenericRegistry&lt; KisDockFrameDocker * >*" elementReference="631" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1721" isRoot="false" isAbstract="false" name="KisGenericRegistry&lt; KisPaintBox * >*" elementReference="631" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1723" isRoot="false" isAbstract="false" name="KisGenericRegistry&lt; KoTabbedToolDock * >*" elementReference="631" />
@@ -1019,7 +1019,7 @@ especially on larger paint devices because it does a linear scanline search." is
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1511" isRoot="false" value="" type="1510" isAbstract="false" name="img" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
- <UML:Operation comment="Create an RGBA QImage from a rectangle in the paint device.
+ <UML:Operation comment="Create an RGBA TQImage from a rectangle in the paint device.
x, y left-top point of the rect of pixels
w, h width and height in pixels
@@ -1035,7 +1035,7 @@ like sRGB)." isSpecification="false" isLeaf="false" visibility="public" xmi.id="
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1517" isRoot="false" value="" type="463" isAbstract="false" name="h" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
- <UML:Operation comment="Create an RGBA QImage from a rectangle in the paint device.
+ <UML:Operation comment="Create an RGBA TQImage from a rectangle in the paint device.
The dimensions is so that it takes what is currently on screen. relies on the image() to return an image.
profile RGB profile to use in conversion. May be 0, in which
@@ -1071,7 +1071,7 @@ The color values will be transformed from the profile of
</UML:Operation>
<UML:Operation comment="Set the specified pixel to the specified color. Note that this
bypasses KisPainter. the PaintDevice is here used as an equivalent
-to QImage, not QPixmap. This means that this is not undoable; also,
+to TQImage, not QPixmap. This means that this is not undoable; also,
there is no compositing with an existing value at this location.
The color values will be transformed from the display profile to
@@ -1754,7 +1754,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//**
An data extension mechanism for Chalk.
-An annotation can be of something like a QByteArray or a QString op a more specific
+An annotation can be of something like a QByteArray or a TQString op a more specific
datatype that can be attached to an image (or maybe later, if needed, to a layer)
and contains data that must be associated with an image for purposes of import/export." isSpecification="false" isLeaf="false" visibility="public" xmi.id="445" isRoot="false" isAbstract="false" name="KisAnnotation" >
<UML:GeneralizableElement.generalization>
@@ -2146,7 +2146,7 @@ and the clipboard." isSpecification="false" isLeaf="false" visibility="public" x
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="578" isRoot="false" isAbstract="false" name="KisFilterRegistry" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="579" isRoot="false" isAbstract="false" name="QCursor" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="591" isRoot="false" isAbstract="false" name="QColor" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="591" isRoot="false" isAbstract="false" name="TQColor" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="631" isRoot="false" isAbstract="false" name="KisGenericRegistry" >
<UML:ModelElement.templateParameter>
<UML:TemplateParameter isSpecification="false" isLeaf="false" visibility="public" xmi.id="632" isRoot="false" isAbstract="false" name="_T" />
@@ -2584,7 +2584,7 @@ the resource has been saved." isSpecification="false" isLeaf="false" visibility=
<UML:Parameter kind="return" xmi.id="5474" type="558" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
- <UML:Operation comment="Returns a QImage representing this resource. This image could be null." isSpecification="false" isLeaf="false" visibility="public" xmi.id="878" isRoot="false" isAbstract="true" name="img" >
+ <UML:Operation comment="Returns a TQImage representing this resource. This image could be null." isSpecification="false" isLeaf="false" visibility="public" xmi.id="878" isRoot="false" isAbstract="true" name="img" >
<UML:BehavioralFeature.parameter>
<UML:Parameter kind="return" xmi.id="5475" type="879" />
</UML:BehavioralFeature.parameter>
@@ -2678,7 +2678,7 @@ the resource has been saved." isSpecification="false" isLeaf="false" visibility=
</UML:Classifier.feature>
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="869" isRoot="false" isAbstract="false" name="TQObject" />
- <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="879" isRoot="false" isAbstract="false" name="TQImage" />
<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" />
@@ -5102,7 +5102,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="460" tag="operation_460" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QWidget* " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQWidget* " />
</header>
</codeoperation>
<codeoperation parent_id="462" tag="operation_462" canDelete="false" indentLevel="1" >
@@ -5813,7 +5813,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="22" parent_class="22" fileExt=".java" fileName="QWidget * " >
+ <classifiercodedocument writeOutCode="true" package="" id="22" parent_class="22" fileExt=".java" fileName="TQWidget * " >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -5827,7 +5827,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="22" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QWidget * &amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQWidget * &amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -5846,7 +5846,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 QWidget * ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQWidget * ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -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 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;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import TQ_INT32;&amp;#010;import KisStrategyColorSpaceSP;&amp;#010;import KisProfileSP;&amp;#010;import TQString;&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>
@@ -7138,12 +7138,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="1137" tag="tblock_5" canDelete="false" indentLevel="1" text="private QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1137" tag="tblock_5" canDelete="false" indentLevel="1" text="private TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1138" tag="tblock_8" canDelete="false" indentLevel="1" text="private QString m_description;" >
+ <ccfdeclarationcodeblock parent_id="1138" tag="tblock_8" canDelete="false" indentLevel="1" text="private TQString m_description;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -7564,7 +7564,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="993" tag="operation_993" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="994" tag="operation_994" canDelete="false" indentLevel="1" >
@@ -7574,7 +7574,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="996" tag="operation_996" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="997" tag="operation_997" canDelete="false" indentLevel="1" >
@@ -7584,7 +7584,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="999" tag="operation_999" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1000" tag="operation_1000" canDelete="false" indentLevel="1" >
@@ -7907,7 +7907,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" >
+ <ccfdeclarationcodeblock parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public TQObject = new TQObject ( );" >
<header>
<codecomment tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -7924,12 +7924,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeaccessormethod>
<codeaccessormethod accessType="2" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text=".add(value);" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Add an object of type QObject to the List &amp;#010;&amp;#010;@return void" />
+ <javacodedocumentation tag="" indentLevel="1" text="Add an object of type TQObject to the List &amp;#010;&amp;#010;@return void" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="3" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text=".remove(value);" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type QObject from the List &amp;#010;" />
+ <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type TQObject from the List &amp;#010;" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="4" parent_id="961" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="961" role_id="0" text="return (List) ;" >
@@ -8017,7 +8017,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1137" tag="tblock_5" canDelete="false" indentLevel="1" text="private QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1137" tag="tblock_5" canDelete="false" indentLevel="1" text="private TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -8037,7 +8037,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1138" tag="tblock_8" canDelete="false" indentLevel="1" text="private QString m_description;" >
+ <ccfdeclarationcodeblock parent_id="1138" tag="tblock_8" canDelete="false" indentLevel="1" text="private TQString m_description;" >
<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 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;" >
+ <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 TQImage;&amp;#010;import TQString;&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>
@@ -8802,7 +8802,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="1632" tag="tblock_14" canDelete="false" indentLevel="1" text="private QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1632" tag="tblock_14" canDelete="false" indentLevel="1" text="private TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -9138,17 +9138,17 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1512" tag="operation_1512" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Create an RGBA QImage from a rectangle in the paint device.&amp;#010;&amp;#010;x, y left-top point of the rect of pixels&amp;#010;w, h width and height in pixels&amp;#010;profile RGB profile to use in conversion. May be 0, in which&amp;#010;case it's up to the colour strategy to choose a profile (most&amp;#010;like sRGB)." />
+ <javacodedocumentation tag="" indentLevel="1" text="Create an RGBA TQImage from a rectangle in the paint device.&amp;#010;&amp;#010;x, y left-top point of the rect of pixels&amp;#010;w, h width and height in pixels&amp;#010;profile RGB profile to use in conversion. May be 0, in which&amp;#010;case it's up to the colour strategy to choose a profile (most&amp;#010;like sRGB)." />
</header>
</codeoperation>
<codeoperation parent_id="1518" tag="operation_1518" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Create an RGBA QImage from a rectangle in the paint device.&amp;#010;&amp;#010;The dimensions is so that it takes what is currently on screen. relies on the image() to return an image.&amp;#010;profile RGB profile to use in conversion. May be 0, in which&amp;#010;case it's up to the colour strategy to choose a profile (most&amp;#010;like sRGB)." />
+ <javacodedocumentation tag="" indentLevel="1" text="Create an RGBA TQImage from a rectangle in the paint device.&amp;#010;&amp;#010;The dimensions is so that it takes what is currently on screen. relies on the image() to return an image.&amp;#010;profile RGB profile to use in conversion. May be 0, in which&amp;#010;case it's up to the colour strategy to choose a profile (most&amp;#010;like sRGB)." />
</header>
</codeoperation>
<codeoperation parent_id="1520" tag="operation_1520" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="1521" tag="operation_1521" canDelete="false" indentLevel="1" >
@@ -9163,7 +9163,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="1529" tag="operation_1529" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Set the specified pixel to the specified color. Note that this&amp;#010;bypasses KisPainter. the PaintDevice is here used as an equivalent&amp;#010;to QImage, not QPixmap. This means that this is not undoable; also,&amp;#010;there is no compositing with an existing value at this location.&amp;#010;&amp;#010; The color values will be transformed from the display profile to&amp;#010; the paint device profile.&amp;#010;&amp;#010;@return true if the operation was succesful" />
+ <javacodedocumentation tag="" indentLevel="1" text="Set the specified pixel to the specified color. Note that this&amp;#010;bypasses KisPainter. the PaintDevice is here used as an equivalent&amp;#010;to TQImage, not QPixmap. This means that this is not undoable; also,&amp;#010;there is no compositing with an existing value at this location.&amp;#010;&amp;#010; The color values will be transformed from the display profile to&amp;#010; the paint device profile.&amp;#010;&amp;#010;@return true if the operation was succesful" />
</header>
</codeoperation>
<codeoperation parent_id="1534" tag="operation_1534" canDelete="false" indentLevel="1" >
@@ -9401,7 +9401,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" >
+ <ccfdeclarationcodeblock parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public TQObject = new TQObject ( );" >
<header>
<codecomment tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -9418,12 +9418,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeaccessormethod>
<codeaccessormethod accessType="2" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text=".add(value);" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Add an object of type QObject to the List &amp;#010;&amp;#010;@return void" />
+ <javacodedocumentation tag="" indentLevel="1" text="Add an object of type TQObject to the List &amp;#010;&amp;#010;@return void" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="3" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text=".remove(value);" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type QObject from the List &amp;#010;" />
+ <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type TQObject from the List &amp;#010;" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="4" parent_id="1433" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1433" role_id="0" text="return (List) ;" >
@@ -9571,7 +9571,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1632" tag="tblock_14" canDelete="false" indentLevel="1" text="private QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="1632" tag="tblock_14" canDelete="false" indentLevel="1" text="private TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -10446,7 +10446,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 KisPaintDeviceSP;&amp;#010;import QColor;&amp;#010;import QImage;&amp;#010;import QRect;&amp;#010;import KisColorSpaceAlphaSP;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisPaintDeviceSP;&amp;#010;import TQColor;&amp;#010;import TQImage;&amp;#010;import QRect;&amp;#010;import KisColorSpaceAlphaSP;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -10471,7 +10471,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="1673" tag="tblock_5" canDelete="false" indentLevel="1" text="private QColor m_maskColor;" >
+ <ccfdeclarationcodeblock parent_id="1673" tag="tblock_5" canDelete="false" indentLevel="1" text="private TQColor m_maskColor;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -10685,7 +10685,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1673" tag="tblock_5" canDelete="false" indentLevel="1" text="private QColor m_maskColor;" >
+ <ccfdeclarationcodeblock parent_id="1673" tag="tblock_5" canDelete="false" indentLevel="1" text="private TQColor m_maskColor;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -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 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;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import TQ_UINT32;&amp;#010;import bool;&amp;#010;import TQImage;&amp;#010;import icColorSpaceSignature;&amp;#010;import icProfileClassSignature;&amp;#010;import TQString;&amp;#010;import cmsHPROFILE;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -13956,22 +13956,22 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="952" tag="tblock_8" canDelete="false" indentLevel="1" text="private QString m_productName;" >
+ <ccfdeclarationcodeblock parent_id="952" tag="tblock_8" canDelete="false" indentLevel="1" text="private TQString m_productName;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="953" tag="tblock_11" canDelete="false" indentLevel="1" text="private QString m_productDescription;" >
+ <ccfdeclarationcodeblock parent_id="953" tag="tblock_11" canDelete="false" indentLevel="1" text="private TQString m_productDescription;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="954" tag="tblock_14" canDelete="false" indentLevel="1" text="private QString m_productInfo;" >
+ <ccfdeclarationcodeblock parent_id="954" tag="tblock_14" canDelete="false" indentLevel="1" text="private TQString m_productInfo;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="955" tag="tblock_17" canDelete="false" indentLevel="1" text="private QString m_manufacturer;" >
+ <ccfdeclarationcodeblock parent_id="955" tag="tblock_17" canDelete="false" indentLevel="1" text="private TQString m_manufacturer;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14137,7 +14137,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="937" tag="operation_937" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QImage " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQImage " />
</header>
</codeoperation>
<codeoperation parent_id="938" tag="operation_938" canDelete="false" indentLevel="1" >
@@ -14152,22 +14152,22 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="942" tag="operation_942" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="943" tag="operation_943" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="944" tag="operation_944" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="945" tag="operation_945" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="946" tag="operation_946" canDelete="false" indentLevel="1" >
@@ -14330,7 +14330,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="952" tag="tblock_8" canDelete="false" indentLevel="1" text="private QString m_productName;" >
+ <ccfdeclarationcodeblock parent_id="952" tag="tblock_8" canDelete="false" indentLevel="1" text="private TQString m_productName;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14350,7 +14350,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="953" tag="tblock_11" canDelete="false" indentLevel="1" text="private QString m_productDescription;" >
+ <ccfdeclarationcodeblock parent_id="953" tag="tblock_11" canDelete="false" indentLevel="1" text="private TQString m_productDescription;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14370,7 +14370,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="954" tag="tblock_14" canDelete="false" indentLevel="1" text="private QString m_productInfo;" >
+ <ccfdeclarationcodeblock parent_id="954" tag="tblock_14" canDelete="false" indentLevel="1" text="private TQString m_productInfo;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14390,7 +14390,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="955" tag="tblock_17" canDelete="false" indentLevel="1" text="private QString m_manufacturer;" >
+ <ccfdeclarationcodeblock parent_id="955" tag="tblock_17" canDelete="false" indentLevel="1" text="private TQString m_manufacturer;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -14960,14 +14960,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 QString;&amp;#010;import QByteArray;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import TQString;&amp;#010;import QByteArray;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="445" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class KisAnnotation&amp;#010;This file is part of the KDE project&amp;#010;&amp;#010;Copyright (c) 2005 Boudewijn Rempt &lt;boud@valdyas.org>&amp;#010;&amp;#010;This program is free software; you can redistribute it and/or modify&amp;#010;it under the terms of the GNU General Public License as published by&amp;#010;the Free Software Foundation; either version 2 of the License, or&amp;#010;(at your option) any later version.&amp;#010;&amp;#010;This program is distributed in the hope that it will be useful,&amp;#010;but WITHOUT ANY WARRANTY; without even the implied warranty of&amp;#010;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&amp;#010;GNU General Public License for more details.&amp;#010;&amp;#010;You should have received a copy of the GNU General Public License&amp;#010;along with this program; if not, write to the Free Software&amp;#010;Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&amp;#010;//**&amp;#010;An data extension mechanism for Chalk.&amp;#010;&amp;#010;An annotation can be of something like a QByteArray or a QString op a more specific&amp;#010;datatype that can be attached to an image (or maybe later, if needed, to a layer)&amp;#010;and contains data that must be associated with an image for purposes of import/export." />
+ <javacodedocumentation tag="" text="Class KisAnnotation&amp;#010;This file is part of the KDE project&amp;#010;&amp;#010;Copyright (c) 2005 Boudewijn Rempt &lt;boud@valdyas.org>&amp;#010;&amp;#010;This program is free software; you can redistribute it and/or modify&amp;#010;it under the terms of the GNU General Public License as published by&amp;#010;the Free Software Foundation; either version 2 of the License, or&amp;#010;(at your option) any later version.&amp;#010;&amp;#010;This program is distributed in the hope that it will be useful,&amp;#010;but WITHOUT ANY WARRANTY; without even the implied warranty of&amp;#010;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&amp;#010;GNU General Public License for more details.&amp;#010;&amp;#010;You should have received a copy of the GNU General Public License&amp;#010;along with this program; if not, write to the Free Software&amp;#010;Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.&amp;#010;//**&amp;#010;An data extension mechanism for Chalk.&amp;#010;&amp;#010;An annotation can be of something like a QByteArray or a TQString op a more specific&amp;#010;datatype that can be attached to an image (or maybe later, if needed, to a layer)&amp;#010;and contains data that must be associated with an image for purposes of import/export." />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -14975,12 +14975,12 @@ 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="670" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_type;" >
+ <ccfdeclarationcodeblock parent_id="670" tag="tblock_0" canDelete="false" indentLevel="1" text="private TQString m_type;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="671" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_description;" >
+ <ccfdeclarationcodeblock parent_id="671" tag="tblock_2" canDelete="false" indentLevel="1" text="private TQString m_description;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -15071,12 +15071,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="665" tag="operation_665" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString&amp; " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString&amp; " />
</header>
</codeoperation>
<codeoperation parent_id="667" tag="operation_667" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString&amp; " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString&amp; " />
</header>
</codeoperation>
<codeoperation parent_id="668" tag="operation_668" canDelete="false" indentLevel="1" >
@@ -15134,7 +15134,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="670" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_type;" >
+ <ccfdeclarationcodeblock parent_id="670" tag="tblock_0" canDelete="false" indentLevel="1" text="private TQString m_type;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -15154,7 +15154,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="671" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_description;" >
+ <ccfdeclarationcodeblock parent_id="671" tag="tblock_2" canDelete="false" indentLevel="1" text="private TQString m_description;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -15881,7 +15881,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="455" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QWidget&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQWidget&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -15900,7 +15900,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 QWidget ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQWidget ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -16092,7 +16092,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="461" parent_class="461" fileExt=".java" fileName="QWidget*" >
+ <classifiercodedocument writeOutCode="true" package="" id="461" parent_class="461" fileExt=".java" fileName="TQWidget*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -16106,7 +16106,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="461" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QWidget*&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQWidget*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -16125,7 +16125,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 QWidget* ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQWidget* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -16924,7 +16924,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 KisImageSP;&amp;#010;import QString;&amp;#010;import QColor;&amp;#010;import KisFilterSP;&amp;#010;import KisIDList;&amp;#010;import QCursor;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import KisImageSP;&amp;#010;import TQString;&amp;#010;import TQColor;&amp;#010;import KisFilterSP;&amp;#010;import KisIDList;&amp;#010;import QCursor;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -17013,12 +17013,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="589" tag="operation_589" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="590" tag="operation_590" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QColor " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQColor " />
</header>
</codeoperation>
<codeoperation parent_id="592" tag="operation_592" canDelete="false" indentLevel="1" >
@@ -17028,7 +17028,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="595" tag="operation_595" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QColor " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQColor " />
</header>
</codeoperation>
<codeoperation parent_id="596" tag="operation_596" canDelete="false" indentLevel="1" >
@@ -17461,7 +17461,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 QString;&amp;#010;import bool;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import TQString;&amp;#010;import bool;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -17476,12 +17476,12 @@ 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="568" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_id;" >
+ <ccfdeclarationcodeblock parent_id="568" tag="tblock_0" canDelete="false" indentLevel="1" text="private TQString m_id;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="569" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="569" tag="tblock_2" canDelete="false" indentLevel="1" text="private TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -17562,12 +17562,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="552" tag="operation_552" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="553" tag="operation_553" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="554" tag="operation_554" canDelete="false" indentLevel="1" >
@@ -17640,7 +17640,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="568" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_id;" >
+ <ccfdeclarationcodeblock parent_id="568" tag="tblock_0" canDelete="false" indentLevel="1" text="private TQString m_id;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -17660,7 +17660,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="569" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="569" tag="tblock_2" canDelete="false" indentLevel="1" text="private TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -17978,7 +17978,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="548" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QString&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQString&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -17997,7 +17997,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 QString ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQString ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -18039,7 +18039,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="549" parent_class="549" fileExt=".java" fileName="const QString&amp;" >
+ <classifiercodedocument writeOutCode="true" package="" id="549" parent_class="549" fileExt=".java" fileName="const TQString&amp;" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -18053,7 +18053,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="549" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Const QString&amp;&amp;#010;" />
+ <javacodedocumentation tag="" text="Class Const TQString&amp;&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -18072,7 +18072,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 QString&amp; ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQString&amp; ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -19360,7 +19360,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" >
+ <ccfdeclarationcodeblock parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public TQObject = new TQObject ( );" >
<header>
<codecomment tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -19377,12 +19377,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeaccessormethod>
<codeaccessormethod accessType="2" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text=".add(value);" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Add an object of type QObject to the List &amp;#010;&amp;#010;@return void" />
+ <javacodedocumentation tag="" indentLevel="1" text="Add an object of type TQObject to the List &amp;#010;&amp;#010;@return void" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="3" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text=".remove(value);" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type QObject from the List &amp;#010;" />
+ <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type TQObject from the List &amp;#010;" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="4" parent_id="1798" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1798" role_id="0" text="return (List) ;" >
@@ -20098,7 +20098,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="591" parent_class="591" fileExt=".java" fileName="QColor" >
+ <classifiercodedocument writeOutCode="true" package="" id="591" parent_class="591" fileExt=".java" fileName="TQColor" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -20112,7 +20112,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="591" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QColor&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQColor&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -20131,7 +20131,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 QColor ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQColor ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -20173,7 +20173,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="593" parent_class="593" fileExt=".java" fileName="const QColor&amp;" >
+ <classifiercodedocument writeOutCode="true" package="" id="593" parent_class="593" fileExt=".java" fileName="const TQColor&amp;" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -20187,7 +20187,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="593" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Const QColor&amp;&amp;#010;" />
+ <javacodedocumentation tag="" text="Class Const TQColor&amp;&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -20206,7 +20206,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 QColor&amp; ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQColor&amp; ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -21692,7 +21692,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="666" parent_class="666" fileExt=".java" fileName="QString&amp;" >
+ <classifiercodedocument writeOutCode="true" package="" id="666" parent_class="666" fileExt=".java" fileName="TQString&amp;" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -21706,7 +21706,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="666" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QString&amp;&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQString&amp;&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -21725,7 +21725,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 QString&amp; ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQString&amp; ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</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 TQ_INT32;" >
+ <codeblockwithcomments tag="imports" text="&amp;#010;import bool;&amp;#010;import TQImage;&amp;#010;import TQString;&amp;#010;import TQ_INT32;" >
<header>
<codecomment tag="" writeOutText="false" />
</header>
@@ -25943,12 +25943,12 @@ 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="911" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="911" tag="tblock_0" canDelete="false" indentLevel="1" text="private TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="912" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_filename;" >
+ <ccfdeclarationcodeblock parent_id="912" tag="tblock_2" canDelete="false" indentLevel="1" text="private TQString m_filename;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -26099,7 +26099,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="878" tag="operation_878" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Returns a QImage representing this resource. This image could be null." />
+ <javacodedocumentation tag="" indentLevel="1" text="Returns a TQImage representing this resource. This image could be null." />
</header>
</codeoperation>
<codeoperation parent_id="880" tag="operation_880" canDelete="false" indentLevel="1" >
@@ -26114,7 +26114,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="883" tag="operation_883" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="884" tag="operation_884" canDelete="false" indentLevel="1" >
@@ -26124,7 +26124,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeoperation>
<codeoperation parent_id="886" tag="operation_886" canDelete="false" indentLevel="1" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return QString " />
+ <javacodedocumentation tag="" indentLevel="1" text="&amp;#010;@return TQString " />
</header>
</codeoperation>
<codeoperation parent_id="887" tag="operation_887" canDelete="false" indentLevel="1" >
@@ -26202,7 +26202,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" >
+ <ccfdeclarationcodeblock parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public TQObject = new TQObject ( );" >
<header>
<codecomment tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -26219,12 +26219,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeaccessormethod>
<codeaccessormethod accessType="2" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text=".add(value);" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Add an object of type QObject to the List &amp;#010;&amp;#010;@return void" />
+ <javacodedocumentation tag="" indentLevel="1" text="Add an object of type TQObject to the List &amp;#010;&amp;#010;@return void" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="3" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text=".remove(value);" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type QObject from the List &amp;#010;" />
+ <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type TQObject from the List &amp;#010;" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="4" parent_id="870" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="870" role_id="0" text="return (List) ;" >
@@ -26237,7 +26237,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="911" tag="tblock_0" canDelete="false" indentLevel="1" text="private QString m_name;" >
+ <ccfdeclarationcodeblock parent_id="911" tag="tblock_0" canDelete="false" indentLevel="1" text="private TQString m_name;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -26257,7 +26257,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="912" tag="tblock_2" canDelete="false" indentLevel="1" text="private QString m_filename;" >
+ <ccfdeclarationcodeblock parent_id="912" tag="tblock_2" canDelete="false" indentLevel="1" text="private TQString m_filename;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -26404,7 +26404,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="869" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QObject&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQObject&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -26423,7 +26423,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 QObject ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQObject ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -26641,7 +26641,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeclassfield>
</classfields>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="879" parent_class="879" fileExt=".java" fileName="QImage" >
+ <classifiercodedocument writeOutCode="true" package="" id="879" parent_class="879" fileExt=".java" fileName="TQImage" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -26655,7 +26655,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="879" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QImage&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQImage&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -26674,7 +26674,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 QImage ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQImage ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -33826,7 +33826,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="1510" parent_class="1510" fileExt=".java" fileName="const QImage&amp;" >
+ <classifiercodedocument writeOutCode="true" package="" id="1510" parent_class="1510" fileExt=".java" fileName="const TQImage&amp;" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -33840,7 +33840,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1510" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Const QImage&amp;&amp;#010;" />
+ <javacodedocumentation tag="" text="Class Const TQImage&amp;&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -33859,7 +33859,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 QImage&amp; ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQImage&amp; ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -33901,7 +33901,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="1526" parent_class="1526" fileExt=".java" fileName="QColor*" >
+ <classifiercodedocument writeOutCode="true" package="" id="1526" parent_class="1526" fileExt=".java" fileName="TQColor*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -33915,7 +33915,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1526" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class QColor*&amp;#010;" />
+ <javacodedocumentation tag="" text="Class TQColor*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -33934,7 +33934,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 QColor* ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public TQColor* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -34501,7 +34501,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="1668" parent_class="1668" fileExt=".java" fileName="const QColor" >
+ <classifiercodedocument writeOutCode="true" package="" id="1668" parent_class="1668" fileExt=".java" fileName="const TQColor" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -34515,7 +34515,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1668" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class Const QColor&amp;#010;" />
+ <javacodedocumentation tag="" text="Class Const TQColor&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -34534,7 +34534,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 QColor ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public Const TQColor ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
@@ -36098,7 +36098,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="1718" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisGenericRegistry&lt; QWidget * >* m_tabs;" >
+ <ccfdeclarationcodeblock parent_id="1718" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisGenericRegistry&lt; TQWidget * >* m_tabs;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -36787,7 +36787,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public QObject = new QObject ( );" >
+ <ccfdeclarationcodeblock parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" role_id="0" text="public TQObject = new TQObject ( );" >
<header>
<codecomment tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -36804,12 +36804,12 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeaccessormethod>
<codeaccessormethod accessType="2" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text=".add(value);" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Add an object of type QObject to the List &amp;#010;&amp;#010;@return void" />
+ <javacodedocumentation tag="" indentLevel="1" text="Add an object of type TQObject to the List &amp;#010;&amp;#010;@return void" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="3" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text=".remove(value);" >
<header>
- <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type QObject from the List &amp;#010;" />
+ <javacodedocumentation tag="" indentLevel="1" text="Remove an object of type TQObject from the List &amp;#010;" />
</header>
</codeaccessormethod>
<codeaccessormethod accessType="4" parent_id="1695" tag="" canDelete="false" writeOutText="false" indentLevel="1" classfield_id="1695" role_id="0" text="return (List) ;" >
@@ -36822,7 +36822,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
<header>
<codecomment tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1718" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisGenericRegistry&lt; QWidget * >* m_tabs;" >
+ <ccfdeclarationcodeblock parent_id="1718" tag="tblock_0" canDelete="false" indentLevel="1" text="private KisGenericRegistry&lt; TQWidget * >* m_tabs;" >
<header>
<codecomment tag="" indentLevel="1" />
</header>
@@ -37745,7 +37745,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="1717" parent_class="1717" fileExt=".java" fileName="KisGenericRegistry&lt; QWidget * >*" >
+ <classifiercodedocument writeOutCode="true" package="" id="1717" parent_class="1717" fileExt=".java" fileName="KisGenericRegistry&lt; TQWidget * >*" >
<textblocks>
<codeblockwithcomments tag="packages" writeOutText="false" >
<header>
@@ -37759,7 +37759,7 @@ XXX: for post 1.4: make sure we can drag &amp; drop widgets." isSpecification="f
</codeblockwithcomments>
<javaclassdeclarationblock parent_id="1717" tag="ClassDeclBlock" canDelete="false" >
<header>
- <javacodedocumentation tag="" text="Class KisGenericRegistry&lt; QWidget * >*&amp;#010;" />
+ <javacodedocumentation tag="" text="Class KisGenericRegistry&lt; TQWidget * >*&amp;#010;" />
</header>
<textblocks>
<hierarchicalcodeblock tag="fieldsDecl" canDelete="false" indentLevel="1" >
@@ -37778,7 +37778,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 KisGenericRegistry&lt; QWidget * >* ( ) { }" >
+ <codeblockwithcomments tag="emptyconstructor" writeOutText="false" indentLevel="1" text="public KisGenericRegistry&lt; TQWidget * >* ( ) { }" >
<header>
<codecomment tag="" indentLevel="1" text="Empty Constructor" />
</header>
diff --git a/chalk/doc/histograms.xmi b/chalk/doc/histograms.xmi
index 56ad12970..44a7592ac 100644
--- a/chalk/doc/histograms.xmi
+++ b/chalk/doc/histograms.xmi
@@ -64,7 +64,7 @@
<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" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="899" isRoot="false" isAbstract="false" name="const QString&amp;" elementReference="12" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="899" isRoot="false" isAbstract="false" name="const TQString&amp;" elementReference="12" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="902" isRoot="false" isAbstract="false" name="const KisImage&amp;" elementReference="425" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="906" isRoot="false" isAbstract="false" name="KisImageIface*" elementReference="883" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="913" isRoot="false" isAbstract="false" name="QPainter&amp;" elementReference="912" />
@@ -88,10 +88,10 @@
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1176" isRoot="false" isAbstract="false" name="const QPoint&amp;" elementReference="1139" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1181" isRoot="false" isAbstract="false" name="KNamedCommand*" elementReference="1141" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1183" isRoot="false" isAbstract="false" name="const bool" elementReference="5" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1249" isRoot="false" isAbstract="false" name="const QImage&amp;" elementReference="925" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1268" isRoot="false" isAbstract="false" name="QColor*" elementReference="1267" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1249" isRoot="false" isAbstract="false" name="const TQImage&amp;" elementReference="925" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1268" isRoot="false" isAbstract="false" name="TQColor*" elementReference="1267" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1274" isRoot="false" isAbstract="false" name="KisColor*" elementReference="881" />
- <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1282" isRoot="false" isAbstract="false" name="const QColor&amp;" elementReference="1267" />
+ <UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1282" isRoot="false" isAbstract="false" name="const TQColor&amp;" elementReference="1267" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1288" isRoot="false" isAbstract="false" name="const KisColor&amp;" elementReference="881" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1315" isRoot="false" isAbstract="false" name="const KisImage*" elementReference="425" />
<UML:DataType stereotype="3" isSpecification="false" isLeaf="false" visibility="public" xmi.id="1379" isRoot="false" isAbstract="false" name="KisPaintDeviceImpl&amp;" elementReference="312" />
@@ -1360,7 +1360,7 @@ pointer to pixel (x, y) to access (x, y + 1)." isSpecification="false" isLeaf="f
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1250" isRoot="false" value="" type="1249" isAbstract="false" name="img" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
- <UML:Operation comment="Create an RGBA QImage from a rectangle in the paint device.
+ <UML:Operation comment="Create an RGBA TQImage from a rectangle in the paint device.
@param x Left coordinate of the rectangle
@param y Top coordinate of the rectangle
@@ -1380,7 +1380,7 @@ like sRGB).
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="1257" isRoot="false" value="" type="6" isAbstract="false" name="exposure" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
- <UML:Operation comment="Create an RGBA QImage from a rectangle in the paint device. The rectangle is defined by the parent image's bounds.
+ <UML:Operation comment="Create an RGBA TQImage from a rectangle in the paint device. The rectangle is defined by the parent image's bounds.
@param dstProfile RGB profile to use in conversion. May be 0, in which
case it's up to the colour strategy to choose a profile (most
@@ -1433,7 +1433,7 @@ this paint device to the display profile.
</UML:Operation>
<UML:Operation comment="Set the specified pixel to the specified color. Note that this
bypasses KisPainter. the PaintDevice is here used as an equivalent
-to QImage, not QPixmap. This means that this is not undoable; also,
+to TQImage, not QPixmap. This means that this is not undoable; also,
there is no compositing with an existing value at this location.
The color values will be transformed from the display profile to
@@ -1882,7 +1882,7 @@ color model, profile and selectedness. You can access individual channels using
<UML:Parameter isSpecification="false" isLeaf="false" visibility="private" xmi.id="917" isRoot="false" value="" type="6" isAbstract="false" name="exposure" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
- <UML:Operation comment="Render the projection onto a QImage. In contrast with the above method, the
+ <UML:Operation comment="Render the projection onto a TQImage. In contrast with the above method, the
selection is not rendered." isSpecification="false" isLeaf="false" visibility="public" xmi.id="918" isRoot="false" isAbstract="false" name="convertToQImage" >
<UML:BehavioralFeature.parameter>
<UML:Parameter kind="return" xmi.id="17148" type="925" />
@@ -3155,7 +3155,7 @@ of choice, and rounded to a reasonable precision to avoid 0.999999" isSpecificat
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="885" isRoot="false" isAbstract="false" name="KisProgressDisplayInterface" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="886" isRoot="false" isAbstract="false" name="TQObject" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="912" isRoot="false" isAbstract="false" name="QPainter" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="925" isRoot="false" isAbstract="false" name="QImage" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="925" isRoot="false" isAbstract="false" name="TQImage" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1065" isRoot="false" isAbstract="false" name="KisGuideMgr" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1068" isRoot="false" isAbstract="false" name="KisAnnotationSP" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1075" isRoot="false" isAbstract="false" name="vKisAnnotationSP_it" />
@@ -3169,7 +3169,7 @@ of choice, and rounded to a reasonable precision to avoid 0.999999" isSpecificat
<UML:Class isSpecification="false" isLeaf="false" visibility="public" xmi.id="1142" isRoot="false" isAbstract="false" name="KisRotateVisitor" />
<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="1267" isRoot="false" isAbstract="false" name="TQColor" />
<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="" />
diff --git a/chalk/doc/impexp.txt b/chalk/doc/impexp.txt
index 123807dc8..ec4673ea1 100644
--- a/chalk/doc/impexp.txt
+++ b/chalk/doc/impexp.txt
@@ -7,7 +7,7 @@ Additionally, export is broken and even when working, only supported exporting
to images with one layer.
Kimgio is not suitable for Chalk since it only supports importing images as one
-QImage.
+TQImage.
The new design should support plugins instead of hardcoded filters, so we can
add an ImageMagick plugin, an openExr plugin or any other kind of image readers.
@@ -35,7 +35,7 @@ a file, such as exif data or TIFF tags and that we should be able to save.
KisAnnotation
- KisAnnotation(QString type, QString annotation);
- KisAnnotation(QString type, QByteArray annotation);;
+ KisAnnotation(TQString type, TQString annotation);
+ KisAnnotation(TQString type, QByteArray annotation);;
diff --git a/chalk/doc/paint_device.txt b/chalk/doc/paint_device.txt
index 325697285..e94110431 100644
--- a/chalk/doc/paint_device.txt
+++ b/chalk/doc/paint_device.txt
@@ -8,7 +8,7 @@ KisPaintDevice
KisPainter
These classes are (very) loosely modelled on QPaintDevice and
-QPainter. KisPaintDevice also takes up some of the roles of QImage,
+QPainter. KisPaintDevice also takes up some of the roles of TQImage,
but isn't all that efficient at it.
This is a write-up of my (Boudewijn's) understanding at this point;
diff --git a/chalk/doc/the preview widget b/chalk/doc/the preview widget
index a403da86b..17ba479e7 100644
--- a/chalk/doc/the preview widget
+++ b/chalk/doc/the preview widget
@@ -24,7 +24,7 @@ the complete image. Options are:
* Copy the image, scale it down, and then render it. Cache the scaled-down=
=20
thumbnail.
-* Work on the QImage of the rendered image, and apply all filters on that -=
+* Work on the TQImage of the rendered image, and apply all filters on that -=
=2D=20
for preview, that may be accurate enough.
diff --git a/doc/chalk/developers-plugins.docbook b/doc/chalk/developers-plugins.docbook
index 32106d9b4..319d92578 100644
--- a/doc/chalk/developers-plugins.docbook
+++ b/doc/chalk/developers-plugins.docbook
@@ -284,7 +284,7 @@ class ToolStar : public KParts::Plugin
{
TQ_OBJECT
public:
- ToolStar(QObject *parent, const char *name, const QStringList &amp;);
+ ToolStar(TQObject *parent, const char *name, const QStringList &amp;);
virtual ~ToolStar();
};
@@ -309,7 +309,7 @@ typedef KGenericFactory&lt;ToolStar&gt; ToolStarFactory;
K_EXPORT_COMPONENT_FACTORY( chalktoolstar, ToolStarFactory( "chalk" ) )
-ToolStar::ToolStar(QObject *parent, const char *name, const QStringList &amp;)
+ToolStar::ToolStar(TQObject *parent, const char *name, const QStringList &amp;)
: KParts::Plugin(parent, name)
{
setInstance(ToolStarFactory::instance());
@@ -464,7 +464,7 @@ pigment or things like that, substrate is the representation of the canvas.
<listitem><para>a valuetype: byte, short, integer, float — or
other.</para></listitem>
<listitem><para>size: the number of bytes this channel takes</para></listitem>
-<listitem><para>color: a <classname>QColor</classname> representation of this
+<listitem><para>color: a <classname>TQColor</classname> representation of this
channel for user interface visualization, for instance in
histograms.</para></listitem>
<listitem><para>an abbreviaton for use in the GUI when there’s not much
@@ -497,7 +497,7 @@ can be divided into a number of groups: conversion, identification and
manipulation.
</para><para>
All classes must be able to convert a pixel from and to 8 bit RGB (i.e., a
-<classname>QColor</classname>), and preferably also to and from 16 bit L*a*b.
+<classname>TQColor</classname>), and preferably also to and from 16 bit L*a*b.
Additionally, there is a method to convert to any colorspace from the current
colorspace.
</para><para>
@@ -782,7 +782,7 @@ The oilpaint filter uses the multi integer widget:
</para>
<programlisting>
-KisFilterConfigWidget * KisOilPaintFilter::createConfigurationWidget(QWidget* parent, KisPaintDeviceSP /*dev*/)
+KisFilterConfigWidget * KisOilPaintFilter::createConfigurationWidget(TQWidget* parent, KisPaintDeviceSP /*dev*/)
{
vKisIntegerWidgetParam param;
param.push_back( KisIntegerWidgetParam( 1, 5, 1, i18n("Brush size"), "brushSize" ) );
@@ -790,7 +790,7 @@ KisFilterConfigWidget * KisOilPaintFilter::createConfigurationWidget(QWidget* pa
return new KisMultiIntegerFilterWidget(parent, id().id().ascii(), id().id().ascii(), param );
}
-KisFilterConfiguration* KisOilPaintFilter::configuration(QWidget* nwidget)
+KisFilterConfiguration* KisOilPaintFilter::configuration(TQWidget* nwidget)
{
KisMultiIntegerFilterWidget* widget = (KisMultiIntegerFilterWidget*) nwidget;
if( widget == 0 )
@@ -1131,9 +1131,9 @@ time the tool is activated.
</para>
<programlisting>
-QWidget* KisToolStar::createOptionWidget(QWidget* parent)
+TQWidget* KisToolStar::createOptionWidget(TQWidget* parent)
{
- QWidget *widget = KisToolShape::createOptionWidget(parent);
+ TQWidget *widget = KisToolShape::createOptionWidget(parent);
m_optWidget = new WdgToolStar(widget);
TQ_CHECK_PTR(m_optWidget);
@@ -1202,7 +1202,7 @@ public:
virtual KisPaintOp * createOp(const KisPaintOpSettings *settings, KisPainter * painter);
virtual KisID id() { return KisID("paintSmeary", i18n("Smeary Brush")); }
virtual bool userVisible(KisColorSpace * ) { return false; }
- virtual QString pixmap() { return ""; }
+ virtual TQString pixmap() { return ""; }
};
</programlisting>
@@ -1466,7 +1466,7 @@ KoFilter::ConversionStatus XXXImport::convert(const QCString&amp;, const QCStrin
KisDoc * doc = dynamic_cast&lt;KisDoc*&gt;(m_chain -> outputDocument()); <co id="import2" />
KisView * view = static_cast&lt;KisView*&gt;(doc -> views().getFirst()); <co id="import3" />
- QString filename = m_chain -> inputFile(); <co id="import4" />
+ TQString filename = m_chain -> inputFile(); <co id="import4" />
if (!doc)
return KoFilter::CreationError;
diff --git a/doc/kugar/progguide.docbook b/doc/kugar/progguide.docbook
index 293096cc7..97f4e4718 100644
--- a/doc/kugar/progguide.docbook
+++ b/doc/kugar/progguide.docbook
@@ -173,7 +173,7 @@ Call this before opening the new report.</funcsynopsisinfo>
<funcsynopsis>
<funcprototype>
<funcdef>bool <function>setReportData</function></funcdef>
-<paramdef>const QString &amp;<parameter>data_file_name</parameter></paramdef>
+<paramdef>const TQString &amp;<parameter>data_file_name</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>Sets report data from <replaceable>data_file_name</replaceable> file.</funcsynopsisinfo>
</funcsynopsis>
@@ -181,12 +181,12 @@ Call this before opening the new report.</funcsynopsisinfo>
<funcsynopsis>
<funcprototype>
<funcdef>bool <function>setReportData</function></funcdef>
-<paramdef>const QIODevice &amp;<parameter>data_io_device</parameter></paramdef>
+<paramdef>const TQIODevice &amp;<parameter>data_io_device</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>Sets report data from <replaceable>data_io_device</replaceable> file.
-IO device can be any successor of the <classname>QIODevice</classname> class.
+IO device can be any successor of the <classname>TQIODevice</classname> class.
For example, to fetch records directly from the database,
-create a <classname>QIODevice</classname> successor and redefine all necessary
+create a <classname>TQIODevice</classname> successor and redefine all necessary
functionality.
</funcsynopsisinfo>
</funcsynopsis>
@@ -194,7 +194,7 @@ functionality.
<funcsynopsis>
<funcprototype>
<funcdef>bool <function>setReportTemplate</function></funcdef>
-<paramdef>const QString &amp;<parameter>template_file_name</parameter></paramdef>
+<paramdef>const TQString &amp;<parameter>template_file_name</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>Sets report template from <replaceable>template_file_name</replaceable> file.</funcsynopsisinfo>
</funcsynopsis>
@@ -202,12 +202,12 @@ functionality.
<funcsynopsis>
<funcprototype>
<funcdef>bool <function>setReportTemplate</function></funcdef>
-<paramdef>const QIODevice &amp;<parameter>template_io_device</parameter></paramdef>
+<paramdef>const TQIODevice &amp;<parameter>template_io_device</parameter></paramdef>
</funcprototype>
<funcsynopsisinfo>Sets report template from <replaceable>template_io_device</replaceable> file.
-IO device can be any successor of the <classname>QIODevice</classname> class.
+IO device can be any successor of the <classname>TQIODevice</classname> class.
For example, to obtain a report template from network storage or database,
-create a QIODevice successor and redefine all necessary functionality.
+create a TQIODevice successor and redefine all necessary functionality.
</funcsynopsisinfo>
</funcsynopsis>
@@ -284,14 +284,14 @@ public:
KugarWidgetPlugin ();
QStringList keys () const;
- QWidget *create (const QString &amp; classname, QWidget * parent =
+ TQWidget *create (const TQString &amp; classname, TQWidget * parent =
0, const char *name = 0);
- QString group (const QString &amp;) const;
- QIconSet iconSet (const QString &amp;) const;
- QString includeFile (const QString &amp;) const;
- QString toolTip (const QString &amp;) const;
- QString whatsThis (const QString &amp;) const;
- bool isContainer (const QString &amp;) const;
+ TQString group (const TQString &amp;) const;
+ QIconSet iconSet (const TQString &amp;) const;
+ TQString includeFile (const TQString &amp;) const;
+ TQString toolTip (const TQString &amp;) const;
+ TQString whatsThis (const TQString &amp;) const;
+ bool isContainer (const TQString &amp;) const;
};
</programlisting>
</sect3>
@@ -468,7 +468,7 @@ QStringList KugarWidgetPlugin::keys () const
return list;
}
-QWidget* KugarWidgetPlugin::create (const QString &amp; key, QWidget * parent,
+TQWidget* KugarWidgetPlugin::create (const TQString &amp; key, TQWidget * parent,
const char *name)
{
if (key == "KReportViewer")
@@ -476,40 +476,40 @@ QWidget* KugarWidgetPlugin::create (const QString &amp; key, QWidget * parent,
return 0;
}
-QString KugarWidgetPlugin::group (const QString &amp; feature) const
+TQString KugarWidgetPlugin::group (const TQString &amp; feature) const
{
if (feature == "KReportViewer")
return "Display";
- return QString::null;
+ return TQString::null;
}
-QIconSet KugarWidgetPlugin::iconSet (const QString &amp;) const
+QIconSet KugarWidgetPlugin::iconSet (const TQString &amp;) const
{
return QIconSet (QPixmap (kugar_pixmap));
}
-QString KugarWidgetPlugin::includeFile (const QString &amp; feature) const
+TQString KugarWidgetPlugin::includeFile (const TQString &amp; feature) const
{
if (feature == "KReportViewer")
return "kugar.h";
- return QString::null;
+ return TQString::null;
}
-QString KugarWidgetPlugin::toolTip (const QString &amp; feature) const
+TQString KugarWidgetPlugin::toolTip (const TQString &amp; feature) const
{
if (feature == "KReportViewer")
return "Kugar report viewer widget";
- return QString::null;
+ return TQString::null;
}
-QString KugarWidgetPlugin::whatsThis (const QString &amp; feature) const
+TQString KugarWidgetPlugin::whatsThis (const TQString &amp; feature) const
{
if (feature == "KReportViewer")
return "A widget to view xml reports";
- return QString::null;
+ return TQString::null;
}
-bool KugarWidgetPlugin::isContainer (const QString &amp;) const
+bool KugarWidgetPlugin::isContainer (const TQString &amp;) const
{
return FALSE;
}
diff --git a/filters/kword/latex/import/parser/texparser.l b/filters/kword/latex/import/parser/texparser.l
index ea78619fe..b8745cc4e 100644
--- a/filters/kword/latex/import/parser/texparser.l
+++ b/filters/kword/latex/import/parser/texparser.l
@@ -144,7 +144,7 @@ alphanum [A-Za-z0-9]
yylval.yystring = strdup(yytext);
return TEXTMATH;
}*/
-void setParseFile(QString filename)
+void setParseFile(TQString filename)
{
const char* file;
if( filename.isNull())
diff --git a/filters/kword/latex/import/parser/texscaner.y b/filters/kword/latex/import/parser/texscaner.y
index d55eba26e..1464b2c3c 100644
--- a/filters/kword/latex/import/parser/texscaner.y
+++ b/filters/kword/latex/import/parser/texscaner.y
@@ -13,7 +13,7 @@
extern int yylex();
//extern int yyterminate();
-extern void setParseFile(QString);
+extern void setParseFile(TQString);
int yyerror(const char*);
QPtrList<Element>* _root;
%}
@@ -182,13 +182,13 @@ Params:
Param:
TEXT EQUAL TEXT
{
- //QPair<QString,QString>* pair = new QPair<QString,QString>(QString($<yystring>1), QString($<yystring>3));
- Param* param = new Param(QString($<yystring>1), QString($<yystring>3));
+ //TQPair<TQString,TQString>* pair = new TQPair<TQString,TQString>(TQString($<yystring>1), TQString($<yystring>3));
+ Param* param = new Param(TQString($<yystring>1), TQString($<yystring>3));
$<yyparam>$ = param;
}
| TEXT
{
- //QPair<QString,QString>* pair = new QPair<QString,QString>(QString("SIMPLE_VALUE"), QString($<yystring>1));
+ //TQPair<TQString,TQString>* pair = new TQPair<TQString,TQString>(TQString("SIMPLE_VALUE"), TQString($<yystring>1));
Param* param = new Param($<yystring>1, "");
$<yyparam>$ = param;
}
@@ -290,7 +290,7 @@ Text:
};
%%
-bool texparse(QString filename)
+bool texparse(TQString filename)
{
setParseFile(filename);
yyparse();
diff --git a/kexi/doc/dev/TODO-Kexi-js b/kexi/doc/dev/TODO-Kexi-js
index 90b7d5f6e..378e6b360 100644
--- a/kexi/doc/dev/TODO-Kexi-js
+++ b/kexi/doc/dev/TODO-Kexi-js
@@ -344,7 +344,7 @@ HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem
- KTextEdit doesn't allow to set custom cursor (also in Qt Designer)
- support for multiple widgets selection in the property editor (requires changes to kexiproperty)
- handle older and newer formats in FormIO::loadFormFromDom()
-- TDEAcceleratorManager::setNoAccel(QWidget*) - use it in data mode,
+- TDEAcceleratorManager::setNoAccel(TQWidget*) - use it in data mode,
define "auto accels" form's property and if it's false
- find a way to create more meaningfull default names for widgets than button1, button2.
Maybe convert widget text (if available) using string2Identifier()?
@@ -375,7 +375,7 @@ HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem
- tab widget: add color property for setting particular tab
- add a Scratchpad as in QtDesigner4, allows to drag&drop widgets between forms...
- Use RESET clause for TQ_PROPERTY, eg. RESET unsetPalette for paletteBackgroundColor.
- Then, use bool QMetaProperty::reset ( QObject * o ) const to reset property value in the propeditor.
+ Then, use bool QMetaProperty::reset ( TQObject * o ) const to reset property value in the propeditor.
- Autoforms: allow to define groups of fields so the fileds can be displayed with nice groupo boxes.
(e.g. http://www.glom.org/screenshots/glom_data_details.png)
This definition shgould be made during table design, so we can reuse groupping information also in
diff --git a/kexi/doc/dev/kexi_guidelines.txt b/kexi/doc/dev/kexi_guidelines.txt
index 7c2dfaba3..cb1ea7b20 100644
--- a/kexi/doc/dev/kexi_guidelines.txt
+++ b/kexi/doc/dev/kexi_guidelines.txt
@@ -15,8 +15,8 @@ In fact many KexiDB features are compatible with QSQL.
Focus on:
- avoid loading all result data to client memory (fetch some records instead)
- avoid blocking operations (do asynchronously as many things as possible)
-- avoid memory copying (at low level try to store original char* data instead of QString,
- convert to QString only on data displaying)
+- avoid memory copying (at low level try to store original char* data instead of TQString,
+ convert to TQString only on data displaying)
Idea 3
Directories layout:
diff --git a/kexi/doc/dev/naming_conventions.txt b/kexi/doc/dev/naming_conventions.txt
index 8d34f97a5..7c167a772 100644
--- a/kexi/doc/dev/naming_conventions.txt
+++ b/kexi/doc/dev/naming_conventions.txt
@@ -97,8 +97,8 @@ to recognise who marked given fragment.
4. Indentation
4.1 We can use the rule as in the rest of KDE code.
example:
- QString objectName(); //wrong
- QString objectName(); //ok
+ TQString objectName(); //wrong
+ TQString objectName(); //ok
rule: dont use tabs between words.
4.2 To avoid many indentation levels, we can use:
diff --git a/kexi/doc/dev/sqlite_issues.txt b/kexi/doc/dev/sqlite_issues.txt
index 9e9ebf56d..d6a96236e 100644
--- a/kexi/doc/dev/sqlite_issues.txt
+++ b/kexi/doc/dev/sqlite_issues.txt
@@ -72,7 +72,7 @@ These checks should be made in KexiDB SQLite engine driver. In fact for each dri
should be allocated for given query independently from the same field allocated for table schema.
The first field object can disallow editing while the latter can allow editing (because it is
component of regular table).
- B) Also add method for QString KexiDB::Field that returns i18n'd message about the reasons
+ B) Also add method for TQString KexiDB::Field that returns i18n'd message about the reasons
of disallowing for editing given field in a context of given query.
diff --git a/kexi/examples/Simple_Database.kexi.sql b/kexi/examples/Simple_Database.kexi.sql
index 97870fb23..024d8d225 100644
--- a/kexi/examples/Simple_Database.kexi.sql
+++ b/kexi/examples/Simple_Database.kexi.sql
@@ -22,7 +22,7 @@ INSERT INTO "kexi__objectdata" VALUES(4, '<!DOCTYPE UI>
<UI stdsetdef="1" version="3.1" >
<kfd:customHeader version="2" />
<pixmapinproject/>
-<class>QWidget</class>
+<class>TQWidget</class>
<widget class="TQWidget" >
<property name="name" >
<cstring>formularz1</cstring>
@@ -234,7 +234,7 @@ INSERT INTO "kexi__objectdata" VALUES(65, X'3C21444F43545950452055493E0A3C554920
INSERT INTO "kexi__objectdata" VALUES(96, '<!DOCTYPE UI>
<UI stdsetdef="1" version="3.1" >
<pixmapinproject/>
- <class>QWidget</class>
+ <class>TQWidget</class>
<widget class="TQWidget" >
<property name="name" >
<cstring>report2</cstring>
@@ -427,7 +427,7 @@ INSERT INTO "kexi__objectdata" VALUES(105, '<!DOCTYPE UI>
<UI stdsetdef="1" version="3.1" >
<kfd:customHeader version="2" />
<pixmapinproject/>
-<class>QWidget</class>
+<class>TQWidget</class>
<widget class="TQWidget" >
<property name="name" >
<cstring>form1</cstring>
diff --git a/kexi/kexidb/drivers/pqxx/pqxxcursor.cpp b/kexi/kexidb/drivers/pqxx/pqxxcursor.cpp
index 77746a13f..4d5011f9f 100644
--- a/kexi/kexidb/drivers/pqxx/pqxxcursor.cpp
+++ b/kexi/kexidb/drivers/pqxx/pqxxcursor.cpp
@@ -239,7 +239,7 @@ TQVariant pqxxSqlCursor::pValue(uint pos)const
}
else if (f->type() == Field::Boolean )
{
- return QString((*m_res)[at()][pos].c_str()).lower() == "t" ? TQVariant(true) : TQVariant(false);
+ return TQString((*m_res)[at()][pos].c_str()).lower() == "t" ? TQVariant(true) : TQVariant(false);
}
else if (f->typeGroup() == Field::BLOBGroup)
{
diff --git a/kexi/kexidb/parser/sqlscanner.l b/kexi/kexidb/parser/sqlscanner.l
index b16a615da..75e122c05 100644
--- a/kexi/kexidb/parser/sqlscanner.l
+++ b/kexi/kexidb/parser/sqlscanner.l
@@ -31,8 +31,8 @@
#define YY_NO_UNPUT
#define ECOUNT current += yyleng; ctoken = yytext
-extern void setError(const QString& errDesc);
-extern void setError(const QString& errName, const QString& errDesc);
+extern void setError(const TQString& errDesc);
+extern void setError(const TQString& errName, const TQString& errDesc);
%}
@@ -90,10 +90,10 @@ real ((({digit}*\.{digit}+)|({digit}+\.{digit}*)|({digit}+))([Ee][-+]?{digit}
{integer} {
//TODO: what about hex or octal values?
- //we're using QString:toLongLong() here because atoll() is not so portable:
+ //we're using TQString:toLongLong() here because atoll() is not so portable:
ECOUNT;
bool ok;
- yylval.integerValue = QString(yytext).toLongLong( &ok );
+ yylval.integerValue = TQString(yytext).toLongLong( &ok );
if (!ok) {
setError(i18n("Invalid integer number"),i18n("This integer number may be too large."));
return SCAN_ERROR;
@@ -272,7 +272,7 @@ real ((({digit}*\.{digit}+)|({digit}+\.{digit}*)|({digit}+))([Ee][-+]?{digit}
(['][^']*[']|["][^\"]*["]) {
ECOUNT;
- yylval.stringValue = new QString(QString::fromUtf8(yytext+1, yyleng-2));
+ yylval.stringValue = new TQString(TQString::fromUtf8(yytext+1, yyleng-2));
return CHARACTER_STRING_LITERAL;
/* "ZZZ" sentinel for script */
@@ -281,7 +281,7 @@ real ((({digit}*\.{digit}+)|({digit}+\.{digit}*)|({digit}+))([Ee][-+]?{digit}
{identifier} {
KexiDBDbg << "yytext: '" << yytext << "' (" << yyleng << ")" << endl;
ECOUNT;
- yylval.stringValue = new QString(QString::fromUtf8(yytext, yyleng));
+ yylval.stringValue = new TQString(TQString::fromUtf8(yytext, yyleng));
if (yytext[0]>='0' && yytext[0]<='9') {
setError(i18n("Invalid identifier"),
i18n("Identifiers should start with a letter or '_' character"));
@@ -293,7 +293,7 @@ real ((({digit}*\.{digit}+)|({digit}+\.{digit}*)|({digit}+))([Ee][-+]?{digit}
{query_parameter} {
KexiDBDbg << "yytext: '" << yytext << "' (" << yyleng << ")" << endl;
ECOUNT;
- yylval.stringValue = new QString(QString::fromUtf8(yytext+1, yyleng-2));
+ yylval.stringValue = new TQString(TQString::fromUtf8(yytext+1, yyleng-2));
return QUERY_PARAMETER;
}
diff --git a/kexi/tests/altertable/defaultvalues.altertable b/kexi/tests/altertable/defaultvalues.altertable
index c2b5d885a..d5abe1342 100644
--- a/kexi/tests/altertable/defaultvalues.altertable
+++ b/kexi/tests/altertable/defaultvalues.altertable
@@ -71,8 +71,8 @@ endDesign
checkSchema
id UNSIGNED Integer AUTOINC UNIQUE PKEY NOTNULL NOTEMPTY
- textfield Text(200) DEFAULT=[QString]abc,
- longtextfield LongText DEFAULT=[QString]def,
+ textfield Text(200) DEFAULT=[TQString]abc,
+ longtextfield LongText DEFAULT=[TQString]def,
bytefield Byte DEFAULT=[int]11,
shortintfield ShortInteger DEFAULT=[int]22,
intfield Integer DEFAULT=[int]333,
@@ -91,8 +91,8 @@ endDesign
checkActions
Remove table field "owner"
Remove table field "model"
-Insert table field "textfield" at position 1 (textfield Text(200) DEFAULT=[QString]abc)
-Insert table field "longtextfield" at position 2 (longtextfield LongText DEFAULT=[QString]def)
+Insert table field "textfield" at position 1 (textfield Text(200) DEFAULT=[TQString]abc)
+Insert table field "longtextfield" at position 2 (longtextfield LongText DEFAULT=[TQString]def)
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)
diff --git a/kivio/NOTES b/kivio/NOTES
index e6349c336..d2fe4e6bf 100644
--- a/kivio/NOTES
+++ b/kivio/NOTES
@@ -23,12 +23,12 @@ Here are the steps the code does:
a DragBarButton.
DragBarButton emits a closeRequired( DragBarButton * ) signal,
KivioStackBar catches it with slotDeleteButton( DragBarButton * ),
- KivioStackBar then emits deleteButton(DragBarButton *, QWidget *, KivioStackBar *),
+ KivioStackBar then emits deleteButton(DragBarButton *, TQWidget *, KivioStackBar *),
KivioDocument then catches this with slotDeleteStencilSet( signature ) and
iterates through all stencils on all pages of the document making sure it
is ok to delete this stencil set. If it is, it removes the stencil (spawner) set
with a call to removeSpawnerSet( ... ) and emits the signal
- sig_deleteStencilSet( DragBarButton *, QWidget *, KivioStackBar * )
+ sig_deleteStencilSet( DragBarButton *, TQWidget *, KivioStackBar * )
StencilBarDockManager catches this with slotDeleteStencilSet( .... ) and tells the
KivioStackBar object to delete the passed DragBarButton and widget associated with
it. It then checks if any pages are visible on the KivioStackBar object. If
diff --git a/kivio/kiviopart/config/kivio.kcfg b/kivio/kiviopart/config/kivio.kcfg
index deadfad40..c39409b70 100644
--- a/kivio/kiviopart/config/kivio.kcfg
+++ b/kivio/kiviopart/config/kivio.kcfg
@@ -56,7 +56,7 @@
</entry>
<entry name="GridColor" type="Color">
<label>Color of the grid lines.</label>
- <default code="true">QColor(200, 200, 200)</default>
+ <default code="true">TQColor(200, 200, 200)</default>
</entry>
<entry name="GridXSpacing" type="Double">
<label>Spacing between vertical grid lines.</label>
diff --git a/lib/kformula/FILTERS b/lib/kformula/FILTERS
index b335573dc..c6c75e26c 100644
--- a/lib/kformula/FILTERS
+++ b/lib/kformula/FILTERS
@@ -8,7 +8,7 @@ IMPORT:
-LaTeX
Need a parser...I'll look at formula1 parser
--C Style (i.e. niceThisFormula(QString))
+-C Style (i.e. niceThisFormula(TQString))
this is easy to do, cooming soon.
diff --git a/lib/kofficecore/KoOasisStore.cpp b/lib/kofficecore/KoOasisStore.cpp
index 62b6b0b15..c170297e9 100644
--- a/lib/kofficecore/KoOasisStore.cpp
+++ b/lib/kofficecore/KoOasisStore.cpp
@@ -126,7 +126,7 @@ bool KoOasisStore::closeManifestWriter()
{
m_manifestWriter->endElement();
m_manifestWriter->endDocument();
- TQBuffer* buffer = TQT_TQBUFFER( static_cast<QIODevice*>(m_manifestWriter->device()) );
+ TQBuffer* buffer = TQT_TQBUFFER( static_cast<TQIODevice*>(m_manifestWriter->device()) );
delete m_manifestWriter; m_manifestWriter = 0;
bool ok = false;
if ( m_store->open( "META-INF/manifest.xml" ) )
diff --git a/lib/kross/ruby/rubyscript.cpp b/lib/kross/ruby/rubyscript.cpp
index 889383cd1..b24fdb538 100644
--- a/lib/kross/ruby/rubyscript.cpp
+++ b/lib/kross/ruby/rubyscript.cpp
@@ -215,7 +215,7 @@ Kross::Api::Object::Ptr RubyScript::callFunction(const TQString& name, Kross::Ap
}
else {
VALUE self = rb_eval_string("self");
- //krossdebug(QString("RubyScript::callFunction() ===> %1").arg(STR2CSTR(rb_inspect(self))));
+ //krossdebug(TQString("RubyScript::callFunction() ===> %1").arg(STR2CSTR(rb_inspect(self))));
const int rnargs = args.size();
VALUE *rargs = new VALUE[rnargs];