diff options
Diffstat (limited to 'src/kernel/qsize.cpp')
-rw-r--r-- | src/kernel/qsize.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/qsize.cpp b/src/kernel/qsize.cpp index c2b8d9b94..4cd0735c3 100644 --- a/src/kernel/qsize.cpp +++ b/src/kernel/qsize.cpp @@ -38,8 +38,8 @@ ** **********************************************************************/ -#include "qsize.h" -#include "qdatastream.h" +#include "ntqsize.h" +#include "ntqdatastream.h" /*! @@ -51,7 +51,7 @@ A size is specified by a width and a height. - The coordinate type is TQCOORD (defined in \c <qwindowdefs.h> as \c int). + The coordinate type is TQCOORD (defined in \c <ntqwindowdefs.h> as \c int). The minimum value of TQCOORD is TQCOORD_MIN (-2147483648) and the maximum value is TQCOORD_MAX (2147483647). |