diff options
Diffstat (limited to 'qtinterface/tqsize.h')
-rw-r--r-- | qtinterface/tqsize.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qtinterface/tqsize.h b/qtinterface/tqsize.h index c2f1eb6..4ed2fe1 100644 --- a/qtinterface/tqsize.h +++ b/qtinterface/tqsize.h @@ -33,4 +33,13 @@ Boston, MA 02110-1301, USA. #endif // USE_QT3 +#ifdef USE_QT4 + +// Reimplement the QSize class +// For Qt4, no changes are needed + +#include <qsize.h> + +#endif // USE_QT4 + #endif /* TQSIZE_H */
\ No newline at end of file |