svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=642225
}
-bool KEduVocDocument::open(const KUrl& url, bool /*append*/)
+bool KEduVocDocument::open(const KUrl& url)
{
d->init();
if (!url.isEmpty())
* Open a document file
*
* @param url url to file to open
- * @param append if @c true, the words from @p url are appended to the
- * existing collection; if @c false, the collection is
- * emptied first so that only the words from @p url
- * are in the result.
* @returns true if successful
*/
- bool open(const KUrl& url, bool append);
+ bool open(const KUrl& url);
/**
* Saves the data under the given name