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/konq/desktopbehavior_impl.cpp | |
parent | 363452bf7ad7b23b90bbabf4eab85ce4bc73a543 (diff) | |
download | tdebase-113afa85802c78961dc40cbbca19e073b274f10b.tar.gz tdebase-113afa85802c78961dc40cbbca19e073b274f10b.zip |
Branding cleanup: What's This help, KDE -> TDE
Diffstat (limited to 'kcontrol/konq/desktopbehavior_impl.cpp')
-rw-r--r-- | kcontrol/konq/desktopbehavior_impl.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kcontrol/konq/desktopbehavior_impl.cpp b/kcontrol/konq/desktopbehavior_impl.cpp index 43ba07eb6..a66597f8d 100644 --- a/kcontrol/konq/desktopbehavior_impl.cpp +++ b/kcontrol/konq/desktopbehavior_impl.cpp @@ -164,8 +164,8 @@ DesktopBehavior::DesktopBehavior(KConfig *config, TQWidget *parent, const char * " in parentheses.</li>" " <li><em>Desktop menu:</em> a context menu for the desktop pops up." " Among other things, this menu has options for configuring the display," - " locking the screen, and logging out of KDE.</li>" - " <li><em>Application menu:</em> the \"K\" menu pops up. This might be" + " locking the screen, and logging out of TDE.</li>" + " <li><em>Application menu:</em> the \"TDE\" menu pops up. This might be" " useful for quickly accessing applications if you like to keep the" " panel (also known as \"Kicker\") hidden from view.</li></ul>"); TQWhatsThis::add( leftLabel, wtstr ); @@ -187,8 +187,8 @@ DesktopBehavior::DesktopBehavior(KConfig *config, TQWidget *parent, const char * " in parentheses.</li>" " <li><em>Desktop menu:</em> a context menu for the desktop pops up." " Among other things, this menu has options for configuring the display," - " locking the screen, and logging out of KDE.</li>" - " <li><em>Application menu:</em> the \"K\" menu pops up. This might be" + " locking the screen, and logging out of TDE.</li>" + " <li><em>Application menu:</em> the \"TDE\" menu pops up. This might be" " useful for quickly accessing applications if you like to keep the" " panel (also known as \"Kicker\") hidden from view.</li></ul>"); TQWhatsThis::add( middleLabel, wtstr ); @@ -210,8 +210,8 @@ DesktopBehavior::DesktopBehavior(KConfig *config, TQWidget *parent, const char * " in parentheses.</li>" " <li><em>Desktop menu:</em> a context menu for the desktop pops up." " Among other things, this menu has options for configuring the display," - " locking the screen, and logging out of KDE.</li>" - " <li><em>Application menu:</em> the \"K\" menu pops up. This might be" + " locking the screen, and logging out of TDE.</li>" + " <li><em>Application menu:</em> the \"TDE\" menu pops up. This might be" " useful for quickly accessing applications if you like to keep the" " panel (also known as \"Kicker\") hidden from view.</li></ul>"); TQWhatsThis::add( rightLabel, wtstr ); |