diff options
Diffstat (limited to 'qtinterface/tqnamespace.h')
-rw-r--r-- | qtinterface/tqnamespace.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qtinterface/tqnamespace.h b/qtinterface/tqnamespace.h index 423887a..4ffe2d7 100644 --- a/qtinterface/tqnamespace.h +++ b/qtinterface/tqnamespace.h @@ -26,7 +26,7 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT3 -// Reimplement the QAccel class +// Reimplement the QNamespace class // For Qt3, no changes are needed #include <qnamespace.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 QNamespace class +// For Qt4, some changes are needed -#include <qnamespace.h> +#include <Qt/qnamespace.h> #endif // USE_QT4 |