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