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

« back to all changes in this revision

Viewing changes to lib/document/documentloadedimpl.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 <QMatrix>
29
29
 
30
30
// KDE
31
 
#include <kdebug.h>
32
 
#include <klocale.h>
33
 
#include <kurl.h>
 
31
#include <KDebug>
 
32
#include <KLocale>
 
33
#include <KUrl>
34
34
 
35
35
// Local
36
36
#include "documentjob.h"
40
40
namespace Gwenview
41
41
{
42
42
 
43
 
struct DocumentLoadedImplPrivate {
 
43
struct DocumentLoadedImplPrivate
 
44
{
44
45
    QByteArray mRawData;
45
46
    bool mQuietInit;
46
47
};