summaryrefslogtreecommitdiffstats
path: root/doc/html/configlist_8cpp-source.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 17:20:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 17:20:40 +0900
commitda52348c5cdc76ce4ff748dc3317d557b267c885 (patch)
tree3297d8305678cde80c7f3379567bbcf77370d691 /doc/html/configlist_8cpp-source.html
parent495ade4a2a1aaf48b30d49d7ebfcbb0012c9d8b6 (diff)
downloadkshowmail-da52348c5cdc76ce4ff748dc3317d557b267c885.tar.gz
kshowmail-da52348c5cdc76ce4ff748dc3317d557b267c885.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/configlist_8cpp-source.html')
-rw-r--r--doc/html/configlist_8cpp-source.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/configlist_8cpp-source.html b/doc/html/configlist_8cpp-source.html
index d8ccfea..f7681a5 100644
--- a/doc/html/configlist_8cpp-source.html
+++ b/doc/html/configlist_8cpp-source.html
@@ -185,7 +185,7 @@
<a name="l00168"></a><a class="code" href="classConfigList.html#28739bc3cd7ce87dbd7f994081375a41">00168</a> <span class="keywordtype">void</span> <a class="code" href="classConfigList.html#28739bc3cd7ce87dbd7f994081375a41">ConfigList::beep</a> ()
<a name="l00169"></a>00169 {
<a name="l00170"></a>00170 <span class="keywordflow">if</span> (<a class="code" href="classConfigList.html#a866f2fd4fb32d49ab99306150d79c50">m_bBeep</a>)
-<a name="l00171"></a>00171 kapp-&gt;beep ();
+<a name="l00171"></a>00171 tdeApp-&gt;beep ();
<a name="l00172"></a>00172 }
<a name="l00173"></a>00173
<a name="l00174"></a><a class="code" href="classConfigList.html#5e7a5e2323ebbbad7d960bae9814ce5d">00174</a> <span class="keywordtype">void</span> <a class="code" href="classConfigList.html#5e7a5e2323ebbbad7d960bae9814ce5d">ConfigList::playSound</a> ()
@@ -768,7 +768,7 @@
<a name="l00751"></a><a class="code" href="classConfigList.html#8ab66c254c66635f97df7e17882b4ab2">00751</a> <span class="keywordtype">void</span> <a class="code" href="classConfigList.html#8ab66c254c66635f97df7e17882b4ab2">ConfigList::refreshSetup</a>( TDEListView* view )
<a name="l00752"></a>00752 {
<a name="l00753"></a>00753 <span class="comment">//get application config object (kshowmailrc)</span>
-<a name="l00754"></a>00754 <a class="code" href="classConfigList.html#4bed3e796400897fbffd3eb19e4ff296">config</a> = TDEApplication::kApplication()-&gt;config();
+<a name="l00754"></a>00754 <a class="code" href="classConfigList.html#4bed3e796400897fbffd3eb19e4ff296">config</a> = tdeApp-&gt;config();
<a name="l00755"></a>00755
<a name="l00756"></a>00756 <span class="comment">//read actions group</span>
<a name="l00757"></a>00757 <a class="code" href="classConfigList.html#4bed3e796400897fbffd3eb19e4ff296">config</a>-&gt;setGroup( CONFIG_GROUP_ACTIONS );