diff options
Diffstat (limited to 'qtinterface/tqaction.h')
-rw-r--r-- | qtinterface/tqaction.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qtinterface/tqaction.h b/qtinterface/tqaction.h index 4e22bcc..ce1ddd5 100644 --- a/qtinterface/tqaction.h +++ b/qtinterface/tqaction.h @@ -23,6 +23,7 @@ Boston, MA 02110-1301, USA. #define TQACTION_H #include <tqt.h> +#include <tqobject.h> #ifdef USE_QT3 @@ -36,9 +37,9 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QAction class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qaction.h> +#include <Qt/qaction.h> #endif // USE_QT4 |