summaryrefslogtreecommitdiffstats
path: root/kcontrol/konq
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 12:13:36 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 12:13:36 -0500
commit113afa85802c78961dc40cbbca19e073b274f10b (patch)
tree3d9c23c78ae375dfadd975ac95f2b0f000abbb53 /kcontrol/konq
parent363452bf7ad7b23b90bbabf4eab85ce4bc73a543 (diff)
downloadtdebase-113afa85802c78961dc40cbbca19e073b274f10b.tar.gz
tdebase-113afa85802c78961dc40cbbca19e073b274f10b.zip
Branding cleanup: What's This help, KDE -> TDE
Diffstat (limited to 'kcontrol/konq')
-rw-r--r--kcontrol/konq/desktopbehavior_impl.cpp12
-rw-r--r--kcontrol/konq/rootopts.cpp2
2 files changed, 7 insertions, 7 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 );
diff --git a/kcontrol/konq/rootopts.cpp b/kcontrol/konq/rootopts.cpp
index 4576433a9..4110762cb 100644
--- a/kcontrol/konq/rootopts.cpp
+++ b/kcontrol/konq/rootopts.cpp
@@ -95,7 +95,7 @@ DesktopPathConfig::DesktopPathConfig(TQWidget *parent, const char * )
connect(urAutostart, TQT_SIGNAL(textChanged(const TQString &)), this, TQT_SLOT(changed()));
wtstr = i18n("This folder contains applications or"
" links to applications (shortcuts) that you want to have started"
- " automatically whenever KDE starts. You can change the location of this"
+ " automatically whenever TDE starts. You can change the location of this"
" folder if you want to, and the contents will move automatically"
" to the new location as well.");
TQWhatsThis::add( tmpLabel, wtstr );