From bd69eb0bbfba859f81e58d2f8bda7aa9dbb52802 Mon Sep 17 00:00:00 2001 From: Petr Vanek Date: Thu, 28 Oct 2010 21:45:59 +0200 Subject: [PATCH] remove the KDE legacy code --- lib/CharacterColor.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.