summaryrefslogtreecommitdiffstats
path: root/doc/html/qstylesheet-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qstylesheet-h.html')
-rw-r--r--doc/html/qstylesheet-h.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qstylesheet-h.html b/doc/html/qstylesheet-h.html
index 9149f6ba..0cfa5e2e 100644
--- a/doc/html/qstylesheet-h.html
+++ b/doc/html/qstylesheet-h.html
@@ -85,7 +85,7 @@ body { background: #ffffff; color: black; }
#include "ntqobject.h"
#endif // QT_H
-#ifndef QT_NO_RICHTEXT
+#ifndef TQT_NO_RICHTEXT
class TQStyleSheet;
class TQTextDocument;
@@ -237,7 +237,7 @@ Q_TEMPLATE_EXTERN template class Q_EXPORT TQValueList<TQStyleSheetItem::ListS
// MOC_SKIP_END
#endif
-#ifndef QT_NO_TEXTCUSTOMITEM
+#ifndef TQT_NO_TEXTCUSTOMITEM
class TQTextCustomItem;
#endif
@@ -257,7 +257,7 @@ public:
void insert( TQStyleSheetItem* item);
-#ifndef QT_NO_TEXTCUSTOMITEM
+#ifndef TQT_NO_TEXTCUSTOMITEM
virtual TQTextCustomItem* tag( const TQString& name,
const TQMap<TQString, TQString> &attr,
const TQString& context,
@@ -284,7 +284,7 @@ private: // Disabled copy constructor and operator=
#endif
};
-#endif // QT_NO_RICHTEXT
+#endif // TQT_NO_RICHTEXT
#endif // TQSTYLESHEET_H
</pre>