diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:05:12 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:05:12 -0500 |
commit | 53188abf743f38ec4890f9346901a5ad38b4bbe0 (patch) | |
tree | ae277739b4ec7e909028528e2043569dc05eed2b | |
parent | 6e67240f61f31ca73930a53a1eefb2e68eaf5da2 (diff) | |
download | tdegraphics-53188abf743f38ec4890f9346901a5ad38b4bbe0.tar.gz tdegraphics-53188abf743f38ec4890f9346901a5ad38b4bbe0.zip |
Branding cleanup: KDE -> TDE
-rw-r--r-- | kiconedit/palettetoolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kiconedit/palettetoolbar.cpp b/kiconedit/palettetoolbar.cpp index 85b7c6bb..23e0603f 100644 --- a/kiconedit/palettetoolbar.cpp +++ b/kiconedit/palettetoolbar.cpp @@ -59,7 +59,7 @@ PaletteToolBar::PaletteToolBar( TQWidget *parent, const char *name ) vlayout->addWidget( l ); m_sysColors = new KSysColors( base ); TQWhatsThis::add(m_sysColors, i18n( "System colors\n\nHere you can select" - " colors from the KDE icon palette" ) ); + " colors from the TDE icon palette" ) ); vlayout->addWidget( m_sysColors ); |