diff options
Diffstat (limited to 'doc/html/qwizard-h.html')
-rw-r--r-- | doc/html/qwizard-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qwizard-h.html b/doc/html/qwizard-h.html index 09c902feb..cef129f1f 100644 --- a/doc/html/qwizard-h.html +++ b/doc/html/qwizard-h.html @@ -82,7 +82,7 @@ body { background: #ffffff; color: black; } #include "ntqdialog.h" #endif // QT_H -#ifndef QT_NO_WIZARD +#ifndef TQT_NO_WIZARD class TQHBoxLayout; class TQWizardPrivate; @@ -173,7 +173,7 @@ private: // Disabled copy constructor and operator= #endif }; -#endif // QT_NO_WIZARD +#endif // TQT_NO_WIZARD #endif // TQWIZARD_H </pre> |