diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/kernel/qstylesheet.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
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. |