diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-28 14:42:39 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-28 14:42:39 +0900 | 
| commit | 3a4141bd19814e795ad47290cce54cea973ad281 (patch) | |
| tree | 2addd943fc3f93fad6809e43537cede71f67f3b5 | |
| parent | b562c563f0d8ce9fd80c0a3416789c180ef1a37f (diff) | |
| download | tdepim-3a4141bd19814e795ad47290cce54cea973ad281.tar.gz tdepim-3a4141bd19814e795ad47290cce54cea973ad281.zip  | |
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | akregator/src/pluginmanager.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/pluginmanager.h b/akregator/src/pluginmanager.h index eea903f4..c5070dca 100644 --- a/akregator/src/pluginmanager.h +++ b/akregator/src/pluginmanager.h @@ -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() );  | 
