summaryrefslogtreecommitdiffstats
path: root/amarok/docs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 11:44:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-27 10:36:44 +0900
commit0784cbd9b04d181f3b400ea963d20acfeba0ba64 (patch)
treea1b08c2ce86d9806385de121be5110845e1dd24c /amarok/docs
parenta7081182235c26e7b03d575bb03404babbaace58 (diff)
downloadamarok-0784cbd9b04d181f3b400ea963d20acfeba0ba64.tar.gz
amarok-0784cbd9b04d181f3b400ea963d20acfeba0ba64.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'amarok/docs')
-rw-r--r--amarok/docs/collection_redesign.xmi8
1 files changed, 4 insertions, 4 deletions
diff --git a/amarok/docs/collection_redesign.xmi b/amarok/docs/collection_redesign.xmi
index ea1c9fc5..1cfdb1b8 100644
--- a/amarok/docs/collection_redesign.xmi
+++ b/amarok/docs/collection_redesign.xmi
@@ -62,7 +62,7 @@
<UML:Classifier.feature>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4714" isRoot="false" isAbstract="true" isQuery="false" name="signalNewResultReady" >
<UML:BehavioralFeature.parameter>
- <UML:Parameter comment="Identifies the collection which returned the new results. QString is just a placeholder" isSpecification="false" visibility="private" xmi.id="4739" value="" type="4736" name="collectionId" />
+ <UML:Parameter comment="Identifies the collection which returned the new results. TQString is just a placeholder" isSpecification="false" visibility="private" xmi.id="4739" value="" type="4736" name="collectionId" />
<UML:Parameter comment="the songs which were found by the collection for the given query. The calling function takes ownership of the objects." isSpecification="false" visibility="private" xmi.id="4745" value="" type="4742" name="songs" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
@@ -80,7 +80,7 @@
</UML:Operation>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4750" isRoot="false" isAbstract="true" isQuery="false" name="signalNewResultReady" >
<UML:BehavioralFeature.parameter>
- <UML:Parameter comment="identifies the collection which returned this result. The type is just a placeholder, there are probably better choices than a QString" isSpecification="false" visibility="private" xmi.id="4751" value="" type="4736" name="collectionId" />
+ <UML:Parameter comment="identifies the collection which returned this result. The type is just a placeholder, there are probably better choices than a TQString" isSpecification="false" visibility="private" xmi.id="4751" value="" type="4736" name="collectionId" />
<UML:Parameter comment="The result of the given query." isSpecification="false" visibility="private" xmi.id="4757" value="" type="4754" name="result" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
@@ -141,7 +141,7 @@ TODO: add parameters" isSpecification="false" isLeaf="false" visibility="public"
</UML:Interface>
<UML:Class comment="This class encapsulates multiple QueryBuilder and simply forwards most method calls to each of them. A notable exception is the run() method (or maybe query() method, i'm not sure if it shouldn't be renamed).
-In this method the class will query all internal QueryBuilders in parallel. It will emit the signal signalNewResultReady() as soon as an internal QueryBuilder delivers its result. Depending on whether the client code started a song query or a custom query it will emit signalNewResultReady(QString, QPtrList&lt;Song>) or signalNewResultReady(QString, QStringList)." isSpecification="false" isLeaf="false" visibility="public" namespace="1" xmi.id="4411" isRoot="false" isAbstract="false" name="MetaQueryBuilder" >
+In this method the class will query all internal QueryBuilders in parallel. It will emit the signal signalNewResultReady() as soon as an internal QueryBuilder delivers its result. Depending on whether the client code started a song query or a custom query it will emit signalNewResultReady(TQString, QPtrList&lt;Song>) or signalNewResultReady(TQString, QStringList)." isSpecification="false" isLeaf="false" visibility="public" namespace="1" xmi.id="4411" isRoot="false" isAbstract="false" name="MetaQueryBuilder" >
<UML:Classifier.feature>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="4719" isRoot="false" isAbstract="false" isQuery="false" name="slotNewResultReady" />
</UML:Classifier.feature>
@@ -177,7 +177,7 @@ TODO: think of a better type for the collection id." isSpecification="false" isL
<UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="1" xmi.id="4606" isRoot="false" isAbstract="false" name="Amarok" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="1" xmi.id="4648" isRoot="false" isAbstract="false" name="IpodCollection" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="1" xmi.id="4651" isRoot="false" isAbstract="false" name="IpodQueryBuilder" />
- <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="1" xmi.id="4736" isRoot="false" isAbstract="false" name="QString" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="1" xmi.id="4736" isRoot="false" isAbstract="false" name="TQString" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="1" xmi.id="4742" isRoot="false" isAbstract="false" name="QPtrList&lt;Song>" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="1" xmi.id="4754" isRoot="false" isAbstract="false" name="QStringList" />
<UML:Interface stereotype="4410" isSpecification="false" isLeaf="false" visibility="public" namespace="1" xmi.id="4892" isRoot="false" isAbstract="true" name="Song" >