diff options
Diffstat (limited to 'doc/html/chart-setdataform-h.html')
-rw-r--r-- | doc/html/chart-setdataform-h.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/chart-setdataform-h.html b/doc/html/chart-setdataform-h.html index 6dee57068..1fa6efbaa 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">qdialog.h</a>> +#include <<a href="qdialog-h.html">ntqdialog.h</a>> class TQHBoxLayout; class TQPushButton; @@ -45,12 +45,12 @@ class TQTable; class TQVBoxLayout; -class SetDataForm: public <a href="qdialog.html">TQDialog</a> +class SetDataForm: public <a href="ntqdialog.html">TQDialog</a> { Q_OBJECT public: SetDataForm( ElementVector *elements, int decimalPlaces, - <a href="qwidget.html">TQWidget</a> *parent = 0, const char *name = "set data form", + <a href="ntqwidget.html">TQWidget</a> *parent = 0, const char *name = "set data form", bool modal = TRUE, WFlags f = 0 ); ~SetDataForm() {} @@ -64,10 +64,10 @@ protected slots: void accept(); private: - <a href="qtable.html">TQTable</a> *table; - <a href="qpushbutton.html">TQPushButton</a> *colorPushButton; - <a href="qpushbutton.html">TQPushButton</a> *okPushButton; - <a href="qpushbutton.html">TQPushButton</a> *cancelPushButton; + <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; protected: <a href="qvboxlayout.html">TQVBoxLayout</a> *tableButtonBox; |