qt -> tqt conversion:

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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent 27f72f706c
commit 68c45ec090
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -199,7 +199,7 @@
<orientation>Vertical</orientation>
</splitheadersource>
<designerintegration>
<qtdesigner/>
<tqtdesigner/>
</designerintegration>
</kdevcppsupport>
<kdevclassview>

@ -51,7 +51,7 @@ class PluginManager
* get all services of the given @p servicetype
*
* @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
*/
static TDETrader::OfferList query( const TQString& constraint = TQString() );
@ -60,7 +60,7 @@ class PluginManager
* @param constraint A constraint to limit the choices returned, TQString() to
* get all services of the given @p servicetype
* @return Pointer to Plugin, or NULL if error
* @see http://developer.kde.org/documentation/library/kdeqt/tradersyntax.html
* @see http://developer.kde.org/documentation/library/kdetqt/tradersyntax.html
*/
static Amarok::Plugin* createFromQuery( const TQString& constraint = TQString() );

Loading…
Cancel
Save