From cd89ecef2d8997aaa7bf41c1a22188f4a84b75ed Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Mon, 22 Oct 2007 01:29:27 +0000 Subject: [PATCH] SVN_SILENT: whoops, other half of the previous commit about returning keys not paths svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=727889 --- packagestructure.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packagestructure.h b/packagestructure.h index 37196f06e..bd64893da 100644 --- a/packagestructure.h +++ b/packagestructure.h @@ -75,22 +75,22 @@ public: /** * The directories defined for this package **/ - QStringList directories(); + QList directories(); /** * The required directories defined for this package **/ - QStringList requiredDirectories(); + QList requiredDirectories(); /** - * The individual files defined for this package + * The individual files, by key, that are defined for this package **/ - QStringList files(); + QList files(); /** - * The individual required files defined for this package + * The individual required files, by key, that are defined for this package **/ - QStringList requiredFiles(); + QList requiredFiles(); /** * Adds a directory to the structure of the package. It is added as