Branding cleanup: KDE -> TDE

pull/21/head
Darrell Anderson 13 years ago
parent 40c435e566
commit 0663801914

@ -99,7 +99,7 @@
</entry>
<entry key="Use HTML Cache" type="Bool" >
<label>Use HTML Cache</label>
<whatsthis>Use the KDE-wide HTML cache settings when downloading feeds, to avoid unnecessary traffic. Disable only when necessary.</whatsthis>
<whatsthis>Use the TDE-wide HTML cache settings when downloading feeds, to avoid unnecessary traffic. Disable only when necessary.</whatsthis>
<default>true</default>
</entry>
</group>
@ -142,9 +142,9 @@
<default>false</default>
</entry>
<entry key="External Browser Use Kde Default" type="Bool" >
<label>Use default KDE web browser</label>
<whatsthis>Use KDE web browser when opening in external browser.</whatsthis>
<entry key="External Browser Use Tde Default" type="Bool" >
<label>Use default TDE web browser</label>
<whatsthis>Use TDE web browser when opening in external browser.</whatsthis>
<default>true</default>
</entry>
<entry key="External Browser Use Custom Command" type="Bool" >

@ -39,7 +39,7 @@
</property>
<widget class="TQRadioButton" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>kcfg_ExternalBrowserUseKdeDefault</cstring>
<cstring>kcfg_ExternalBrowserUseTdeDefault</cstring>
</property>
<property name="text">
<string>Use default KDE web browser</string>

@ -101,7 +101,7 @@ int Viewer::pointsToPixel(int pointSize) const
void Viewer::displayInExternalBrowser(const KURL &url, const TQString &mimetype)
{
if (!url.isValid()) return;
if (Settings::externalBrowserUseKdeDefault())
if (Settings::externalBrowserUseTdeDefault())
{
if (mimetype.isEmpty())
kapp->invokeBrowser(url.url(), "0");

@ -14,7 +14,7 @@
</entry>
<entry type="Int" key="Auto Save Interval">
<label>Save &amp;interval in minutes</label>
<whatsthis>Set the interval between automatic saving of calendar events in minutes here. This setting only applies to files that are opened manually. The standard KDE-wide calendar is automatically saved after each change.</whatsthis>
<whatsthis>Set the interval between automatic saving of calendar events in minutes here. This setting only applies to files that are opened manually. The standard TDE-wide calendar is automatically saved after each change.</whatsthis>
<default>10</default>
<min>1</min>
</entry>
@ -86,7 +86,7 @@
</choice>
<choice name="askDestination">
<label>Be asked which resource to use</label>
<whatsthis>Select this option to choose the resource to be used to record the item each time you create a new event, to-do or journal entry. This choice is recommended if you intend to use the shared folders functionality of the Kolab server or have to manage multiple accounts using Kontact as a KDE Kolab client. </whatsthis>
<whatsthis>Select this option to choose the resource to be used to record the item each time you create a new event, to-do or journal entry. This choice is recommended if you intend to use the shared folders functionality of the Kolab server or have to manage multiple accounts using Kontact as a TDE Kolab client. </whatsthis>
</choice>
</choices>
<default>askDestination</default>
@ -101,7 +101,7 @@
</entry>
<entry type="Bool" key="Use Control Center Email" name="EmailControlCenter">
<label>Use email settings from Control Center</label>
<whatsthis>Check this box to use the KDE-wide e-mail settings, which are defined using the TDE Control Center &quot;Password &amp; User Account&quot; Module. Uncheck this box to be able to specify your full name and e-mail.</whatsthis>
<whatsthis>Check this box to use the TDE-wide e-mail settings, which are defined using the TDE Control Center &quot;Password &amp; User Account&quot; Module. Uncheck this box to be able to specify your full name and e-mail.</whatsthis>
<default>true</default>
</entry>
<entry type="String" key="user_name" name="UserName">
@ -385,7 +385,7 @@
</entry>
<entry type="Bool" key="Use Groupware Communication">
<label>Use Groupware communication</label>
<whatsthis>Check this box to enable automatic generation of mails when creating, updating or deleting events (or to-dos) involving other attendees. You should check this box if you want to use the groupware functionality (e.g. Configuring Kontact as a KDE Kolab client).</whatsthis>
<whatsthis>Check this box to enable automatic generation of mails when creating, updating or deleting events (or to-dos) involving other attendees. You should check this box if you want to use the groupware functionality (e.g. Configuring Kontact as a TDE Kolab client).</whatsthis>
<default>true</default>
</entry>

Loading…
Cancel
Save