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 b562c563f0
commit 3a4141bd19
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -53,7 +53,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() );
@ -62,7 +62,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 Akregator::Plugin* createFromQuery( const TQString& constraint = TQString() );

Loading…
Cancel
Save