diff options
Diffstat (limited to 'qtinterface/interface_qt3')
-rw-r--r-- | qtinterface/interface_qt3/tqvfbhdr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtinterface/interface_qt3/tqvfbhdr.h b/qtinterface/interface_qt3/tqvfbhdr.h index 8055a6f..bf10af4 100644 --- a/qtinterface/interface_qt3/tqvfbhdr.h +++ b/qtinterface/interface_qt3/tqvfbhdr.h @@ -29,7 +29,7 @@ Boston, MA 02110-1301, USA. // Reimplement the QVFBHDR class // For Qt3, no changes are needed -#include <tqvfbhdr.h> +#include <qvfbhdr.h> #endif // USE_QT3 @@ -38,7 +38,7 @@ Boston, MA 02110-1301, USA. // Reimplement the QVFBHDR class // For Qt4, some changes are needed -#include <Qt/tqvfbhdr.h> +#include <Qt/qvfbhdr.h> #endif // USE_QT4 |