remove the KDE legacy code

This commit is contained in:
Petr Vanek
2010-10-28 21:45:59 +02:00
parent 4183368397
commit bd69eb0bbf
+1 -2
View File
@@ -26,7 +26,6 @@
// Qt
#include <QtGui/QColor>
#include <kdemacros.h>
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.