summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/basevcseditorfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/vcsbase/basevcseditorfactory.h')
-rw-r--r--src/plugins/vcsbase/basevcseditorfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/vcsbase/basevcseditorfactory.h b/src/plugins/vcsbase/basevcseditorfactory.h
index 72c5df4acc..10739978e5 100644
--- a/src/plugins/vcsbase/basevcseditorfactory.h
+++ b/src/plugins/vcsbase/basevcseditorfactory.h
@@ -58,7 +58,7 @@ public:
Core::Id id() const;
QString displayName() const;
- Core::IFile *open(const QString &fileName);
+ Core::IDocument *open(const QString &fileName);
Core::IEditor *createEditor(QWidget *parent);
private: