[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/krunner
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-07-28 18:19:17
Message-ID: 20100728181917.08D15AC779 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1156227 by aseigo:

get the info from libplasma now


 M  +4 -3      configdialog.cpp  


--- trunk/KDE/kdebase/workspace/krunner/configdialog.cpp #1156226:1156227
@@ -82,9 +82,10 @@
 
     connect(m_sel, SIGNAL(configCommitted(const QByteArray&)), this, \
SLOT(updateRunner(const QByteArray&)));  
-    KService::List offers = KServiceTypeTrader::self()->query("Plasma/Runner");
-    QList<KPluginInfo> runnerInfo = KPluginInfo::fromServices(offers);
-    m_sel->addPlugins(runnerInfo, KPluginSelector::ReadConfigFile, i18n("Available \
Features"), QString(), KSharedConfig::openConfig("krunnerrc")); +    \
m_sel->addPlugins(Plasma::RunnerManager::listRunnerInfo(), +                      \
KPluginSelector::ReadConfigFile, +                      i18n("Available Features"), \
QString(), +                      KSharedConfig::openConfig("krunnerrc"));
 
     m_buttons = new QDialogButtonBox(this);
     m_buttons->setStandardButtons(QDialogButtonBox::Ok | QDialogButtonBox::Apply | \
QDialogButtonBox::Cancel);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic