diff options
Diffstat (limited to 'qtinterface/tqiodevice.h')
-rw-r--r-- | qtinterface/tqiodevice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qtinterface/tqiodevice.h b/qtinterface/tqiodevice.h index 59d38d2..6e2dfb8 100644 --- a/qtinterface/tqiodevice.h +++ b/qtinterface/tqiodevice.h @@ -23,6 +23,7 @@ Boston, MA 02110-1301, USA. #define TQIODEVICE_H #include <tqt.h> +#include <tqobject.h> #ifdef USE_QT3 @@ -38,7 +39,7 @@ Boston, MA 02110-1301, USA. // Reimplement the QIODevice class // For Qt4, no changes are needed -#include <qiodevice.h> +#include <Qt/qiodevice.h> #endif // USE_QT4 |