From adf271d254d5f6e8a4a918dd549b71204c4d6bca Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 6 Jun 2009 15:19:13 -0400 Subject: Use an API version instead of a minimum version --- sigtools/PluginLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigtools') 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") -- cgit