summaryrefslogtreecommitdiffstats
path: root/akregator/src/pluginmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/pluginmanager.h')
-rw-r--r--akregator/src/pluginmanager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/pluginmanager.h b/akregator/src/pluginmanager.h
index ca97753f..3121bbc0 100644
--- a/akregator/src/pluginmanager.h
+++ b/akregator/src/pluginmanager.h
@@ -49,22 +49,22 @@ class PluginManager
* The keys used in the query (Type, ServiceType, Exec) are all
* fields found in the .desktop files.
*
- * @param constraint A constraint to limit the choices returned, TQString::null to
+ * @param constraint A constraint to limit the choices returned, TQString() to
* 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
*/
- static KTrader::OfferList query( const TQString& constraint = TQString::null );
+ static KTrader::OfferList query( const TQString& constraint = TQString() );
/**
* Load and instantiate plugin from query
- * @param constraint A constraint to limit the choices returned, TQString::null to
+ * @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
*/
- static Akregator::Plugin* createFromQuery( const TQString& constraint = TQString::null );
+ static Akregator::Plugin* createFromQuery( const TQString& constraint = TQString() );
/**
* Load and instantiate plugin from service