Update TDE control module branding

This closes Bug 621
pull/16/head
Timothy Pearson 13 years ago
parent 787f04b0c6
commit 98fd239bd7

@ -198,7 +198,7 @@ static void setIcon(TQWidget *w, const TQString &iconName)
extern "C" KDE_EXPORT int kdemain(int _argc, char *_argv[]) extern "C" KDE_EXPORT int kdemain(int _argc, char *_argv[])
{ {
KAboutData aboutData( "kcmshell", I18N_NOOP("KDE Control Module"), KAboutData aboutData( "kcmshell", I18N_NOOP("TDE Control Module"),
0, 0,
I18N_NOOP("A tool to start single KDE control modules"), I18N_NOOP("A tool to start single KDE control modules"),
KAboutData::License_GPL, KAboutData::License_GPL,

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Type=ServiceType Type=ServiceType
X-KDE-ServiceType=KCModule X-KDE-ServiceType=KCModule
Name=KDE Control Module Name=TDE Control Module
Name[af]=KDE Beheer Module Name[af]=KDE Beheer Module
Name[ar]=وحدة تحكم كيدي Name[ar]=وحدة تحكم كيدي
Name[az]=KDE İdarə Modulu Name[az]=KDE İdarə Modulu

@ -607,7 +607,7 @@ Center by editing the menu structure, such modules will then still
be available to applications. A better way is to use the control be available to applications. A better way is to use the control
module restrictions offered by KIOSK: module restrictions offered by KIOSK:
[KDE Control Module Restrictions][$i] [TDE Control Module Restrictions][$i]
<menu-id>=false <menu-id>=false
Some example menu-ids are: Some example menu-ids are:

@ -3352,14 +3352,14 @@ bool KApplication::authorizeControlModule(const TQString &menuId)
if (menuId.isEmpty() || kde_kiosk_exception) if (menuId.isEmpty() || kde_kiosk_exception)
return true; return true;
KConfig *config = KGlobal::config(); KConfig *config = KGlobal::config();
KConfigGroupSaver saver( config, "KDE Control Module Restrictions" ); KConfigGroupSaver saver( config, "TDE Control Module Restrictions" );
return config->readBoolEntry(menuId, true); return config->readBoolEntry(menuId, true);
} }
TQStringList KApplication::authorizeControlModules(const TQStringList &menuIds) TQStringList KApplication::authorizeControlModules(const TQStringList &menuIds)
{ {
KConfig *config = KGlobal::config(); KConfig *config = KGlobal::config();
KConfigGroupSaver saver( config, "KDE Control Module Restrictions" ); KConfigGroupSaver saver( config, "TDE Control Module Restrictions" );
TQStringList result; TQStringList result;
for(TQStringList::ConstIterator it = menuIds.begin(); for(TQStringList::ConstIterator it = menuIds.begin();
it != menuIds.end(); ++it) it != menuIds.end(); ++it)

Loading…
Cancel
Save