Get rid of the old wallpapers, get in a new test one, and uncomment some code in the dialog to make packages work.

Forgive us if you're without wallpapers for one hour, we're fixing this to get the new wallpapers in!


svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=756852
This commit is contained in:
Riccardo Iaconelli 2008-01-03 20:55:42 +00:00
parent 79ada16ef3
commit f6252b9573

View File

@ -54,8 +54,10 @@ class PLASMA_EXPORT Package
* @arg packagePath full path to the package directory
* @arg structure the package structure describing this package
*/
Package(const QString &packagePath, const PackageStructure &structure);
Package(const QString &packagePath, const PackageStructure &structure);
//TODO for 4.1: be able to load an uninstalled/uncompressed file.
~Package();
/**