summaryrefslogtreecommitdiffstats
path: root/sigtools
diff options
context:
space:
mode:
Diffstat (limited to 'sigtools')
-rw-r--r--sigtools/PluginLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigtools/PluginLoader.cpp b/sigtools/PluginLoader.cpp
index 8c6f00ad..8de9e16e 100644
--- a/sigtools/PluginLoader.cpp
+++ b/sigtools/PluginLoader.cpp
@@ -121,7 +121,7 @@ void PluginLoader::Private::refresh(const QString& type)
// TODO: Progress dialog?
m_available[type].clear();
clean(type);
- KService::List services = KServiceTypeTrader::self()->query(QString("Sigen/%1").arg(type), "[X-Sigen-MinVersion] <= 000101");
+ KService::List services = KServiceTypeTrader::self()->query(QString("Sigen/%1").arg(type), "[X-Sigen-PluginApiVersion] == 0");
foreach (KService::Ptr service, services)
{
if (type == "Sigmod")