diff --git a/lib/CharacterColor.h b/lib/CharacterColor.h index 11cc6e2..d9f81ad 100644 --- a/lib/CharacterColor.h +++ b/lib/CharacterColor.h @@ -26,7 +26,6 @@ // Qt #include -#include namespace Konsole { @@ -113,7 +112,7 @@ public: //a standard set of colors using black text on a white background. //defined in TerminalDisplay.cpp -extern const ColorEntry base_color_table[TABLE_COLORS] KDE_NO_EXPORT; +extern const ColorEntry base_color_table[TABLE_COLORS]; /* CharacterColor is a union of the various color spaces.