diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
| commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
| tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/chart-setdataform-h.html | |
| parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
| download | tqt-fef84691.tar.gz tqt-fef84691.zip | |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/chart-setdataform-h.html')
| -rw-r--r-- | doc/html/chart-setdataform-h.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/chart-setdataform-h.html b/doc/html/chart-setdataform-h.html index 25bdbae66..2d2514814 100644 --- a/doc/html/chart-setdataform-h.html +++ b/doc/html/chart-setdataform-h.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } #include "element.h" -#include <<a href="qdialog-h.html">ntqdialog.h</a>> +#include <<a href="tqdialog-h.html">tqdialog.h</a>> class TQHBoxLayout; class TQPushButton; @@ -45,7 +45,7 @@ class TQTable; class TQVBoxLayout; -class SetDataForm: public <a href="ntqdialog.html">TQDialog</a> +class SetDataForm: public <a href="tqdialog.html">TQDialog</a> { TQ_OBJECT public: @@ -65,9 +65,9 @@ protected slots: private: <a href="ntqtable.html">TQTable</a> *table; - <a href="ntqpushbutton.html">TQPushButton</a> *colorPushButton; - <a href="ntqpushbutton.html">TQPushButton</a> *okPushButton; - <a href="ntqpushbutton.html">TQPushButton</a> *cancelPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *colorPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *okPushButton; + <a href="tqpushbutton.html">TQPushButton</a> *cancelPushButton; protected: <a href="qvboxlayout.html">TQVBoxLayout</a> *tableButtonBox; |
