diff options
Diffstat (limited to 'doc/html/qprogressbar-h.html')
-rw-r--r-- | doc/html/qprogressbar-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qprogressbar-h.html b/doc/html/qprogressbar-h.html index fa4efc722..d7facb641 100644 --- a/doc/html/qprogressbar-h.html +++ b/doc/html/qprogressbar-h.html @@ -81,7 +81,7 @@ body { background: #ffffff; color: black; } #include "ntqframe.h" #endif // QT_H -#ifndef QT_NO_PROGRESSBAR +#ifndef TQT_NO_PROGRESSBAR class TQProgressBarPrivate; @@ -180,7 +180,7 @@ inline bool TQProgressBar::percentageVisible() const return percentage_visible; } -#endif // QT_NO_PROGRESSBAR +#endif // TQT_NO_PROGRESSBAR #endif // TQPROGRESSBAR_H </pre> |