From 68c45ec090e037388c430048a30d0304041be62b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 28 Sep 2018 14:42:49 +0900 Subject: [PATCH] qt -> tqt conversion: kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro --- amarok/amarok.tdevelop | 2 +- amarok/src/pluginmanager.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/amarok/amarok.tdevelop b/amarok/amarok.tdevelop index d6ddc785..d568ea87 100644 --- a/amarok/amarok.tdevelop +++ b/amarok/amarok.tdevelop @@ -199,7 +199,7 @@ Vertical - + 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() );