summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:19:08 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:19:08 -0500
commitd746d462d3ce9a1752b066a453f357604c7177a9 (patch)
treeb0ed373cf5329640c8697635eaf5a11c610aa942 /src
parent59e278db9ed314a080556347a4d3b815ee8cbc82 (diff)
downloadfilelight-d746d462d3ce9a1752b066a453f357604c7177a9.tar.gz
filelight-d746d462d3ce9a1752b066a453f357604c7177a9.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'src')
-rw-r--r--src/part/settingsDialog.cpp2
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!