diff options
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; |