summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-08 15:46:01 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-08 15:46:01 -0500
commit94f3dbe7c5a7dc282c22d347d91e4851cabe77d8 (patch)
tree4c2b211ee14b20c0c30e0d80cbd813fb40c8f240 /kcontrol/kcontrol
parent5c3cd105bf9a3f6a1089e18e5edbe2b4ebff68a1 (diff)
downloadtdebase-94f3dbe7c5a7dc282c22d347d91e4851cabe77d8.tar.gz
tdebase-94f3dbe7c5a7dc282c22d347d91e4851cabe77d8.zip
Update XDG information in support of bug report 892.
Diffstat (limited to 'kcontrol/kcontrol')
-rw-r--r--kcontrol/kcontrol/KControl.desktop4
-rw-r--r--kcontrol/kcontrol/KControl_NoDisplay.desktop2
-rw-r--r--kcontrol/kcontrol/global.cpp4
-rw-r--r--kcontrol/kcontrol/kinfocenter.desktop4
4 files changed, 7 insertions, 7 deletions
diff --git a/kcontrol/kcontrol/KControl.desktop b/kcontrol/kcontrol/KControl.desktop
index 092264efa..b63c2a9de 100644
--- a/kcontrol/kcontrol/KControl.desktop
+++ b/kcontrol/kcontrol/KControl.desktop
@@ -3,7 +3,7 @@ Exec=kcontrol -caption "%c" %i %m
Icon=kcontrol
Type=Application
DocPath=kcontrol/index.html
-X-KDE-StartupNotify=true
+X-TDE-StartupNotify=true
Name=Control Center
Name[af]=Beheer Sentrum
@@ -90,6 +90,6 @@ Name[zh_TW]=控制中心
Name[zu]=Indawo Yokulawula
X-DCOP-ServiceType=Unique
-Categories=Qt;KDE;Core;
+Categories=Qt;TDE;Core;
OnlyShowIn=TDE;
NoDisplay=true
diff --git a/kcontrol/kcontrol/KControl_NoDisplay.desktop b/kcontrol/kcontrol/KControl_NoDisplay.desktop
index f19e757f0..b961ec330 100644
--- a/kcontrol/kcontrol/KControl_NoDisplay.desktop
+++ b/kcontrol/kcontrol/KControl_NoDisplay.desktop
@@ -3,7 +3,7 @@ Exec=kcontrol -caption "%c" %i %m
Icon=kcontrol
Type=Application
DocPath=kcontrol/index.html
-X-KDE-StartupNotify=true
+X-TDE-StartupNotify=true
Name=Control Center
Name[af]=Beheer Sentrum
diff --git a/kcontrol/kcontrol/global.cpp b/kcontrol/kcontrol/global.cpp
index 6a2a4ee7d..09f0e4047 100644
--- a/kcontrol/kcontrol/global.cpp
+++ b/kcontrol/kcontrol/global.cpp
@@ -90,12 +90,12 @@ TQString KCGlobal::baseGroup()
{
if (_infocenter)
{
- kdWarning() << "No TDE menu group with X-KDE-BaseGroup=info found ! Defaulting to Settings/Information/" << endl;
+ kdWarning() << "No TDE menu group with X-TDE-BaseGroup=info found ! Defaulting to Settings/Information/" << endl;
_baseGroup = TQString::fromLatin1("Settings/Information/");
}
else
{
- kdWarning() << "No TDE menu group with X-KDE-BaseGroup=settings found ! Defaulting to Settings/" << endl;
+ kdWarning() << "No TDE menu group with X-TDE-BaseGroup=settings found ! Defaulting to Settings/" << endl;
_baseGroup = TQString::fromLatin1("Settings/");
}
}
diff --git a/kcontrol/kcontrol/kinfocenter.desktop b/kcontrol/kcontrol/kinfocenter.desktop
index e6d83b355..94a10c5f0 100644
--- a/kcontrol/kcontrol/kinfocenter.desktop
+++ b/kcontrol/kcontrol/kinfocenter.desktop
@@ -3,7 +3,7 @@ Exec=kinfocenter -caption "%c" %i %m
Icon=hwinfo
Type=Application
DocPath=kinfocenter/index.html
-X-KDE-StartupNotify=true
+X-TDE-StartupNotify=true
OnlyShowIn=TDE;
Name=KInfoCenter
@@ -106,5 +106,5 @@ GenericName[zh_CN]=信息中心
GenericName[zh_TW]=資訊中心
X-DCOP-ServiceType=Unique
-Categories=Qt;KDE;System;
+Categories=Qt;TDE;System;
NoDisplay=true