]> Git trees. - libqmvoc.git/commitdiff
Removed obsolete parameter
authorPeter Hedlund <peter@peterandlinda.com>
Fri, 13 Apr 2007 16:05:18 +0000 (16:05 +0000)
committerPeter Hedlund <peter@peterandlinda.com>
Fri, 13 Apr 2007 16:05:18 +0000 (16:05 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=653553

kdeeducore/keduvocdocument.cpp
kdeeducore/keduvocdocument.h

index 214b7e20f926a77ea4e9f7f724ad6c422b7213f3..6aa665caaa3cbec5262edd5c1e49a36cb3deff5a 100644 (file)
@@ -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);
 
index 708b30b4230510992a3528eed116d1837525b818..02ed7a26ae11845167d215b19197b868f137116b 100644 (file)
@@ -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