diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:56:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 12:56:14 +0900 |
commit | 85b400df101ee126c7a5067b6deebbf58403f44b (patch) | |
tree | 64b7d3c10c0987702aea811d9c462f9c7e4b4843 /doc/html/optiondialog_8h-source.html | |
parent | 687f1188f45d51607268f378cf38e52d5a800e34 (diff) | |
download | kshowmail-85b400df101ee126c7a5067b6deebbf58403f44b.tar.gz kshowmail-85b400df101ee126c7a5067b6deebbf58403f44b.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/optiondialog_8h-source.html')
-rw-r--r-- | doc/html/optiondialog_8h-source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/optiondialog_8h-source.html b/doc/html/optiondialog_8h-source.html index b01a378..940d499 100644 --- a/doc/html/optiondialog_8h-source.html +++ b/doc/html/optiondialog_8h-source.html @@ -41,7 +41,7 @@ <a name="l00024"></a>00024 <span class="preprocessor">#include "commandlist.h"</span> <a name="l00025"></a>00025 <a name="l00030"></a><a class="code" href="classOptionDialog.html">00030</a> <span class="keyword">class </span><a class="code" href="classOptionDialog.html">OptionDialog</a> : <span class="keyword">public</span> <a class="code" href="classOptionDlg.html">OptionDlg</a> { -<a name="l00031"></a>00031 Q_OBJECT +<a name="l00031"></a>00031 TQ_OBJECT <a name="l00032"></a>00032 <span class="comment">//TODO: nachdem der Einstellungsdialog aufgerufen wurde, vergessen die Accounts sämtlich Mails</span> <a name="l00033"></a>00033 <span class="comment">//Grund ist, dass in dieser Klasse eine Kopie von ConfigList angelegt wird und der</span> <a name="l00034"></a>00034 <span class="comment">//Kopierconstruktor von ConfigElem eine neue Mailliste anlegt.</span> |