summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 14:29:48 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 14:29:48 -0500
commitfb56cbee84cdb641695d29b7e16ef2741bc2c7b8 (patch)
treec7bde58dee4513188e5944f6daca19a4a02b3a78 /kcontrol/kcontrol
parent4930d3bb5c175c0955fad95a006277e8336df97f (diff)
downloadtdebase-fb56cbee84cdb641695d29b7e16ef2741bc2c7b8.tar.gz
tdebase-fb56cbee84cdb641695d29b7e16ef2741bc2c7b8.zip
Branding cleanup: K menu -> TDE menu.
Diffstat (limited to 'kcontrol/kcontrol')
-rw-r--r--kcontrol/kcontrol/global.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/kcontrol/global.cpp b/kcontrol/kcontrol/global.cpp
index b22ad2565..6a2a4ee7d 100644
--- a/kcontrol/kcontrol/global.cpp
+++ b/kcontrol/kcontrol/global.cpp
@@ -90,12 +90,12 @@ TQString KCGlobal::baseGroup()
{
if (_infocenter)
{
- kdWarning() << "No K menu group with X-KDE-BaseGroup=info found ! Defaulting to Settings/Information/" << endl;
+ kdWarning() << "No TDE menu group with X-KDE-BaseGroup=info found ! Defaulting to Settings/Information/" << endl;
_baseGroup = TQString::fromLatin1("Settings/Information/");
}
else
{
- kdWarning() << "No K menu group with X-KDE-BaseGroup=settings found ! Defaulting to Settings/" << endl;
+ kdWarning() << "No TDE menu group with X-KDE-BaseGroup=settings found ! Defaulting to Settings/" << endl;
_baseGroup = TQString::fromLatin1("Settings/");
}
}