SVN_SILENT: whoops, other half of the previous commit about returning keys not paths

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=727889
This commit is contained in:
Aaron J. Seigo 2007-10-22 01:29:27 +00:00
parent 1176180a40
commit cd89ecef2d

View File

@ -75,22 +75,22 @@ public:
/** /**
* The directories defined for this package * The directories defined for this package
**/ **/
QStringList directories(); QList<const char*> directories();
/** /**
* The required directories defined for this package * The required directories defined for this package
**/ **/
QStringList requiredDirectories(); QList<const char*> requiredDirectories();
/** /**
* The individual files defined for this package * The individual files, by key, that are defined for this package
**/ **/
QStringList files(); QList<const char*> files();
/** /**
* The individual required files defined for this package * The individual required files, by key, that are defined for this package
**/ **/
QStringList requiredFiles(); QList<const char*> requiredFiles();
/** /**
* Adds a directory to the structure of the package. It is added as * Adds a directory to the structure of the package. It is added as