~neon/kdegraphics/gwenview

« back to all changes in this revision

Viewing changes to importer/importdialog.h

  • Committer: Aurélien Gâteau
  • Date: 2016-11-23 08:21:41 UTC
  • mfrom: (3219.1.22)
  • Revision ID: git-v1:9b67885f1c846253df392af995d714be77c417c7
Merge branch 'bring-back-importer'

# Conflicts:
#       CMakeLists.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define IMPORTDIALOG_H
23
23
 
24
24
// Qt
 
25
#include <QUrl>
25
26
 
26
27
// KDE
27
 
#include <KUrl>
28
28
#include <KMainWindow>
29
29
 
30
30
// Local
43
43
    virtual QSize sizeHint() const;
44
44
 
45
45
public Q_SLOTS:
46
 
    void setSourceUrl(const KUrl&, const QString& deviceUdi);
 
46
    void setSourceUrl(const QUrl&, const QString& deviceUdi);
47
47
 
48
48
private Q_SLOTS:
49
49
    void startImport();