From 94f3dbe7c5a7dc282c22d347d91e4851cabe77d8 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 8 Jun 2012 15:46:01 -0500 Subject: Update XDG information in support of bug report 892. --- kcontrol/kcontrol/KControl.desktop | 4 ++-- kcontrol/kcontrol/KControl_NoDisplay.desktop | 2 +- kcontrol/kcontrol/global.cpp | 4 ++-- kcontrol/kcontrol/kinfocenter.desktop | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'kcontrol/kcontrol') 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 -- cgit v1.2.3