summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sigtools/PluginLoader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigtools/PluginLoader.h b/sigtools/PluginLoader.h
index 4d7460f7..1eddf0e2 100644
--- a/sigtools/PluginLoader.h
+++ b/sigtools/PluginLoader.h
@@ -50,7 +50,7 @@ namespace Sigtools
namespace PluginLoader
{
SIGTOOLS_EXPORT QStringList availablePlugins(const QString& type, const bool forceLookup = false);
- SIGTOOLS_EXPORT KService::List services(const QString& type, const QStringList& extensions);
+ SIGTOOLS_EXPORT QStringList services(const QString& type, const QStringList& extensions);
SIGTOOLS_EXPORT KService::Ptr service(const QString& type, const QString& name);
SIGTOOLS_EXPORT QString description(const QString& type, const QString& name);