summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopetepluginmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/kopetepluginmanager.h')
-rw-r--r--kopete/libkopete/kopetepluginmanager.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kopete/libkopete/kopetepluginmanager.h b/kopete/libkopete/kopetepluginmanager.h
index a250b091..7cf69a48 100644
--- a/kopete/libkopete/kopetepluginmanager.h
+++ b/kopete/libkopete/kopetepluginmanager.h
@@ -40,9 +40,10 @@ typedef TQValueList<Plugin*> PluginList;
* @author Duncan Mac-Vicar Prett <duncan@kde.org>
* @author Martijn Klingens <klingens@kde.org>
*/
-class KOPETE_EXPORT PluginManager : public QObject
+class KOPETE_EXPORT PluginManager : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
Q_ENUMS( PluginLoadMode )
public:
@@ -63,14 +64,14 @@ public:
* You can query all information on the plugins through the KPluginInfo
* interface.
*/
- TQValueList<KPluginInfo *> availablePlugins( const TQString &category = TQString::null ) const;
+ TQValueList<KPluginInfo *> availablePlugins( const TQString &category = TQString() ) const;
/**
* Returns a list of all plugins that are actually loaded.
* If you omit the category you get all, otherwise it's a filtered list.
* See also @ref availablePlugins().
*/
- PluginList loadedPlugins( const TQString &category = TQString::null ) const;
+ PluginList loadedPlugins( const TQString &category = TQString() ) const;
/**
* @brief Search by plugin name. This is the key used as X-KDE-PluginInfo-Name in