summaryrefslogtreecommitdiffstats
path: root/amarok/src/pluginmanager.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-28 14:42:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-28 14:42:49 +0900
commit68c45ec090e037388c430048a30d0304041be62b (patch)
tree93036651d13a811a7fc92563e6072cd3df184d30 /amarok/src/pluginmanager.h
parent27f72f706c47acfd30ca999d3344800f0b5d7356 (diff)
downloadamarok-68c45ec090e037388c430048a30d0304041be62b.tar.gz
amarok-68c45ec090e037388c430048a30d0304041be62b.zip
qt -> tqt conversion:
kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'amarok/src/pluginmanager.h')
-rw-r--r--amarok/src/pluginmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/pluginmanager.h b/amarok/src/pluginmanager.h
index ad78a619..0b9c2fc7 100644
--- a/amarok/src/pluginmanager.h
+++ b/amarok/src/pluginmanager.h
@@ -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() );