From f6252b9573eff18a4340d7d54836d8e73816c9e3 Mon Sep 17 00:00:00 2001 From: Riccardo Iaconelli Date: Thu, 3 Jan 2008 20:55:42 +0000 Subject: [PATCH] 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 --- package.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.h b/package.h index f053bddc6..974313fa1 100644 --- a/package.h +++ b/package.h @@ -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(); /**