diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-21 17:20:40 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-21 17:20:40 +0900 | 
| commit | da52348c5cdc76ce4ff748dc3317d557b267c885 (patch) | |
| tree | 3297d8305678cde80c7f3379567bbcf77370d691 /doc/html/showrecordelem_8cpp-source.html | |
| parent | 495ade4a2a1aaf48b30d49d7ebfcbb0012c9d8b6 (diff) | |
| download | kshowmail-da52348c5cdc76ce4ff748dc3317d557b267c885.tar.gz kshowmail-da52348c5cdc76ce4ff748dc3317d557b267c885.zip  | |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/showrecordelem_8cpp-source.html')
| -rw-r--r-- | doc/html/showrecordelem_8cpp-source.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/showrecordelem_8cpp-source.html b/doc/html/showrecordelem_8cpp-source.html index 6e4329c..c47bd45 100644 --- a/doc/html/showrecordelem_8cpp-source.html +++ b/doc/html/showrecordelem_8cpp-source.html @@ -607,7 +607,7 @@  <a name="l00590"></a>00590   TQString tmailheader = <a class="code" href="classShowRecordElem.html#dd5d842c1abdd13fa03ac4a3f2f11150">header</a>();  <a name="l00591"></a>00591   <a name="l00592"></a>00592   <span class="comment">//create and open the window</span> -<a name="l00593"></a>00593   <a class="code" href="classShowHeaderDialog.html">ShowHeaderDialog</a> dlg( kapp->mainWidget(), account, tsubject, tmailheader ); +<a name="l00593"></a>00593   <a class="code" href="classShowHeaderDialog.html">ShowHeaderDialog</a> dlg( tdeApp->mainWidget(), account, tsubject, tmailheader );  <a name="l00594"></a>00594   <span class="keywordtype">int</span> ret = dlg.exec();  <a name="l00595"></a>00595   <a name="l00596"></a>00596   <span class="comment">//returns the matching value</span>  | 
