~ubuntu-branches/ubuntu/raring/gwenview/raring-proposed

« back to all changes in this revision

Viewing changes to app/saveallhelper.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac, Philip Muškovac, Scott Kitterman
  • Date: 2011-12-24 18:54:55 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20111224185455-zxffs6i6m5cwwuze
Tags: 4:4.7.95-0ubuntu1
[ Philip Muškovac ]
* New upstream release candiate

[ Scott Kitterman ]
* Fix Ubuntu Vcs- header in debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <QStringList>
29
29
 
30
30
// KDE
31
 
#include <klocale.h>
32
 
#include <kmessagebox.h>
33
 
#include <kprogressdialog.h>
34
 
#include <kurl.h>
 
31
#include <KLocale>
 
32
#include <KMessageBox>
 
33
#include <KProgressDialog>
 
34
#include <KUrl>
35
35
 
36
36
// Local
37
37
#include <lib/document/document.h>
41
41
namespace Gwenview
42
42
{
43
43
 
44
 
struct SaveAllHelperPrivate {
 
44
struct SaveAllHelperPrivate
 
45
{
45
46
    QWidget* mParent;
46
47
    KProgressDialog* mProgressDialog;
47
48
    QSet<DocumentJob*> mJobSet;