diff options
Diffstat (limited to 'qtinterface/tqdatetime.h')
-rw-r--r-- | qtinterface/tqdatetime.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qtinterface/tqdatetime.h b/qtinterface/tqdatetime.h index 8223641..7078e4a 100644 --- a/qtinterface/tqdatetime.h +++ b/qtinterface/tqdatetime.h @@ -26,7 +26,7 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT3 -// Reimplement the QAccel class +// Reimplement the QDateTime class // For Qt3, no changes are needed #include <qdatetime.h> @@ -35,10 +35,10 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 -// Reimplement the QAccel class -// For Qt4, no changes are needed +// Reimplement the QDateTime class +// For Qt4, some changes are needed -#include <qdatetime.h> +#include <Qt/qdatetime.h> #endif // USE_QT4 |