diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 11:45:10 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 11:45:10 -0500 |
commit | 91f0e40f58077dc7575011fd56037da894d99d0f (patch) | |
tree | 7fe86c693cba6b046b89cde1cd4ea20ecd735dab | |
parent | 721f7a16d7fd4d37c33e43d7ba4c491aa273ab9a (diff) | |
download | amarok-91f0e40f58077dc7575011fd56037da894d99d0f.tar.gz amarok-91f0e40f58077dc7575011fd56037da894d99d0f.zip |
Branding cleanup: KDE -> TDE
-rw-r--r-- | amarok/src/Options2.ui | 8 | ||||
-rw-r--r-- | amarok/src/amarokcore/amarok.kcfg | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/amarok/src/Options2.ui b/amarok/src/Options2.ui index bbca4945..1c6f16b6 100644 --- a/amarok/src/Options2.ui +++ b/amarok/src/Options2.ui @@ -478,19 +478,19 @@ </widget> <widget class="TQRadioButton" row="0" column="0"> <property name="name"> - <cstring>kcfg_SchemeKDE</cstring> + <cstring>kcfg_SchemeTDE</cstring> </property> <property name="text"> - <string>The current &KDE color-scheme</string> + <string>The current &TDE color-scheme</string> </property> <property name="buttonGroupId"> <number>0</number> </property> <property name="toolTip" stdset="0"> - <string>If selected, Amarok uses the KDE standard colors in the playlist.</string> + <string>If selected, Amarok uses the TDE standard colors in the playlist.</string> </property> <property name="whatsThis" stdset="0"> - <string>If selected, Amarok uses the KDE standard colors in the playlist.</string> + <string>If selected, Amarok uses the TDE standard colors in the playlist.</string> </property> </widget> <widget class="TQRadioButton" row="1" column="0"> diff --git a/amarok/src/amarokcore/amarok.kcfg b/amarok/src/amarokcore/amarok.kcfg index 4a4d6327..7df00dee 100644 --- a/amarok/src/amarokcore/amarok.kcfg +++ b/amarok/src/amarokcore/amarok.kcfg @@ -498,9 +498,9 @@ <whatsthis>If set, Amarok uses the Amarok standard colors in the playlist.</whatsthis> <default>false</default> </entry> - <entry key="Scheme KDE" type="Bool"> - <label>Whether to use global KDE colors in the playlist window</label> - <whatsthis>If set, Amarok uses the KDE standard colors in the playlist.</whatsthis> + <entry key="Scheme TDE" type="Bool"> + <label>Whether to use global TDE colors in the playlist window</label> + <whatsthis>If set, Amarok uses the TDE standard colors in the playlist.</whatsthis> <default>true</default> </entry> <entry key="Scheme Custom" type="Bool"> |