summaryrefslogtreecommitdiffstats
path: root/doc/html/kfeedback_8cpp-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/kfeedback_8cpp-source.html')
-rw-r--r--doc/html/kfeedback_8cpp-source.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/kfeedback_8cpp-source.html b/doc/html/kfeedback_8cpp-source.html
index 12bc843..6371891 100644
--- a/doc/html/kfeedback_8cpp-source.html
+++ b/doc/html/kfeedback_8cpp-source.html
@@ -180,7 +180,7 @@
<a name="l00163"></a>00163 <span class="keywordflow">if</span> ( aboutData )
<a name="l00164"></a>00164 subject = aboutData-&gt;programName() + <span class="stringliteral">"-"</span> + aboutData-&gt;version();
<a name="l00165"></a>00165 <span class="keywordflow">else</span>
-<a name="l00166"></a>00166 subject = kapp-&gt;name();
+<a name="l00166"></a>00166 subject = tdeApp-&gt;name();
<a name="l00167"></a>00167
<a name="l00168"></a>00168 subject += <span class="stringliteral">" user feedback"</span>;
<a name="l00169"></a>00169
@@ -215,7 +215,7 @@
<a name="l00198"></a>00198 <span class="comment">// Actually send mail</span>
<a name="l00199"></a>00199 <span class="comment">//</span>
<a name="l00200"></a>00200
-<a name="l00201"></a>00201 kapp-&gt;invokeMailer( mail );
+<a name="l00201"></a>00201 tdeApp-&gt;invokeMailer( mail );
<a name="l00202"></a>00202
<a name="l00203"></a>00203 emit <a class="code" href="classKFeedbackForm.html#ec2b411546d45e31c9b412f1fa6d8897">mailSent</a>();
<a name="l00204"></a>00204 }