~ubuntu-branches/ubuntu/raring/calligra/raring-proposed

« back to all changes in this revision

Viewing changes to libs/main/KoMainWindow.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-08 11:05:31 UTC
  • mto: (39.1.1 raring-proposed)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: package-import@ubuntu.com-20120808110531-pwqn96dxajv0lhq1
Tags: upstream-2.5.0
ImportĀ upstreamĀ versionĀ 2.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
     */
378
378
    bool isImporting() const;
379
379
 
380
 
    /**
381
 
     * Save the list of recent files.
382
 
     */
383
 
    void saveRecentFiles();
384
 
 
385
380
    KRecentFilesAction *recentAction() const;
386
381
 
387
382
protected slots:
389
384
    virtual void slotActivePartChanged(KParts::Part *newPart);
390
385
 
391
386
private slots:
 
387
    /**
 
388
     * Save the list of recent files.
 
389
     */
 
390
    void saveRecentFiles();
392
391
 
393
392
    void slotLoadCompleted();
394
393
    void slotLoadCanceled(const QString &);