diff options
author | Darrell Anderson <[email protected]> | 2012-05-26 19:19:08 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-26 19:19:08 -0500 |
commit | d746d462d3ce9a1752b066a453f357604c7177a9 (patch) | |
tree | b0ed373cf5329640c8697635eaf5a11c610aa942 /src/part/settingsDialog.cpp | |
parent | 59e278db9ed314a080556347a4d3b815ee8cbc82 (diff) | |
download | filelight-d746d462d3ce9a1752b066a453f357604c7177a9.tar.gz filelight-d746d462d3ce9a1752b066a453f357604c7177a9.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'src/part/settingsDialog.cpp')
-rw-r--r-- | src/part/settingsDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/settingsDialog.cpp b/src/part/settingsDialog.cpp index 585d0b5..9597541 100644 --- a/src/part/settingsDialog.cpp +++ b/src/part/settingsDialog.cpp @@ -24,7 +24,7 @@ SettingsDialog::SettingsDialog( TQWidget *parent, const char *name ) colourSchemeGroup->setFrameShape( TQFrame::NoFrame ); colourSchemeGroup->insert( new TQRadioButton( i18n("Rainbow"), colourSchemeGroup ), Filelight::Rainbow ); - colourSchemeGroup->insert( new TQRadioButton( i18n("KDE Colors"), colourSchemeGroup ), Filelight::KDE ); + colourSchemeGroup->insert( new TQRadioButton( i18n("TDE Colors"), colourSchemeGroup ), Filelight::KDE ); colourSchemeGroup->insert( new TQRadioButton( i18n("High Contrast"), colourSchemeGroup ), Filelight::HighContrast ); //read in settings before you make all those nasty connections! |