~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

Viewing changes to kdewebkit/kwebpage.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-10-02 15:22:43 UTC
  • mfrom: (1.14.22) (0.1.28 sid)
  • Revision ID: package-import@ubuntu.com-20121002152243-k5qvzmkyuioevedo
Tags: 4:4.9.2-0ubuntu1
* New upstream bugfix release
* New files in kdelibs5-dev.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
namespace KIO {
37
37
    class MetaData;
 
38
    class Job;
38
39
}
39
40
 
40
41
/**
357
358
private:
358
359
    class KWebPagePrivate;
359
360
    KWebPagePrivate* const d;
360
 
    Q_PRIVATE_SLOT(d, void _k_copyResultToTempFile(KJob *))
 
361
    Q_PRIVATE_SLOT(d, void _k_copyResultToTempFile(KJob*))
 
362
    Q_PRIVATE_SLOT(d, void _k_receivedContentType(KIO::Job*, const QString&))
 
363
    Q_PRIVATE_SLOT(d, void _k_contentTypeCheckFailed(KJob*))
361
364
};
362
365
 
363
366
Q_DECLARE_OPERATORS_FOR_FLAGS(KWebPage::Integration)