summaryrefslogtreecommitdiffstats
path: root/kcontrol/colors
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commit549c7e4d630743ae94883997fec3b8fc31e32a22 (patch)
treea805eda405ce448688b5fd5e560b19bf6ac75fb2 /kcontrol/colors
parentc35987b35ecdd163e1b7e6718a36adec7a90032b (diff)
downloadtdebase-549c7e4d630743ae94883997fec3b8fc31e32a22.tar.gz
tdebase-549c7e4d630743ae94883997fec3b8fc31e32a22.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/colors')
-rw-r--r--kcontrol/colors/colorscm.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/colors/colorscm.cpp b/kcontrol/colors/colorscm.cpp
index aad75704b..2a9085b97 100644
--- a/kcontrol/colors/colorscm.cpp
+++ b/kcontrol/colors/colorscm.cpp
@@ -737,7 +737,7 @@ void KColorScheme::readScheme( int index )
KConfigBase* config;
TQColor widget(239, 239, 239);
- TQColor kde34Blue(103,141,178);
+ TQColor trinity4Blue(103,141,178);
TQColor inactiveBackground(157,170,186);
TQColor activeBackground(65,142,220);
TQColor inactiveForeground(221,221,221);
@@ -761,7 +761,7 @@ void KColorScheme::readScheme( int index )
sCurrentScheme = "<default>";
cs->txt = black;
cs->back = widget;
- cs->select = kde34Blue;
+ cs->select = trinity4Blue;
cs->selectTxt = white;
cs->window = white;
cs->windowTxt = black;
@@ -810,7 +810,7 @@ void KColorScheme::readScheme( int index )
// note: defaults should be the same as the KDE default
cs->txt = config->readColorEntry( "foreground", &black );
cs->back = config->readColorEntry( "background", &widget );
- cs->select = config->readColorEntry( "selectBackground", &kde34Blue );
+ cs->select = config->readColorEntry( "selectBackground", &trinity4Blue );
cs->selectTxt = config->readColorEntry( "selectForeground", &white );
cs->window = config->readColorEntry( "windowBackground", &white );
cs->windowTxt = config->readColorEntry( "windowForeground", &black );