qt -> tqt conversion:

kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/4/head
Michele Calgaro 6 years ago
parent a97b283fd5
commit 8d07cff840
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -32,7 +32,7 @@ class TQDataStream;
* the common functionality for servicetypes and services. * the common functionality for servicetypes and services.
* *
* @internal * @internal
* @see http://developer.kde.org/documentation/library/kdeqt/trinityarch/tdesycoca.html * @see http://developer.kde.org/documentation/library/kdetqt/trinityarch/tdesycoca.html
*/ */
class TDECORE_EXPORT KSycocaEntry : public TDEShared class TDECORE_EXPORT KSycocaEntry : public TDEShared
{ {

@ -174,7 +174,7 @@ not be seen from the outside for various reasons (make implementation of shared
or to reduce memory consumption). or to reduce memory consumption).
<p> <p>
In C++, you can access the whole DOM tree from outside TDEHTML by using the interface classes. In C++, you can access the whole DOM tree from outside TDEHTML by using the interface classes.
For a description see the <a href="http://developer.kde.org/documentation/library/kdeqt/trinityarch/tdehtml/index.html">introduction to tdehtml</a> on <a href="http://developer.kde.org/">developer.kde.org</a>. For a description see the <a href="http://developer.kde.org/documentation/library/kdetqt/trinityarch/tdehtml/index.html">introduction to tdehtml</a> on <a href="http://developer.kde.org/">developer.kde.org</a>.
One thing that has been omitted in the discussion above is the style sheet defined inside the One thing that has been omitted in the discussion above is the style sheet defined inside the
<code>&lt;style&gt;</code> element (as an example of a style sheet) and the image element <code>&lt;style&gt;</code> element (as an example of a style sheet) and the image element

@ -151,7 +151,7 @@ public:
* a number * a number
* *
* @return A list of services that satisfy the query * @return A list of services that satisfy the query
* @see http://developer.kde.org/documentation/library/kdeqt/tradersyntax.html * @see http://developer.kde.org/documentation/library/kdetqt/tradersyntax.html
*/ */
OfferList query( const TQString& servicetype, const TQString& genericServiceType, OfferList query( const TQString& servicetype, const TQString& genericServiceType,
const TQString& constraint /*= TQString::null*/, const TQString& constraint /*= TQString::null*/,

Loading…
Cancel
Save