workspace -> kworkspace to mirror the library name and install path

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=731519
This commit is contained in:
Aaron J. Seigo 2007-10-31 22:06:41 +00:00
parent 82302e817b
commit 43ea2d708f
2 changed files with 2 additions and 1 deletions

View File

@ -216,7 +216,6 @@ class PLASMA_EXPORT AbstractRunner : public QObject
*/
virtual void exec(Plasma::SearchAction *action);
protected:
/**
* Sets whether or not the the runner has options for matches

View File

@ -219,8 +219,10 @@ void Corona::loadDefaultSetup()
//FIXME: implement support for system-wide defaults
QDesktopWidget desktop;
int numScreens = desktop.numScreens();
kDebug() << "number of screens is" << numScreens;
// create a containment for each screen
for (int i = 0; i < numScreens; ++i) {
kDebug() << " screen " << i << "geometry is" << desktop.screenGeometry(i);
Containment* c = addContainment("desktop");
c->setScreen(i);
c->setFormFactor(Plasma::Planar);