From 549c7e4d630743ae94883997fec3b8fc31e32a22 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 21 Aug 2011 01:43:11 +0000 Subject: 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 --- kcontrol/colors/colorscm.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kcontrol/colors') 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 = ""; 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 ); -- cgit v1.2.3