summaryrefslogtreecommitdiffstats
path: root/akregator/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 12:01:06 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 12:01:06 -0500
commit06638019146186a13b078bdc4ad8fa6b9dbc375c (patch)
treeee08e17cd1e4982c0d20db829874bf1814213104 /akregator/src
parent40c435e566bcfddd3fd69b55efec786b1162a8be (diff)
downloadtdepim-06638019146186a13b078bdc4ad8fa6b9dbc375c.tar.gz
tdepim-06638019146186a13b078bdc4ad8fa6b9dbc375c.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'akregator/src')
-rw-r--r--akregator/src/akregator.kcfg8
-rw-r--r--akregator/src/settings_browser.ui2
-rw-r--r--akregator/src/viewer.cpp2
3 files changed, 6 insertions, 6 deletions
diff --git a/akregator/src/akregator.kcfg b/akregator/src/akregator.kcfg
index 31dafeb3..9384d316 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 b40d1c27..fcae49a6 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 b1932b46..8555d509 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");