diff options
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 ); |