diff options
Diffstat (limited to 'qtinterface/tqaccel.h')
-rw-r--r-- | qtinterface/tqaccel.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqaccel.h b/qtinterface/tqaccel.h index 68f0b8c..5a6c38c 100644 --- a/qtinterface/tqaccel.h +++ b/qtinterface/tqaccel.h @@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QAccel class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qaccel.h> +#include <Qt/q3accel.h> + +#define QAccel Q3Accel #endif // USE_QT4 |