From kde-commits Sat Oct 09 09:58:08 2010 From: Boudewijn Rempt Date: Sat, 09 Oct 2010 09:58:08 +0000 To: kde-commits Subject: koffice/krita Message-Id: <20101009095808.96633AC892 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128661833404469 SVN commit 1184154 by rempt: Also update the loaded version for our view plugins M +1 -1 krita.rc M +1 -1 ui/kis_view2.cpp --- trunk/koffice/krita/krita.rc #1184153:1184154 @@ -1,4 +1,4 @@ - + &File --- trunk/koffice/krita/ui/kis_view2.cpp #1184153:1184154 @@ -746,7 +746,7 @@ // Load all plugins KService::List offers = KServiceTypeTrader::self()->query(QString::fromLatin1("Krita/ViewPlugin"), QString::fromLatin1("(Type == 'Service') and " - "([X-Krita-Version] == 3)")); + "([X-Krita-Version] == 4)")); KService::List::ConstIterator iter; for (iter = offers.constBegin(); iter != offers.constEnd(); ++iter) { KService::Ptr service = *iter;