diff options
Diffstat (limited to 'qtinterface/tqinterlacestyle.h')
-rw-r--r-- | qtinterface/tqinterlacestyle.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qtinterface/tqinterlacestyle.h b/qtinterface/tqinterlacestyle.h index 65d887f..b381077 100644 --- a/qtinterface/tqinterlacestyle.h +++ b/qtinterface/tqinterlacestyle.h @@ -35,4 +35,15 @@ Boston, MA 02110-1301, USA. #endif // USE_QT3 +#ifdef USE_QT4 + +// Reimplement the QInterlaceStyle class +// For Qt4, no changes are needed + +#include <qinterlacestyle.h> + +#error "Not ported to new API as of Qt4!" + +#endif // USE_QT4 + #endif /* TQINTERLACESTYLE_H */
\ No newline at end of file |