From e16eda0bd873f10e1af0c63df6a6e7de99b8ec4d Mon Sep 17 00:00:00 2001 From: Peter Hedlund Date: Fri, 13 Apr 2007 16:05:18 +0000 Subject: [PATCH] Removed obsolete parameter svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=653553 --- kdeeducore/keduvocdocument.cpp | 2 +- kdeeducore/keduvocdocument.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/kdeeducore/keduvocdocument.cpp b/kdeeducore/keduvocdocument.cpp index 214b7e2..6aa665c 100644 --- a/kdeeducore/keduvocdocument.cpp +++ b/kdeeducore/keduvocdocument.cpp @@ -337,7 +337,7 @@ bool KEduVocDocument::open(const KUrl& url) } -bool KEduVocDocument::saveAs(QObject *parent, const KUrl & url, FileType ft, const QString & generator) +bool KEduVocDocument::saveAs(const KUrl & url, FileType ft, const QString & generator) { KUrl tmp(url); diff --git a/kdeeducore/keduvocdocument.h b/kdeeducore/keduvocdocument.h index 708b30b..02ed7a2 100644 --- a/kdeeducore/keduvocdocument.h +++ b/kdeeducore/keduvocdocument.h @@ -288,13 +288,12 @@ public: /** * Saves the data under the given name * - * @param parent the object that owns the document * @param url if url is empty (or NULL) actual name is preserved * @param ft the filetype to be used when saving the document * @param generator the name of the application saving the document * @returns true if successful */ - bool saveAs(QObject *parent, const KUrl & url, FileType ft, const QString & generator); + bool saveAs(const KUrl & url, FileType ft, const QString & generator); /** * Merges data from another document -- 2.47.3