diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 12:13:36 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 12:13:36 -0500 |
commit | 113afa85802c78961dc40cbbca19e073b274f10b (patch) | |
tree | 3d9c23c78ae375dfadd975ac95f2b0f000abbb53 /kcontrol/colors | |
parent | 363452bf7ad7b23b90bbabf4eab85ce4bc73a543 (diff) | |
download | tdebase-113afa85802c78961dc40cbbca19e073b274f10b.tar.gz tdebase-113afa85802c78961dc40cbbca19e073b274f10b.zip |
Branding cleanup: What's This help, KDE -> TDE
Diffstat (limited to 'kcontrol/colors')
-rw-r--r-- | kcontrol/colors/colorscm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/colors/colorscm.cpp b/kcontrol/colors/colorscm.cpp index 27e0dd09b..4212112cc 100644 --- a/kcontrol/colors/colorscm.cpp +++ b/kcontrol/colors/colorscm.cpp @@ -390,7 +390,7 @@ void KColorScheme::save() cfg2.sync(); TQApplication::syncX(); - // Notify all qt-only apps of the KDE palette changes + // Notify all qt-only apps of the TDE palette changes uint flags = KRdbExportQtColors; if ( exportColors ) flags |= KRdbExportColors; |