[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kplato
From:       Dag Andersen <danders () get2net ! dk>
Date:       2010-05-10 13:36:16
Message-ID: 20100510133616.3AB9DAC8B1 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1125000 by danders:

Typo


 M  +2 -2      kptpart.cpp  
 M  +1 -1      kptpart.h  


--- trunk/koffice/kplato/kptpart.cpp #1124999:1125000
@@ -840,7 +840,7 @@
     part->m_insertFileInfo.parent = parent;
     part->m_insertFileInfo.after = after;
     connect(part, SIGNAL(completed()), SLOT(insertFileCompleted()));
-    connect(part, SIGNAL(canceled(const QString&)), SLOT(insertFileCanceled(const QString&)));
+    connect(part, SIGNAL(canceled(const QString&)), SLOT(insertFileCancelled(const QString&)));
     connect(part, SIGNAL(started(KIO::Job*)), SLOT(slotStarted(KIO::Job*)));
 
     part->openUrl( KUrl( filename ) );
@@ -856,7 +856,7 @@
     }
 }
 
-void Part::insertFileCanceled( const QString &error )
+void Part::insertFileCancelled( const QString &error )
 {
     if ( ! error.isEmpty() ) {
         KMessageBox::error( 0, error );
--- trunk/koffice/kplato/kptpart.h #1124999:1125000
@@ -154,7 +154,7 @@
     void slotModified( bool );
 
     void insertFileCompleted();
-    void insertFileCanceled( const QString& );
+    void insertFileCancelled( const QString& );
 
 private:
     bool loadAndParse(KoStore* store, const QString& filename, KoXmlDocument& doc);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic