diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-27 23:55:07 +0900 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2019-05-05 02:38:46 +0200 |
| commit | c9ff18c2ff7173912490a6fa5904f3b4b9398e37 (patch) | |
| tree | cb5e35ccc3a0c85b82ec75ef20414d9c7b4487f4 /doc/html/kshowmailfeedback_8cpp-source.html | |
| parent | d88c4d4569c7c5ac4706a16e83a6d7fa860b9c6a (diff) | |
| download | kshowmail-c9ff18c2ff7173912490a6fa5904f3b4b9398e37.tar.gz kshowmail-c9ff18c2ff7173912490a6fa5904f3b4b9398e37.zip | |
Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a2ed8321f92fb758686153707bfe295f4e932e64)
Diffstat (limited to 'doc/html/kshowmailfeedback_8cpp-source.html')
| -rw-r--r-- | doc/html/kshowmailfeedback_8cpp-source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/kshowmailfeedback_8cpp-source.html b/doc/html/kshowmailfeedback_8cpp-source.html index 7e502cb..d3a2365 100644 --- a/doc/html/kshowmailfeedback_8cpp-source.html +++ b/doc/html/kshowmailfeedback_8cpp-source.html @@ -40,7 +40,7 @@ <a name="l00023"></a><a class="code" href="classKShowMailApp.html#cb6b97d7b759372c2ab7690fc70d1518">00023</a> <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#cb6b97d7b759372c2ab7690fc70d1518">KShowMailApp::slotSendFeedbackMail</a>() <a name="l00024"></a>00024 { <a name="l00025"></a>00025 <a class="code" href="classKFeedbackDialog.html">KFeedbackDialog</a>* feedbackDialog = <span class="keyword">new</span> <a class="code" href="classKFeedbackDialog.html">KFeedbackDialog</a>( <span class="stringliteral">"eggert.ehmke@berlin.de"</span>, <span class="stringliteral">"feedback_mail"</span> ); -<a name="l00026"></a>00026 CHECK_PTR( feedbackDialog ); +<a name="l00026"></a>00026 TQ_CHECK_PTR( feedbackDialog ); <a name="l00027"></a>00027 <a name="l00028"></a>00028 <a class="code" href="classKFeedbackQuestionList.html">KFeedbackQuestionList</a> * list = feedbackDialog-><a class="code" href="classKFeedbackDialog.html#1d9dfb5bac160ce16eb8e929f37c31b6">form</a>()-><a class="code" href="classKFeedbackForm.html#51b1d4e1e48d18c6155203b9f72ada5e">questionList</a>(); <a name="l00029"></a>00029 |
