Move class ColorSchemeMananger into its own file

class KDE3ColorSchemeReader is also moved since it is supposed to an
compatibility helpr of which class ColorScheme does not need to know,
and eventualy it should be removed
This commit is contained in:
Jekyll Wu
2012-02-29 01:51:19 +08:00
parent 2abbdab095
commit 2f7a0965f5
7 changed files with 481 additions and 394 deletions

View File

@@ -38,6 +38,7 @@
#include <konsoleadaptor.h>
#include "ColorScheme.h"
#include "ColorSchemeManager.h"
#include "ProfileList.h"
#include "Session.h"
#include "TerminalDisplay.h"