diff options
Diffstat (limited to 'src/kernel/qstylesheet.cpp')
-rw-r--r-- | src/kernel/qstylesheet.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/kernel/qstylesheet.cpp b/src/kernel/qstylesheet.cpp index 333f1059c..e74a9be16 100644 --- a/src/kernel/qstylesheet.cpp +++ b/src/kernel/qstylesheet.cpp @@ -38,14 +38,14 @@ ** **********************************************************************/ -#include "qstylesheet.h" +#include "ntqstylesheet.h" #ifndef QT_NO_RICHTEXT #include "private/qrichtext_p.h" -#include "qlayout.h" -#include "qpainter.h" -#include "qcleanuphandler.h" +#include "ntqlayout.h" +#include "ntqpainter.h" +#include "ntqcleanuphandler.h" #include <stdio.h> @@ -78,7 +78,7 @@ public: }; /*! - \class TQStyleSheetItem qstylesheet.h + \class TQStyleSheetItem ntqstylesheet.h \brief The TQStyleSheetItem class provides an encapsulation of a set of text styles. \ingroup text @@ -855,7 +855,7 @@ int TQStyleSheetItem::lineSpacing() const /*! - \class TQStyleSheet qstylesheet.h + \class TQStyleSheet ntqstylesheet.h \ingroup text \brief The TQStyleSheet class is a collection of styles for rich text rendering and a generator of tags. |