summaryrefslogtreecommitdiffstats
path: root/doc/html/chart-setdataform-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/chart-setdataform-h.html
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt-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.html10
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 &lt;<a href="qdialog-h.html">ntqdialog.h</a>&gt;
+#include &lt;<a href="tqdialog-h.html">tqdialog.h</a>&gt;
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;