summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/externaleditors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qt4projectmanager/externaleditors.h')
-rw-r--r--src/plugins/qt4projectmanager/externaleditors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qt4projectmanager/externaleditors.h b/src/plugins/qt4projectmanager/externaleditors.h
index 652db33e13..9a4703c8d5 100644
--- a/src/plugins/qt4projectmanager/externaleditors.h
+++ b/src/plugins/qt4projectmanager/externaleditors.h
@@ -46,7 +46,7 @@ QT_END_NAMESPACE
namespace Qt4ProjectManager {
-class QtVersion;
+class BaseQtVersion;
namespace Internal {
@@ -66,7 +66,7 @@ public:
protected:
// Method pointer for a QtVersion method return a string (command)
- typedef QString (QtVersion::*QtVersionCommandAccessor)() const;
+ typedef QString (BaseQtVersion::*QtVersionCommandAccessor)() const;
// Data required to launch the editor
struct EditorLaunchData {