moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / ktouch / src / ktouchcolorscheme.cpp
blob3623a35070d956539d5f2e4edb577b8eca675281
1 /***************************************************************************
2 * ktouchcolorscheme.cpp *
3 * --------------------- *
4 * Copyright (C) 2003 by Andreas Nicolai *
5 * *
6 * This program is free software; you can redistribute it and/or modify *
7 * it under the terms of the GNU General Public License as published by *
8 * the Free Software Foundation; either version 2 of the License, or *
9 * (at your option) any later version. *
10 ***************************************************************************/
12 #include "ktouchcolorscheme.h"
14 void KTouchColorScheme::createDefault() {
15 m_teacherTextColor = Qt::black;
16 m_teacherBackground = Qt::cyan;
17 m_studentTextColor = Qt::black;
18 m_studentBackground = Qt::green;
19 m_errorTextColor = Qt::white;
20 m_errorBackground = Qt::red;
24 // TODO : Read and write routines