From 220d83da8361ac3a46d3ee057de428669f0d9c84 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 19 Jul 2009 14:27:55 -0400 Subject: Fix prototype for plugin query --- sigtools/PluginLoader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit