aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/colorscheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/colorscheme.h')
-rw-r--r--src/plugins/texteditor/colorscheme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/colorscheme.h b/src/plugins/texteditor/colorscheme.h
index ef7e59e87f..22b625ec24 100644
--- a/src/plugins/texteditor/colorscheme.h
+++ b/src/plugins/texteditor/colorscheme.h
@@ -101,7 +101,7 @@ inline bool operator!=(const Format &f1, const Format &f2) { return !f1.equals(f
/*! A color scheme combines a set of formats for different highlighting
categories. It also provides saving and loading of the scheme to a file.
*/
-class ColorScheme
+class TEXTEDITOR_EXPORT ColorScheme
{
public:
void setDisplayName(const QString &name)