diff options
Diffstat (limited to 'src/kernel/qrichtext_p.h')
-rw-r--r-- | src/kernel/qrichtext_p.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/qrichtext_p.h b/src/kernel/qrichtext_p.h index e9422ec14..c9e40ef84 100644 --- a/src/kernel/qrichtext_p.h +++ b/src/kernel/qrichtext_p.h @@ -57,12 +57,12 @@ #include "tqstring.h" #include "tqptrlist.h" #include "ntqrect.h" -#include "ntqfontmetrics.h" +#include "tqfontmetrics.h" #include "tqintdict.h" #include "tqmap.h" #include "tqstringlist.h" -#include "ntqfont.h" -#include "ntqcolor.h" +#include "tqfont.h" +#include "tqcolor.h" #include "tqsize.h" #include "tqvaluelist.h" #include "tqvaluestack.h" @@ -71,7 +71,7 @@ #include "ntqpixmap.h" #include "tqstylesheet.h" #include "tqptrvector.h" -#include "ntqpainter.h" +#include "tqpainter.h" #include "ntqlayout.h" #include "tqobject.h" #include "ntqapplication.h" |