diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 12:01:06 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 12:01:06 -0500 |
commit | 06638019146186a13b078bdc4ad8fa6b9dbc375c (patch) | |
tree | ee08e17cd1e4982c0d20db829874bf1814213104 | |
parent | 40c435e566bcfddd3fd69b55efec786b1162a8be (diff) | |
download | tdepim-06638019146186a13b078bdc4ad8fa6b9dbc375c.tar.gz tdepim-06638019146186a13b078bdc4ad8fa6b9dbc375c.zip |
Branding cleanup: KDE -> TDE
-rw-r--r-- | akregator/src/akregator.kcfg | 8 | ||||
-rw-r--r-- | akregator/src/settings_browser.ui | 2 | ||||
-rw-r--r-- | akregator/src/viewer.cpp | 2 | ||||
-rw-r--r-- | korganizer/korganizer.kcfg | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/akregator/src/akregator.kcfg b/akregator/src/akregator.kcfg index 31dafeb37..9384d3161 100644 --- a/akregator/src/akregator.kcfg +++ b/akregator/src/akregator.kcfg @@ -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" > diff --git a/akregator/src/settings_browser.ui b/akregator/src/settings_browser.ui index b40d1c27a..fcae49a6d 100644 --- a/akregator/src/settings_browser.ui +++ b/akregator/src/settings_browser.ui @@ -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> diff --git a/akregator/src/viewer.cpp b/akregator/src/viewer.cpp index b1932b466..8555d5096 100644 --- a/akregator/src/viewer.cpp +++ b/akregator/src/viewer.cpp @@ -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"); diff --git a/korganizer/korganizer.kcfg b/korganizer/korganizer.kcfg index 025127784..ce09ca969 100644 --- a/korganizer/korganizer.kcfg +++ b/korganizer/korganizer.kcfg @@ -14,7 +14,7 @@ </entry> <entry type="Int" key="Auto Save Interval"> <label>Save &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 "Password & User Account" 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 "Password & User Account" 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> |