diff options
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/qfeatures.txt | 4 | ||||
-rw-r--r-- | src/tools/qwinexport.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/qfeatures.txt b/src/tools/qfeatures.txt index e6c69180d..323f38109 100644 --- a/src/tools/qfeatures.txt +++ b/src/tools/qfeatures.txt @@ -13,7 +13,7 @@ SeeAlso: ??? Feature: WMATRIX Section: Data structures Requires: -Name: QWMatrix +Name: TQWMatrix SeeAlso: ??? Feature: STL @@ -549,7 +549,7 @@ SeeAlso: ??? Feature: PICTURE Section: Painting Requires: DATASTREAM IMAGEIO -Name: QPicture +Name: TQPicture SeeAlso: ??? Feature: LAYOUT diff --git a/src/tools/qwinexport.cpp b/src/tools/qwinexport.cpp index 64422497e..3356c5b67 100644 --- a/src/tools/qwinexport.cpp +++ b/src/tools/qwinexport.cpp @@ -5,8 +5,8 @@ #include <ntqconnection.h> #include <ntqguardedptr.h> #include <tqobject.h> -#include <ntqpoint.h> -#include <ntqrect.h> +#include <tqpoint.h> +#include <tqrect.h> #include <tqsignalslotimp.h> #include <tqwidget.h> #include <tqhttp.h> |