Unbreak the build. I wonder how the breakage happened in the first place.

svn path=/trunk/KDE/kdelibs/; revision=967736
This commit is contained in:
Andreas Hartmetz 2009-05-13 20:51:03 +00:00
parent 9b6304fcde
commit 4c2c5a1813

View File

@ -68,7 +68,7 @@ public:
~RunnerManagerPrivate()
{
context.saveLaunchCounts(config);
context.save(config);
}
void scheduleMatchesChanged()
@ -100,7 +100,7 @@ public:
const int cap = qMax(2, numThreads/2);
DefaultRunnerPolicy::instance().setCap(cap);
context.restoreLaunchCounts(config);
context.restore(config);
}
void loadRunners()