diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-08 21:44:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-08 21:44:56 +0900 |
commit | 5a2461ad96704cfcda05462bfd9b43102d72fb09 (patch) | |
tree | f05befc988f6cfd0990a0fdaa09c523556cb70d4 /src/kcolorcombo2.h | |
parent | 22481ee12bc5f6e7c22f89d48b156b00b3aefe2b (diff) | |
download | basket-5a2461ad96704cfcda05462bfd9b43102d72fb09.tar.gz basket-5a2461ad96704cfcda05462bfd9b43102d72fb09.zip |
Rebranding: TDE Control Center --> Trinity Control Center
Diffstat (limited to 'src/kcolorcombo2.h')
-rw-r--r-- | src/kcolorcombo2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kcolorcombo2.h b/src/kcolorcombo2.h index 5fa3f9d..2a34dcb 100644 --- a/src/kcolorcombo2.h +++ b/src/kcolorcombo2.h @@ -45,7 +45,7 @@ class KColorPopup; * It's then easy to save in settings, but if you want the real color (even for the default), you can get it with effectiveColor(). * * @par Notes about default color: - * If you set a default color using TQt or TDE standard colors, the user can change them in the TDE Control Center, + * If you set a default color using TQt or TDE standard colors, the user can change them in the Trinity Control Center, * but this widget willn't be update and will still show the old one.\n * To be noticed of such color change and then update the widget with the new standard color, you can use one of those two methods: * @code |