summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/editordocumenthandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/editordocumenthandle.h')
-rw-r--r--src/plugins/cpptools/editordocumenthandle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/cpptools/editordocumenthandle.h b/src/plugins/cpptools/editordocumenthandle.h
index 3ece305fa7..06ae5fc4df 100644
--- a/src/plugins/cpptools/editordocumenthandle.h
+++ b/src/plugins/cpptools/editordocumenthandle.h
@@ -36,11 +36,11 @@
namespace CppTools {
-class CPPTOOLS_EXPORT EditorDocumentHandle
+class CPPTOOLS_EXPORT CppEditorDocumentHandle
{
public:
- EditorDocumentHandle();
- virtual ~EditorDocumentHandle();
+ CppEditorDocumentHandle();
+ virtual ~CppEditorDocumentHandle();
bool needsRefresh() const;
void setNeedsRefresh(bool needsRefresh);